mravanelli / SincNet

SincNet is a neural architecture for efficiently processing raw audio samples.
MIT License
1.11k stars 260 forks source link

Cumulative frequency response of the SincNet filters #69

Closed javi-99 closed 4 years ago

javi-99 commented 4 years ago

Hi Mirco Ravanelli, Your SincNet architecture is very interesting, I want to know how you plotted cumulative frequency response plot using low_hz and band_hz (converging parameters in the code)? filter

I am waiting for your response. Thanks.

mravanelli commented 4 years ago

We just computed the Fourier transforms of all the learned filters and we averaged them.

javi-99 commented 4 years ago

Thank you so much