简体   繁体   中英

SNR & BER in GNU Radio

I have to determine the quality of a received signal in gnuradio and for this either I can measure it in terms of bit error or signal to noise (SNR) Can you please tell me which is easier to perform and which of these two parameters' readings will be more accurate in gnuradio?

Here is a list of already available blocks that provide link quality in Gnuradio:

  • SNR estimation in gnuradio can be performed with MPSK_SNR_Estimator block
  • BER computaion in gnuradio is provided with BER block.

This is a very open question depending on your specific application. They could be easy and accurate both.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM