discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] SNR estimator block output problem


From: zielalaoui
Subject: [Discuss-gnuradio] SNR estimator block output problem
Date: Mon, 17 Mar 2014 10:36:00 -0700 (PDT)

Hi all,
I try to create a new block able to generate integer values depending on the
output values giving by the SNR estimator block (already available in
Gnuradio library). Normally the estimator black should give the SNR in dB so
a float value, but in the C++ file the output is defined as double
(complex). Moreover, the program code contains this line: 
          *double x = abs(input[i+1])*
So, I want to understand why x is double and it is not a float? Any help
will be appreciate.
Thanks



--
View this message in context: 
http://gnuradio.4.n7.nabble.com/SNR-estimator-block-output-problem-tp47023.html
Sent from the GnuRadio mailing list archive at Nabble.com.



reply via email to

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