System Identification
Rico Cordova
fred.cordova at amrdec.army.mil
Tue Mar 10 09:29:48 CDT 2009
I have a question regarding Octave's capabilities for System Identification.
Are there any methods available, using Octave, that will allow a user to
input a step response and get an estimate of the transfer function?
That is,
sys = tf(NUM, DEN)
[Y, T] = step(SYS)
estimate = Some_Function(Y, T)
Or something similar?
I can see several options using Matlab that will help here. From what I can
tell both etfe and idfrd seem to be something along the lines of what I'm
looking for. The GUI provided in the Matlab System Identification Toolbox
will do exactly what I'm trying to do but I must do this with Octave.
Any help or direction would be greatly appreciated. Thank you in advance.
- Rico
--
View this message in context: http://www.nabble.com/System-Identification-tp22435406p22435406.html
Sent from the Octave - General mailing list archive at Nabble.com.
More information about the Help-octave
mailing list