Skip to main content

impulse_response

Function impulse_response 

Source
pub fn impulse_response(
    tf: &TransferFunction,
    t_final: f64,
    dt: f64,
) -> (Vec<f64>, Vec<f64>)
Expand description

Impulse response of a transfer function.

Returns (time_vec, output_vec).