05-20-2016 04:28 PM
I have a 1 KHz data flow demodulated from a radio and want to compare it with the modulated data. The radio receiver is connected to a PXI-5650 generator. Checking the data with a scope I see the pattern demodulating. Just not sure how to optimize the dio (PXI-6229) checking the data. Doing a sort of simple BERT and the longer the record the better.
05-22-2016 12:18 PM
Bob Schor
05-22-2016 12:28 PM
Ernie? Not Albert? 🙂
(I guess BERT stands for "Bit error rate test").
05-24-2016 07:59 AM
Bob
Sorry the question was a bit vauge. A BERT is a bit error rate tests.
https://en.wikipedia.org/wiki/Bit_error_rate
A comman metric used to confirm a radio transmission.
05-25-2016 01:15 PM
Could you not create a task to measure the frequency and see when it increases then count that?
05-26-2016 01:16 PM
The frequency would not be consistent mesuring the data stream. I would vary with the data pattern. And obviously not work with all 0's or all 1's. I think I need to trigger a sampling clock starting with the first data transition.
05-27-2016 08:22 AM
Here is a diagram of what I need to do.
05-27-2016 03:45 PM
Have you seen this?
05-30-2016 03:42 PM
Yes, thanks. That's a bit different I think. It's doing a BERT on deserialized (//) data. My data is serial modulated, then demodulated to serial. I would like to check the demodulated serial data against the data that was modulated (i.e. PRBS, all 1's, ....etc). But need to sync the DAQ to sample deterministically.
Thanks, Michael
05-31-2016 09:38 AM
So is your question specific to synchronization?