signal_processing 0.3.0

A signal processing library.
Documentation
moddef::moddef!(
    flat(pub) mod {
        cceps,
        cpsd,
        filternorm,
        filtic_u,
        filtic,
        filtord,
        find_freqs,
        find_peaks,
        freqs,
        freqz,
        fwhm,
        grpdelay,
        impulse_s,
        impulse_z,
        impz,
        isallpass,
        islinphase,
        ismaxphase,
        isminphase,
        isstable,
        movingrms,
        mscohere,
        pburg,
        peak_to_peak,
        peak_to_rms,
        phasez,
        psd,
        pwelch,
        pyulear,
        rceps,
        real_cpsd,
        real_freqz,
        real_mscohere,
        real_phasez,
        real_pwelch,
        real_specgram,
        rms,
        rssq,
        sim_s,
        sim_z,
        specgram,
        statelevels,
        step_s,
        step_z,
        tfestimate,
        xcorr_2d,
        xcorr,
        xcov,
        zero_crossing
    }
);