Effacer les filtres
Effacer les filtres

impulse estimation nonparametric method

3 vues (au cours des 30 derniers jours)
arash rad
arash rad le 2 Déc 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)

Réponses (0)

Catégories

En savoir plus sur Measurements and Feature Extraction dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by