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?

 Akzeptierte Antwort

Honglei Chen
Honglei Chen am 18 Jun. 2012

0 Stimmen

Hi arttu,
According to the documentation, the computation is Cyx/Cxx.
Also the following link suggests that it should be Cyx/Cxx

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by