From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Solve differential equation with measurement results

Hello everybody,

 

I would like to solve a (simple) differential equation:

y ' (x)  +  p * y (x)  =  q(x)

 

The special issue with my problem is that  q(x)  is given as measurement data (e.g. array of numerical data). A numerical solution of y(x) would be sufficient for me. Unfortunately, I couldn't find any solution yet. Any help would be appreciated.

 

Thanks a lot in advance

Best regards

0 Kudos
Message 1 of 2
(2,083 Views)

The best way probably is to use the Control Design and Simulation Module. There is an webcast to be found here youtube under: Solving a differential equation on LabVIEW  and a lot of documentation over the web.

http://www.ni.com/white-paper/5855/en/

www.youtube.com/watch?v=rQ-H73iTe3g

 

Onother way would be to use the Euler or Runge Kutta calcation, included in LabVIEW Full.

http://zone.ni.com/reference/en-XX/help/371361J-01/gmath/ode_euler_method/

0 Kudos
Message 2 of 2
(2,042 Views)