Modify Gammatone Filterbank's Bandwidth
1 view (last 30 days)
Show older comments
Angeliki Mourgela
on 9 Apr 2019
Commented: Angeliki Mourgela
on 23 Apr 2019
How can I increase a Gammatone Filterbank's (2019a inbuilt object) specific band's bandwidth? I have tried to use getBandwidths and multiply that but it doesn't work. Any other ways?
0 Comments
Accepted Answer
jibrahim
on 22 Apr 2019
Hi Angeliki,
The bandwidth of an individual filter in the gammatone filter bank is defined by its center frequency based on this formula:
bw = 1.019 * hz2erb(fc)
where fc is the center frequncy (in Hz), and hz2erb is a function that converts hz to the ERB scale. The lower the center frequency, the narrower the filter. The object does not allow you to directly change the bandwith. It does, however, allow you to decide how many filters to include in the bank, and the freuqnecy range over which to insert the filters (they are inserted uniformly in the ERB scale).
HTH,
Jihad
More Answers (0)
See Also
Categories
Find more on Audio I/O and Waveform Generation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!