discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Error calculation


From: farid mihoub
Subject: [Discuss-gnuradio] Error calculation
Date: Wed, 22 May 2019 23:24:53 +0100

Hello,
I am sending some samples of type byte (unsigned char), in the receiver side I get the estimated samples,
for my application every byte represent a value between 0 and 255, so I need to calculate the MSE (mean square error),
                                  _________                        ______
Exp: 1000 bytes ------|transmitter |----channel-->|receiver|------1000 estimated bytes.
Questions:
1- how can I ensure that the received bytes will be in the same order  as the transmitted ones.
2- how can I extract that data to use it with Matlab or octave.
 
Best regards.
                                 

reply via email to

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