SNR of a USRP in Simulink
显示 更早的评论
I am working with USRPs to transmit and receive data using Simulink. At the receiving end, I want to obtain the SNR in real-time. Is it possible to achieve it in Simulink?
回答(1 个)
Karunya Choppara
2022-2-18
0 个投票
Here is a steps to find the SNR
- Obtain the noise power, by measuring the input power when there is no transmitted signal. Make sure no other signal is received either.
- Then measure the input power when transmitting the signal, which gives the signal + noise power. Obtain signal power by subracting the noise power, from the combined value.
Calculate the power using this block
https://in.mathworks.com/help/dsp/ref/powermeter.html
类别
在 帮助中心 和 File Exchange 中查找有关 Communications Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!