pyFDN.octave_bands#
- pyFDN.octave_bands(fc=1000.0, start=-4.0, n=8, fs=None)[source]#
Octave band edges and centre frequencies.
Centre frequencies are
fc * 2**kfork = start … start + n - 1; the band edges are the centre frequency divided and multiplied bysqrt(2).- Parameters:
- Return type:
- Returns:
bands ((n_bands, 2) ndarray) – Lower and upper edge of each band in Hz.
f_centre ((n_bands,) ndarray) – Centre frequency of each band in Hz.