Skip to main content

negative_feedback

Function negative_feedback 

Source
pub fn negative_feedback(
    input: f64,
    feedback: f64,
    gain: f64,
) -> Result<f64, FeedbackError>