Skip to main content

step_response

Function step_response 

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

Step response of a transfer function (via state-space simulation).

Returns (time_vec, output_vec).