-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weird BER Measurements #42
Comments
Hi, If you are getting -18 dB it means that you have zero error (not sure why, probably internally GNU Radio adds a little epsilon to the log). Is this is a simulation? Is it the Viterbi or Reed-Solomon BER? |
This is wireless transmission. It's the Viterbi BER. The change was drastic from around ~-3dB at lower signal power and then when increased, it shoots up to -18dB. From there, it randomly fluctuates. See the picture for reference. This is RX Gain at 30 dB and TX Gain at 65 dB |
Then you are getting zero error during your high-power transmission. The recording we share at the project's website has a BER of 10^(-9) or less, as we had line-of-sight with station's antenna. In this case, where I am assume you are transmitting next to the receiver, it's not rare that you get a virtually flawless signal. |
I'm varying the transmitter and receiver gain to show the differences in signal power, constellation clarity, MER measurements, and BER Measurements. However, the BER Measurements I have been getting is at -18dB. I have read that the expected value for BER is at 2x10^-4(around -3.698dB). Is this an error? Because I find having an -18 dB hard to believe.
Thanks for your help
The text was updated successfully, but these errors were encountered: