Skip to main content

sample_first_order_response

Function sample_first_order_response 

Source
pub fn sample_first_order_response(
    initial: f64,
    target: f64,
    time_constant: f64,
    dt: f64,
    steps: usize,
) -> Result<Vec<StepResponsePoint>, SystemResponseError>