LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I use complex number to edit formula ?

I need to edit a formula, but the input is complex number. I know the formula cannot accept complex number, so how can I do it?
0 Kudos
Message 1 of 2
(2,569 Views)
Rather than using a formula node, you can use LabView's numeric functions to code the forumla. You can convert a complex number to its rectangular or polar coordinates and back again using functions in the Numeric >> Complex function palette.
0 Kudos
Message 2 of 2
(2,569 Views)