how to caculate the norm infinite with the limit frequency domain

4 views (last 30 days)
In matlab, H infinity norm is caculated with order 'norm(sys,inf)' as sup singular values.
But the frequency domain w is contained into [0,inf], if I want to caculate this with the limited domain [w1,w2], how to do this in matlab?
Thank you

Answers (1)

jingwen
jingwen on 23 Mar 2012
may be can add a filter to limite the caculate domain, for example, s/(s+w1)(s+w2), however, the effect is not very good.
Is it possible to caculate with the norm directly in matlab?

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!