LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Fixed point to DBL

Solved!
Go to solution

I have given a task to convert to fixed-point to DBL data type without using available node in conversions using Divide operations. we can use other data type conversion nodes.

can anyone help me in doing this?

0 Kudos
Message 1 of 2
(929 Views)
Solution
Accepted by topic author ramya850

Any fixed point number? Or a fixed point number?

 

We won't do homework, but we could give some hints...

 

I'd have a look at fixed point to integer cast... Then split the integer ("AND" and "rotate") and use divide to get the fractional part from the floating part.

0 Kudos
Message 2 of 2
(927 Views)