System L1-norm

Calculate L1-norm of impulse response of continuous-time SISO LTI system
625 téléchargements
Mise à jour 2 nov. 2020

Afficher la licence

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

Citation pour cette source

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

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.

Afficher d’autres styles
Compatibilité avec les versions de MATLAB
Créé avec R2013b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
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