> gr_costas_loop is wrong, and gr_mpsk_receiver used to have the same > error and has since been updated. The frequency component of the > rotation has already been added to the current phase estimate during > de-rotation of of the samples (in mm_sample, I think); so here all we > have to do is update the phase estimate by the estimated error.
DOH! I it's still early for me. gr_costas_loop is /not/ wrong. The reason that d_freq is added is because the phase advances normally over time, and this line updates the phase estimate for both changes over time and the error. It is not need in mpsk receiver because it is split into two parts (one in mm_sample and one where you got that line from). Sorry for the confusion. Jason _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
