Suppose I have a TF 1/(1+s/omega_p). And I want to find integral of its magnitude from omega_p to -omega_p. The result would mathematically be ln((3+2*2^0.5)). Here s is the Laplace transform variable(eq ual to j*omega) in case that wasn't clear .
How do I find the integral of the modulus of a transfer function over all frequencies?
11 ビュー (過去 30 日間)
古いコメントを表示
How do I find the integral of the modulus of a transfer function over all frequencies? (Assume the TF is band-limited, thus result is finite)
採用された回答
その他の回答 (1 件)
ANKUR KUMAR
2018 年 10 月 3 日
Since you have not provided your equation, I am giving an random example,
fun = @(x) exp(x.^2).*log(x).^2;
q = integral(fun,0,10)
hope it helps.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Calculus についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!