System L1-norm
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.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- Control Systems > Control System Toolbox > Linear Analysis > Time and Frequency Domain Analysis > Time-Domain Analysis >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
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 |