11-10-2010 11:51 AM
We can solve nonlinear continuous dynamic system using the ODE solver VI. But,how can we solve it when the state space formulas are converted to discrete form.Have any VIs or solving methods corresponding to the ODE solver VI for discrete state space formulas? Thanks a lot.
11-11-2010 05:23 PM
Could you post the formulas you are working with. I think that will give a better idea of what you are trying to do.
Brandon Treece
Applications Engineer
National Instruments
11-18-2010 02:24 PM
Mr.Brandon Treece,
Thank you for your reply to me.
I have solved a set of non-linear differential equations using the ODE solver.vi which only can be implemented in simulation environment for continuous system. Now, I want to convert them into difference equations of discrete system and solve them.Could you tell me which vis or method can be used for this demand?
The attachment is the picture of the set of non-linear differential equations.
Best regards,
David
11-18-2010
04:53 PM
- last edited on
03-25-2025
09:52 AM
by
Content Cleaner
Hi David,
I think the LabVIEW Control Design and Simulation Module would help you out here. It is an add-on module to LabVIEW.
It even comes with an example that simulates the Lorenz Attractor; the exact problem you posted. There are functions to convert systems between continuous and discrete, and blocks you can then use to simulation using an ODE solver. Hope that helps.
Damon
11-18-2010 11:59 PM