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