discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] CMA Equalizer error


From: Sam mite
Subject: [Discuss-gnuradio] CMA Equalizer error
Date: Wed, 17 Sep 2014 23:06:04 +0500

Hi, I am trying the CMA equalizer of gnuradio and for understanding I am studying the reference paper  mentioned in the doc as well. I have a question after going through the code- Why the real and imag part of the error signals are being clipped at 1.

float re = gr::clip(error.real(), 1.0); float im = gr::clip(error.imag(), 1.0);

Shouldn't it be "d_modulus" instead of 1.



Regards,

Sam

reply via email to

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