compute_center_freqs
- ketos.audio.gammatone.compute_center_freqs(num_chan, sampl_rate, freq_min)[source]
Compute the center frequencies of the filter bank
- Args:
- num_chan: int
Number of channels in the filter bank
- sampl_rate: float
Sampling rate in Hz
- freq_min: float
Minimum frequency in Hz
- Returns:
- freqs: float
Center frequencies in Hz