Modify Gammatone Filterbank's Bandwidth

1 次查看(过去 30 天)
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?

采纳的回答

jibrahim
jibrahim 2019-4-22
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
  1 个评论
Angeliki Mourgela
Angeliki Mourgela 2019-4-23
Hello Jihad,
Thank you very much for your answer! I fugured that might be the case myself , however I just wanted to use the broader filters on frequencies from 1000 Hz and over, so essentially I divided the signal into two bands (high and low) and sent each one into a different filterbank with a different amount of filters and it seems to do the trick!
Cheers again for the help!
Best,
Angeliki

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Audio Processing Algorithm Design 的更多信息

产品


版本

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by