LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview RT Reed Solomon VI

Hi!
 
 
I 'm currently developing a labview RT application  using reed solomon coder-decoder.
 
I would like to know why the decoder Vi works on I8 array with only one significant bit? I openned the Vi and I can't see where working on an I8 array is an advantage!!!
 
 
 
has anybody an idea?
 
 
Thanks a lot!
 
0 Kudos
Message 1 of 5
(3,700 Views)
Hi,
What is this VI, is it a VI from a instrument driver?
If yes, you should contact the developer of this driver to have the answer.

Message 2 of 5
(3,511 Views)
Reed-Solomon coder-decoder is not part of LabVIEW RT.
 
I heard NI Signal Express (modulation toolkit) has this function.
 
 
George Zou
 
George Zou
0 Kudos
Message 3 of 5
(3,505 Views)

Reed Solomon vi are from modulation toolkit. 😉

 

 

0 Kudos
Message 4 of 5
(3,487 Views)
Hi Jules,

they are only using values of 0 and 1 in those I8-bitstream array... So they mimic a boolean array...
Probably easier to do all the math stuff inside when you don't need to convert numbers to booleans and back all the time!
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 5
(3,478 Views)