SiggiGue / pyfilterbank

Implementing a fractional octave filterbank for python. Based on Numpy and CFFI.
107 stars 27 forks source link

Allows for negative/above-Nyquist frequencies #18

Open bastibe opened 4 years ago

bastibe commented 4 years ago

e.g.:

fbank = pyfilterbank(gammatone.GammatoneFilterbank(
    48000, startband=-16, endband=32)
print(fbank.centerfrequencies)

will return frequencies from -14 to 36000.