Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and medical aesthetics - How to synthesize four single-byte arrays into 1 32-bit IEEE754 floating-point numbers in LABview?
How to synthesize four single-byte arrays into 1 32-bit IEEE754 floating-point numbers in LABview?
Why don't you just use integer splicing?

Function board selection->; Programming-> Numerical value->; Data operation-> Data splicing

Look at the picture, is it the result you need?

Four 8-8 digits are combined into 16 digits with this VI, and then combined into 32 digits. You just need to directly force a single-precision type conversion.

1:0000000 1? The combination of 2: 000000 10 is 258: 00000010000010.

3:000000 1 1? The combination of 4: 00000 100 is 772: 00000110000100.

Then 258 and 772 are combined into16909060: 000000100000100000100000/kloc-0.

If you want to synthesize, from high to low.