[][src]Function dsp::generators::chirp

pub fn chirp(
    start_freq: f64,
    end_freq: f64,
    time: f64
) -> SignalGen<impl Fn(f64) -> Complex64>

A chirp is a signal in which frequency increases with time.