help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PROBLEMS IN EVALUATING A TRANSFER FUNCTION THROUGH THE arx and bode algo


From: Zeev Sherf
Subject: PROBLEMS IN EVALUATING A TRANSFER FUNCTION THROUGH THE arx and bode algorithms
Date: Fri, 19 Apr 2019 00:03:33 +0300

Hi

 

When the following sequence of commands is applied to calculate a transfer function

 

DAT = iddata (xrun',xrun',dt);

[SYS, X0] = arx (DAT, 'NA', NA, 'NB', NB);

  W=2*pi*frv;

[MAG, PHA, W] = bode (SYS, W);

 

MAG should be 1 for all the frequencies and PHA shall be zero for all frequencies

 

It doesn't happen

Can some one help?

 

Thanks in advance

 

Zeev

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]