discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] GRC question: How to measure BER when Tx and Rx are o


From: Rachel Li
Subject: [Discuss-gnuradio] GRC question: How to measure BER when Tx and Rx are on different machines?
Date: Tue, 2 Nov 2010 16:32:07 -0400

Hi all:

I have Tx and Rx on different machines. To measure the BER, I need to compare the a reference stream and the output stream of the demodulator.

I suspect that my way to obtain the reference stream is wrong.

Here is how I obtain the reference stream:

1: At the Tx, I used Random Source to generate a 0/1 sequence. This sequence is saved into a DAT file.

Random Source (Byte)  --> File Sink (the file is saved as input.DAT)

2: Then I use the DAT file as the input of the Modulator, in this way, I have the same input data every time when I run the flow diagram.

File Source (input.DAT) --> Modulator

3: I made a copy of the DAT file and put it on the Rx machine

4: I tried to compare the output of the demodulator and this DAT file, but something goes wrong here.  The output of the demodulator is a 0/1 sequence but the DAT file is not.

Could anyone guide me with this problem?

Thanks a lot!

Rachel
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]