contious time model - linear analysis toolbox
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Arkadiy Turevskiy
2012-5-10
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 个评论
Arkadiy Turevskiy
2012-5-17
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
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Linearization Basics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!