Calculation of the impulse response

Program for calculation of impulse response of strictly proper SISO systems
468 Downloads
Updated 22 Jul 2013

View License

Program for calculation of impulse response of strictly proper SISO systems:

*/num = numerator polynomial coefficients of transfer function
*/den = denominator polynomial coefficients of transfer function
(Coefficients of 'num' and 'den' are specified as a row vector, in
decreasing powers of 's')
*/tO = time at which unit impulse input is applied
*/dt = time-step (should be smaller than 1/ (largest natural freq.))
*/tf = final time for impulse response calculation
*/y = impulse response; t= vector of time points

Cite As

Abdelmonem Dekhil (2024). Calculation of the impulse response (https://www.mathworks.com/matlabcentral/fileexchange/42760-calculation-of-the-impulse-response), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14SP3
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0