Answered
How do I change a transfer function with an exponential term to state space model in simulink? System identification question as well
The difference you are observing is on account of initial conditions. Converting to state space would the right way to avoid tra...

14 years ago | 0

Answered
control system toolbox - state space model containing constant vectors
One way is to add a new state to the system whose derivative is zero. Let X = [x; x2] where x2 is a single variable if f ...

14 years ago | 1

Answered
CAPTAIN Toolbox - fwrite problem
This is a third party product whose developers might not be watching MATLAB answers. You might have better luck reaching them th...

14 years ago | 0

Answered
How to obtain the detailed function of NLARX model
If by "detailed expression" you mean the underlying formulas used for representing the input-to-output relationship, then you co...

14 years ago | 1

Answered
About system identification
Please download a description of the algorithm and related information from: https://skydrive.live.com/redir.aspx?cid=1f5749a...

14 years ago | 0

Answered
Coefficients of the wavelet network
If you have not received this from Dr. Zhang already, please download: https://skydrive.live.com/redir.aspx?cid=1f5749af4ea08...

14 years ago | 1

| accepted

Answered
Forecasting function
Mario, You are not using forecast correctly. The idea is to NOT call it in a loop (that defeats the purpose). You should simply...

14 years ago | 0

Answered
Parameter Estimation of Time Varying State
Do you mean that the state-space matrices A,B,C,D are time dependent? If so, please look into the "nonlinear grey box" modeling ...

14 years ago | 0

Answered
Nonlinear Grey Box Modeling code - really slow or not working?
A common reason for slowness is that the system is slow to simulate. You can quickly assess this by running a simulation command...

14 years ago | 1

| accepted

Answered
estimating parameters for model of 3 differential equations
One convenient way of handling estimating parameters of ODEs is facilitated by System Identification Toolbox. Some links: htt...

14 years ago | 0

| accepted

Answered
Using System Identification Process models for transfer functions with more than one zero
I am assuming you want to estimate a continuous-time model directly from data. There are some options: * If you do not need t...

14 years ago | 0

Answered
Forecasting function
Give the following function a try. Let me know if it works. function YP = forecast(model,data,K, Init) %FORECAST Forecast ...

14 years ago | 0

Answered
System Identification using process models with more than 3 poles and/or 2 zeros and delays
I did not realize you were using the nonlinear grey box approach. Your attempt looks reasonable to me and I can't think immediat...

14 years ago | 0

Answered
System Identification using process models with more than 3 poles and/or 2 zeros and delays
Delay estimation, I am afraid, does make things difficult. I am guessing your ODE file is returning discretized values of state-...

14 years ago | 0

Answered
Closed Loop system identification toolbox
A model in System Identification Toolbox represents the equation y = Gu + He where G is the transfer function between y and u a...

14 years ago | 2

| accepted

Answered
Simulink State space linear LTI system with complex valued matrices B and C
Have you looked at LTITR?

14 years ago | 0

| accepted

Answered
Closed Loop system identification toolbox
You need data that comes from measurements of a system operating in closed loop. How are your measuring these input/output signa...

14 years ago | 2

Answered
system identification: computing output of a model
*Specifying initial conditions for simulation of polynomial models* The SIM command does not support this directly. But there a...

14 years ago | 0

Answered
Time Series with System identification toolbox
Based on what you wrote your code appears to be in the right direction. After you get your model "TF", put it in Simulink using ...

14 years ago | 0

Answered
Error in passing parameter for MATLAB function From .net
Hi Sathiyaseelan, Do you still have a question?

14 years ago | 0

| accepted

Answered
No model detection for a input / output vectors in a MIMO Syetem
What do you mean by "no model for a MIMO transfer function"? If you are trying to analyze if j:th output is affected by i:th inp...

14 years ago | 0

| accepted

Answered
Time Series with System identification toolbox
What is your ultimate goal? A time series model is used for prediction, not simulation. Simulink is a simulation environment whe...

14 years ago | 0

Answered
Nonlinear Data Fitting for ODE
See ODE parameter estimation functionality (aka nonlinear grey box modeling) of System Identification Toolbox. Some links: ht...

14 years ago | 0

Answered
time series prediction
If your regression equation suggests that output at a time t is a function of input at time t-1, then you do need that input val...

14 years ago | 0

Answered
How can I simulate a LTI system with complex data?
Simulation (time domain response calculation) of complex LTIs is not supported. You can cast is into a real system (as Gurudatha...

14 years ago | 0

Answered
step ahead prediction of a non-linear model
PREDICT function is the closest one you would use for predicting the output of a model N steps into future. The limitation is th...

14 years ago | 0

| accepted

Answered
Estimation of transfer function
There is also the "grey box" approach that lets you parametrize your model any way you like. For this, write a MATLAB function t...

14 years ago | 0

Answered
About system identification
See: https://skydrive.live.com/redir.aspx?cid=1f5749af4ea080cd&resid=1F5749AF4EA080CD!124

14 years ago | 1

Answered
Using the misdata function on two-dimensional arrays
Can you post an example? By "two dimensional" array of data, do you mean data containing two output signals?

14 years ago | 0

Answered
SISO time delay
See DELAYEST and IDDATA/IMPULSE in System Identification Toolbox. The following demo might help: http://www.mathworks.com/pro...

14 years ago | 0

| accepted

Load more