tfestimate

조회 수: 1 (최근 30일)
Arto
Arto 2012년 6월 18일
Transfer function can be calculated using tfestimate as follows Txy=tfestimate(x,y) According to books this is Txy = Cxy/Cxx. Now if I compute Cxy and Cxx separately Cxy=cpsd(x,y) Cxx=cpsd(x,x) and compute Txy2= Cxy./Cxx the result is different between Txy and Txy2: imaginary parts have minus sign. Why?

채택된 답변

Honglei Chen
Honglei Chen 2012년 6월 18일
Hi arttu,
According to the documentation, the computation is Cyx/Cxx.
Also the following link suggests that it should be Cyx/Cxx

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by