LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

dynamic data to bit stream

Hi guys. I am trying to make a VI which modulates a dynamic data (like sound) using digital modulation like FSK or PSK. But FSK block accepts bit stream. I want to know how do I convert dynamic data like sound to a bit stream, which block or VI should I use to do that.
0 Kudos
Message 1 of 5
(2,883 Views)

Does the FSK block expect an array of U8s? Or is it an array of Booleans? In general, to convert from the evil dynamic data you would use Convert From Dynamic Data.

0 Kudos
Message 2 of 5
(2,872 Views)
Hi Smercurio, FSK block expects bit stream. it doesn't accept U8 or array or boolean.
0 Kudos
Message 3 of 5
(2,856 Views)
Are you referring to the MT Modulate FSK VI? According to the documentation, that VI acceps an array of I8 values as the "bit stream".
0 Kudos
Message 4 of 5
(2,848 Views)
Let me try this...
0 Kudos
Message 5 of 5
(2,835 Views)