LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Compare Digital Waveform to Binary String Array

Hello,

 

My question is fairly specific, so hopefully you can point me in the right direction either on the forums or in a response.

 

I'm attempting to build an array of binary code saved in string constants and compare it to a digital signal that I'm continuously PSK demodulating from a radio transceiver. I'm eventually going to flag when any of the strings in the array match the incoming bit sequence to ~80% accuracy.

 

I haven't completely jumped into the task above, since I have quite a few binary strings to add and I just want to get a grasp on how to do the comparison before I start. Thus attached is just a flow diagram of my process.

 

Any snippet on how to start this would be appreciated.

0 Kudos
Message 1 of 2
(2,050 Views)

Here is a start, assuming you can convert your signal to a boolean array.  There will need to be some modifications due to array length mismatches.

 

 

0 Kudos
Message 2 of 2
(2,011 Views)