Filter löschen
Filter löschen

Can it be so hard to estimate a simple transfer function?

1 Ansicht (letzte 30 Tage)
Daniel H
Daniel H am 7 Jun. 2016
Bearbeitet: Daniel H am 7 Jun. 2016
I have bode plot data from a circuit simulator (Cadence SpectreRF). To first order, the system should be an integrator but it has much high frequency stuff going on. According to the simulator's .pz analysis (estimation), it has 17 poles and 14 zeros.
I use 100 points per decade in my data (which is a lot).
Now no matter which number of poles/zeros I take, this ftest function just gives garbage:
gfr = idfrd(vod.V, 2*pi*vod.freq, 0);
save gfr;
figure, bode(gfr, tfest(gfr,3,2));
(blue: original data, red: estimate; see code).
Am I doing something wrong? Can it be so hard to estimate a simple transfer function?
For reference: Here is the gfr object data with the data: https://www.dropbox.com/s/zn3pkz9ckihjdbl/gfr.mat?dl=0

Antworten (0)

Kategorien

Mehr zu Linear Model Identification finden Sie in Help 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