Mercurial > hg > lowfreq
view README @ 11:ccb271dd0b84 tip
More sensible defaults
author | Chris Cannam |
---|---|
date | Wed, 12 Mar 2014 13:23:29 +0000 |
parents | 4a777e3b515e |
children |
line wrap: on
line source
Low-frequency spectrogram ========================= This is a Vamp plugin that produces a spectrogram from only the low-frequency content of a signal. You supply a frequency range and a number of bins, and it returns a magnitude spectrum containing the requested number of bins, spanning the frequency range you asked for. It does this by first downsampling the signal to an integer multiple of the maximum requested frequency, then calculating a Hann-windowed FFT of an appropriate size and returning a subset of its magnitudes. Chris Cannam, March 2014