LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

double complex to double

Solved!
Go to solution

I am trying to connect the double complex output of a mean block to a double format sink. I was wondering if there is a way for me to convert between these two data types. Please see note for the area of interest.

0 Kudos
Message 1 of 3
(4,810 Views)
Solution
Accepted by topic author SteveR_

Hi Stephen,

 

when you use complex values you should convert them to DBL:

check.png

 

What kind of data are you working with, requiring to use complex values?

Why do you want to compare with plain DBL values?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 3
(4,794 Views)

Can you post the VI you are working on?

 

Complex numbers have two components:

a) Real and Imaginary component (Cartesian) or

b) Angle to X-axis and Length (Polar)

 

So what do you expect the (scalar) double value to represent?

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 3 of 3
(4,793 Views)