impulse estimation nonparametric method

2 Ansichten (letzte 30 Tage)
arash rad
arash rad am 2 Dez. 2020
Hi everyone
please help me
I have a tf and i want to ident it with impulse respone (nonparametric method) but I can't when i use impulseest
my data is time-series and when I use impulseest I found errors
can anyone help me with this please
I want to estimate my tf with a second-order tf
thanks
s = tf('s')
G2 = (s+1)/((s+2)*(s^2+2*s+3))
[y,time] = impulse(G2);
figure(1)
impulse(G2)
variance = 0.01;
noise = sqrt(variance)*randn(150,1);
y_new = noise + y;
figure(2)
plot = (y_new)
Ts = 1
data = iddata(y,[],Ts)
impulseest(data)

Antworten (0)

Kategorien

Mehr zu Measurements and Feature Extraction 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