Beantwortet
Is it possible to design a controller in simulink using experimental data only?
The model as provided does not quite make sense, as it uses positive feedback. Here is what I did to get some sort of control...

etwa 12 Jahre vor | 1

Beantwortet
PID gains from a Transfer Function of a mass-spring-damper system
Well, your system has 1 input (force) and 2 outputs (x1,x2), so it is a single input - multi output system. The tutorial you tri...

etwa 12 Jahre vor | 0

Beantwortet
Is it possible to design a controller in simulink using experimental data only?
Yes, you can follow the workflow explained <http://blogs.mathworks.com/seth/2014/05/30/plant-identification-using-the-pid-tuner/...

etwa 12 Jahre vor | 0

| akzeptiert

Beantwortet
PID Tune: Plant cannot be linearized. Why?
The plant is linearized, but the linearization at t=0 is a gain of zero. Most likely this happens due to initial conditions in t...

etwa 12 Jahre vor | 5

| akzeptiert

Beantwortet
Forward and feedback controllers in SISOtool.
Hi Mathias, Unfortunately there is no way to do this now with SISO Tool. The only option is to tune C first using configurati...

etwa 12 Jahre vor | 1

| akzeptiert

Beantwortet
LQR design: state space feedback
If I understand correctly, you are trying to simulate your LQR controller in Simulink. LQR controller uses full state vector x ...

etwa 12 Jahre vor | 0

| akzeptiert

Beantwortet
How does tfest estimate the transfer function of a system given input and output in time domain?
Please take a look at the <http://www.mathworks.com/help/ident/ref/tfest.html reference page> and scroll to the very bottom: "Mo...

etwa 12 Jahre vor | 0

Beantwortet
Frequency Domain Identification with multiple input amplitudes for SISO system?
Frequency-domain data can only be used for estimating linear time-invariant (LTI) models in System Identification Toolbox - mode...

etwa 12 Jahre vor | 0

Beantwortet
Transfer Function of a simple Circuit using Simulink
You did not specify which transfer function you want. Let's assume you want a transfer function from input voltage to output vol...

etwa 12 Jahre vor | 19

| akzeptiert

Beantwortet
i want to obtain the transfer function of the controller
If you know the transfer function, define it like this in MATLAB: s=tf('s'); sys=(1*s^2+2*s+3)/(4*s^4+5*s^2+6*s+7) ...

etwa 12 Jahre vor | 0

| akzeptiert

Beantwortet
Using "kalman" with a Zero B matrix
Yes, you can use _kalman_ to design a Kalman filter for a system with no input _u_ . Did you try it? Did you run into problems?

etwa 12 Jahre vor | 0

Beantwortet
I have a question regarding control theory, How are state space equations linked with state flow?? Can stateflow have memory??
Two separate questions here. State-space equations do not have much to do with Stateflow, except for the word "state". St...

etwa 12 Jahre vor | 0

| akzeptiert

Beantwortet
Bode diagram at different amplitudes?
The best option in this case is probably <http://www.mathworks.com/videos/frequency-response-estimation-68884.html frequency res...

etwa 12 Jahre vor | 0

| akzeptiert

Beantwortet
How can I compute the controller effort and perform robust analysis in Simulink?
It is not 100% clear what exactly you need - time history of controller response, or a transfer function of controller response?...

etwa 12 Jahre vor | 1

| akzeptiert

Beantwortet
Get empty results from hinfsyn
This seems strange. Hard to diagnose without having access to your data. Can you share it? You can also contact <https://mathwor...

etwa 12 Jahre vor | 0

Beantwortet
what algorithms are applied in the auto tuning of PID block in simulink?
Proprietary algorithm developed by MathWorks. From the "Algorithms" section <http://www.mathworks.com/help/control/ref/pidtun...

etwa 12 Jahre vor | 0

| akzeptiert

Beantwortet
Identification toolbox - Parameter identification of a given state space structure
1. You can enable feedthrough and disturbance estimation for n4sid by setting name-value pair function arguments properly, as de...

mehr als 12 Jahre vor | 0

Beantwortet
How should data be prepared for system identification?
Please take a look at <http://www.mathworks.com/help/ident/gs/about-system-identification.html#bsguh6g-1 this section> of the do...

mehr als 12 Jahre vor | 1

Beantwortet
How to know the transfer function and plot the poles of coupled high order differential equations?
Transfer functions are representations of linear time-invariant systems. Your system is not linear. You can implement your syste...

mehr als 12 Jahre vor | 0

| akzeptiert

Beantwortet
what is the tranfer function of this model?
You need to be more specific. What transfer function do you want - the plant transfer function: <</matlabcentral/answers/up...

mehr als 12 Jahre vor | 0

| akzeptiert

Beantwortet
"feedback" amd "append" comands
Read the section of the example preceding this code immediately. You will see that what the example does is apply feedback contr...

mehr als 12 Jahre vor | 0

| akzeptiert

Beantwortet
how to develop simulink model using this code
Take a look at a few "getting started" videos for Simulink - you can find them <http://www.mathworks.com/products/simulink/video...

mehr als 12 Jahre vor | 0

| akzeptiert

Beantwortet
How to calculate parameters suspension system?
You can build parameterized model in Simulink, and then use Simulink Design Optimization to automatically adjust all parameter v...

mehr als 12 Jahre vor | 0

Beantwortet
how to convert .fis(fuzzy) file to.c/cpp file?
1. use <http://www.mathworks.com/help/fuzzy/fuzzylogiccontroller.html Fuzzy Logic Controller block> 2. specify your FIS syste...

mehr als 12 Jahre vor | 0

Beantwortet
From bode to transfer function
You need to set tfestoptions Focus property to "prediction" to allow for unstable systems (your system has two unstable poles). ...

mehr als 12 Jahre vor | 1

| akzeptiert

Beantwortet
I must change something in the model to select the variables in Response Optimization?
The tool should display all the variables that are used by the blocks of your model. The variables can be defined in base worksp...

mehr als 12 Jahre vor | 0

| akzeptiert

Beantwortet
Arduino Support from Simulink only for students?
Target hardware support (including Arduino) is included with all versions of Simulink.

mehr als 12 Jahre vor | 0

| akzeptiert

Beantwortet
Evaluation of Fuzzy Inference system with GUI
If you want to evaluate your FIS on a matrix of data, use <http://www.mathworks.com/help/fuzzy/evalfis.html evalfis> function. F...

mehr als 12 Jahre vor | 0

Beantwortet
How to build a discrete model of my continous model. The command c2d does not work properly.
Transfer function representation of an LTI system is not the best representation for doing calculations. For more on that please...

mehr als 12 Jahre vor | 2

| akzeptiert

Beantwortet
PI controller for boost converter design
Update as of April 2014: his has now been addressed in R2014a, please take a look at this <http://www.mathworks.com/videos/pid-c...

mehr als 12 Jahre vor | 0

| akzeptiert

Mehr laden