discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] CMA Equalizer error


From: Sam mite
Subject: Re: [Discuss-gnuradio] CMA Equalizer error
Date: Fri, 19 Sep 2014 08:31:46 +0500

Hi, I hope I can have a comment on it.

On Wed, Sep 17, 2014 at 11:06 PM, Sam mite <address@hidden> wrote:
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



--

Best Regards,

Sam

reply via email to

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