Hi, I hope I can have a comment on it.
--
Best Regards,
Sam
On Wed, Sep 17, 2014 at 11:06 PM, Sam mite <mite.engr11@gmail.com> 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
No comments:
Post a Comment