impulse
Impulse response for rational function object
Description
[
        computes the impulse response of a rational function object, response,tout] = impulse(h,ts,n)h, over a
        time period specified by ts and the number of samples
          n.
Note
While you can compute the output response for a rational function object by
            computing the impulse response of the object and then convolving that response with the
            input signal, this approach is not recommended. Instead, you should use the timeresp method
            to perform this computation because it generally gives a more accurate output signal for
            a given input signal.
Examples
Input Arguments
Output Arguments
More About
Version History
Introduced in R2006b
See Also
freqresp | pwlresp | rationalfit | makepassive | writeva | ispassive | rfmodel.rational

