gammatone
gammatone copied to clipboard
center frequency calculation
If I interpret the code right, the center frequencies are calculated in function rb_space
as follows
- divide frequency range from cutoff to fs/2 into N (frequency band number) parts,
- 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.