Hi,

On 02/24/2017 07:59 PM, Qurat-Ul-Ann Akbar wrote:
> I have been working with the 802.11 module for GNU Radio and I want to
> enable my receiver to perform some bit error rate calculations. I ran
> the wifi_loopbck and noticed that a bit error rate field appears in the
> GUI. I have been trying to see where and how is this error being
> calculated. Can anyone tell me where is this calculation being done? And
> has error rate block been deprecated?

The flow graph shows the frame error rate, not the bit error rate. It is
calculated based on the sequence number of the WiFi frames.
I only used it as a rough indicator in the loopback flow graph. I would
recommend to double-check the code if plan to do actual measurements.

Best,
Bastian

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to