[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
System Identification
From: |
Rico Cordova |
Subject: |
System Identification |
Date: |
Tue, 10 Mar 2009 07:29:48 -0700 (PDT) |
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.
- System Identification,
Rico Cordova <=