System L1-norm

Calculate L1-norm of impulse response of continuous-time SISO LTI system
632 Downloads
Aktualisiert 2. Nov 2020

Lizenz anzeigen

Calculate the L1-norm of the impulse response of a continuous-time SISO LTI system using Rutland & Lane's algorithm. A test function is included.
See Rutland N.K. & Lane P.G, "Computing the 1-norm of the impulse response of linear time-invariant systems", Systems and Control Letters, Volume 26, Number 3, pp. 211-221.
http://dx.doi.org/10.1016/0167-6911(95)00022-2

Zitieren als

James Whidborne (2024). System L1-norm (https://www.mathworks.com/matlabcentral/fileexchange/41587-system-l1-norm), MATLAB Central File Exchange. Abgerufen.

Rutland, Neil K., and Paul G. Lane. “Computing the 1-Norm of the Impulse Response of Linear Time-Invariant Systems.” Systems & Control Letters, vol. 26, no. 3, Elsevier BV, Oct. 1995, pp. 211–21, doi:10.1016/0167-6911(95)00022-2.

Mehrere Stile anzeigen
Kompatibilität der MATLAB-Version
Erstellt mit R2013b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
2.02.1

Code unchanged - citation added

1.4.0.0

Ill conditioned systems can cause inaccurate results. A warning is included if the condition number od the A-matrix exceeds 1e6. Overcome the problem by using balreal to obtain a balanced realization.

1.3.0.0

Restriction on state-space description removed

1.0.0.0