[][src]Function gaborator_sys::get_analysis_support_len

pub fn get_analysis_support_len(b: &Analyzer) -> usize

Returns the one-sided worst-case time domain support of any of the analysis filters. When calling analyze() with a sample at time t, only spectrogram coefficients within the time range t ± support will be significantly changed. Coefficients outside the range may change, but the changes will sufficiently small that they may be ignored without significantly reducing accuracy.