System L1-norm

版本 2.02.1 (3.6 KB) 作者: James Whidborne
Calculate L1-norm of impulse response of continuous-time SISO LTI system
630.0 次下载
更新时间 2020/11/2

查看许可证

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

引用格式

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

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.

查看更多格式
MATLAB 版本兼容性
创建方式 R2013b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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