gammatone icon indicating copy to clipboard operation
gammatone copied to clipboard

center frequency calculation

Open bingo-todd opened this issue 5 years ago • 0 comments

If I interpret the code right, the center frequencies are calculated in function rb_space as follows

  1. divide frequency range from cutoff to fs/2 into N (frequency band number) parts,
  2. separate points and start point are center frequencies of N frequency bands

In this way, the actual upper boundary of frequency range that filter bank can cover is lower than fs/2, especially when N is small.

bingo-todd avatar Aug 19 '19 07:08 bingo-todd