필터 지우기
필터 지우기

How do I find the integral of the modulus of a transfer function over all frequencies?

조회 수: 10 (최근 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
Aravindakshan S
Aravindakshan S 2018년 10월 3일
편집: Aravindakshan S 2018년 10월 3일
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 .

댓글을 달려면 로그인하십시오.

채택된 답변

Aravindakshan S
Aravindakshan S 2018년 10월 3일
Ok I got it. There is a function called evalfr to find frequency response of the TF at a given frequency. Create an array of omega,then create the frequency response array using evalfr. Then take the abs value of it and integrate w.r.t omega.

추가 답변 (1개)

ANKUR KUMAR
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.

카테고리

Help CenterFile Exchange에서 Digital Filter Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by