Beantwortet
system identification toolbox
Can you post an example? Did you use the same initial conditions at both places?

fast 15 Jahre vor | 0

Beantwortet
underdamped process model
Please see: http://www.control.isy.liu.se/research/reports/2003/2464.pdf and the references therein. Rajiv

fast 15 Jahre vor | 1

| akzeptiert

Beantwortet
how to identify input and disturbance in ARX 221 model identification
Hi Ganesh, I saw your email to me as well (I recommend using this forum rather than email for asking questions). I believe your...

fast 15 Jahre vor | 0

Beantwortet
Coefficients of the wavelet network
Hi Emanuel, Not that your request is unreasonable, but it is an arduous task to extract out a complete description of the entir...

fast 15 Jahre vor | 0

Beantwortet
Bifurcation Diagram of Henon Map
Bifurcation map is the plot of equilibrium values vs parameters. For the henon map, the equilibrium solutions are x* = ((b-1) +/...

fast 15 Jahre vor | 0

Beantwortet
Sum of square error
What type of model is model1 (what does class(model1) return)? PE is a System Identification Toolbox function that would work on...

fast 15 Jahre vor | 0

| akzeptiert

Beantwortet
Doubt on the block diagram of the NARX model - matlab documentation
There is a difference between prediction and simulation. For prediction, an autoregressive model would use the past measured val...

fast 15 Jahre vor | 2

| akzeptiert

Beantwortet
Sum of square error
FPE represents a norm of the prediction error; it stands for Final Prediction Error (more details in the product documentation)....

fast 15 Jahre vor | 0

Beantwortet
Frequency response!!
Please see tfestimate (Signal Processing Toolbox), spa, spafdr, etfe (System Identification Toolbox) for functions that calculat...

fast 15 Jahre vor | 0

| akzeptiert

Beantwortet
Estimating the Impulse Response from Data, SISO system.
It performs FIR modeling for an appropriately selected number of lags: y(t) = \sum_{i=0}{N-1} b_i*u(t-i). For example, you may d...

fast 15 Jahre vor | 2

| akzeptiert

Beantwortet
How do I model a time series in MATLAB using ARMA?
For modeling time series see time series modeling functions in System Identification Toolbox such as AR, ARX, ARMAX and NLARX. ...

fast 15 Jahre vor | 2

| akzeptiert

Beantwortet
Estimate spectrum from AR process
Your theoretical transfer function is G(z) = 1/(1 + z^-2 + 0.5*z^-4). The frequency response is the value of this function for z...

etwa 15 Jahre vor | 0

| akzeptiert

Beantwortet
estimation of markov parameter by recursive least square method
Would something like this work? z = iddata(Y,u, t(2)-t(1)); m = n4sid(z,2); h = impulse(m)

etwa 15 Jahre vor | 0

Beantwortet
Low-Level Nonlinearity Evaluation Using Wavenet (SISO System)
In the f(0 and g() formulas you need an inner product. In your formula for f(), replace z'*z by z*z'. In the formula for g()...

etwa 15 Jahre vor | 1

| akzeptiert

Beantwortet
Bode plot from WAV
If all you have is a signal, what you can construct is a power spectrum. If that is what you have in mind, look up "spectrum", "...

etwa 15 Jahre vor | 0

Beantwortet
Frequency response
See also "frestimate".

etwa 15 Jahre vor | 1

Beantwortet
model parameter must be a string error
This usually happens when you inadvertently call the *function* SIM (which is /toolbox/simulink/simulink/sim) rather than the *m...

etwa 15 Jahre vor | 0

Beantwortet
Finding frequency response of a data set
See also tfestimate in Signal Processing Toolbox.

etwa 15 Jahre vor | 0

Beantwortet
Finding frequency response of a data set
Try System Identification Toolbox. If you have your input and output data, you can use it to create a parametric model (such...

etwa 15 Jahre vor | 0

Beantwortet
About wavenet documentation
The formula shown for overall nlarx model is just a shorthand notation for the actual one and it is there only for the ease of d...

etwa 15 Jahre vor | 1

| akzeptiert

Beantwortet
Frequency response for 1 DOF motion excitation system
See BODE, FREQRESP commands that work on TF, SS, ZPK. Basically, use TF to represent your system as transfer function. Use BODE ...

etwa 15 Jahre vor | 1

Beantwortet
About wavenet documentation
I am not sure what your question is, but see the following: (1) For details on the formula used to represent a wavelet networ...

etwa 15 Jahre vor | 0

Beantwortet
Right hand plane pole/zeros
This is a discrete-time model and so the test of stability is whether the poles are inside the unit circle; test abs(pole(sys))<...

etwa 15 Jahre vor | 0

| akzeptiert

Beantwortet
using multi-experiment data using 'merge'
Multi-experiment data give you an opportunity to use multi data sets together for estimation. All data sets should have identica...

etwa 15 Jahre vor | 0