discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] measure of the SNR in a packet


From: Greg Troxel
Subject: Re: [Discuss-gnuradio] measure of the SNR in a packet
Date: Wed, 26 Apr 2006 08:47:25 -0400
User-agent: Gnus/5.110005 (No Gnus v0.5) Emacs/21.4 (berkeley-unix)

  Hello, I would like to write some code to calculate the SNR of a signal;
  in my case this signal is a packet radio AX25 1200 baud packet burst
  received thru TV RX and usrp.

First you need to define SNR.  If you measure the noise power of the
background within the passband when there is no signal, and then
measure the power of the signal+noise while receiving, you can
calculate an estimate.

Or, you can do coherent demod of the signal, and then regenerate a
perfect signal at an amplitude that best matches the received data.
Then you can subtract that and look at the residuals, and calculate
power of the reconstructed signal and the residuals.  The residuals
will have not only noise and receiver distortion, but also components
due to amplitude variations over the estimation period.


This is probably much easier if you don't try to get accurate values
at low SNR.  But it's down low that it's a more interesting problem,
at least to me.


-- 
        Greg Troxel <address@hidden>




reply via email to

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