contious time model - linear analysis toolbox
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I've been using the linear analysis toolbox quite a bit lately for generating linear models within simulink. >> Tools / control design / linear analysis..
For some reason the models generated are generally discrete. I appreciate that their are a few functions for shifting between discrete and continuous time however is their a way of defining the output when generating the linear model? There doesn't appear to be any obvious options within the GUI. Generally I get a discrete model but now and again the toolbox spits out the desired continuous time model..
Cheers,
Jamie
0 Commenti
Risposta accettata
Arkadiy Turevskiy
il 10 Mag 2012
Linear Analysis Tool is part of Simulink Control Design.
By default, the software chooses the slowest sample time of the multirate model. If the default sampling time is not appropriate, specify a different linearization sample time and repeat.
So the sampling time of the resulting linear model depends on the model you are linearizing. If that model has discrete-time components, than the tool (with default options) will return a discrete-time model.
If you want a continuous-time model, specify "Sample Time" value in "Options" to be 0, as described in the section of the doc linked to above.
Regarding your comment that generated code does not tend to run: could you provide an example of that?
Thanks.
Arkadiy
2 Commenti
Arkadiy Turevskiy
il 17 Mag 2012
Hi Jamie,
Is there any way you could provide your model and the code that creates an error. The best way would be to submit a help request:
http://www.mathworks.com/support/service_requests/contact_support.do
or you can send them to me directly.
Thanks.
Arkadiy
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Linearization Basics in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!