Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 477 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 477 Bytes

An auditory filter bank implementation in Python

Contains implementations of an Equal Rectangular Bandwidth (ERB) filter bank and a linear filter bank.

Based on Josh McDermott’s original Matlab implementation in the Sound Texture Synthesis Toolbox

Filter banks are a very useful time-frequency analysis tool. A nice alternative to your standard spectrograms.

See ‘example.py’ for a demo.