[][src]Function gaborator_sys::analyze

pub fn analyze(
    b: &Analyzer,
    signal: &[f32],
    signal_begin_sample_number: i64,
    coefs: Pin<&mut Coefs>
)

Spectrum analyze the samples at signal and add the resulting coefficients to coefs. t1 parameter from Gaborator's analyze method is caluclated based on supplied slice size.

If the coefs object already contains some coefficients, the new coefficients are summed to those already present.