discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Inverted spectrum


From: Andrew Davis
Subject: [Discuss-gnuradio] Inverted spectrum
Date: Sat, 13 Jul 2013 20:54:03 -0400

Hello all,

When using pll_carriertracking_cc, the returned spectrum seems to be inverted about 0MHz, when looking though the code line 113 of gr-analog/lib/pll_carriertracking_cc_impl.cc looked odd:

optr[i] = iptr[i] * gr_complex(t_real, -t_imag);

could someone explain why the the imaginary component of the NCO is inverted?

Thank you all,
Andrew

reply via email to

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