find_settling_amplitude Function

public pure function find_settling_amplitude(x) result(rst)

Uses

    • fftpack

Estimates the settling amplitude for a step response.

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in), dimension(:) :: x

The step response of the system.

Return Value real(kind=real64)

The settling amplitude of the step response.


Contents