04-18-2014 04:51 AM
In the equation: , Q is known, how to get the f value in LabVIEW? Thanks a lot~
Solved! Go to Solution.
04-18-2014 05:30 AM
04-18-2014 05:36 AM
If you know how to transform your equation to f = ..... then you can calculate f by using the formula node structure. Check out the detailed help from this structure or even an example VI if you are not familiar with it.
Or is the converting of your equation the problem?
Regards
Ruts
04-18-2014 06:44 AM
This is an algebra issue, not a programming issue. Solve for f. You can then easily make your program by following that equation.
04-18-2014 08:39 AM
At first glance it is not clear whether your equation has an analytic solution. You may need to consider an iterative numerical solution technique.
Lynn
04-20-2014 07:48 PM
Oh, you are right, I just don‘t know how to convert the eqution to f=…, and wondering whether LabVIEW can do it.
Or maybe I shoud learn some math thanks~
04-22-2014 03:19 AM - edited 04-22-2014 03:19 AM
There are plenty of people who can convert this for you, but if you use formulas like these on daily basis you should learn some math indeed ;). I'd suggest to rather consult a mathematics forum instead of the NI forum for the conversion although I'm sure there are people on this forum who can convert this one.
I'm also working on a project where I use math which oversteps my knowledge, but with some research I did learn a lot and there are always guys who will help you if you're stuck.
Kind regards
Ruts