Gr_mpsk_receiver_cc.cc question

Hi,
Is it possible to split this block into two different ones. Can I do a
costas loop block followed by a clock recovery instead of this?

Thanks,
Peng

On Tue, Jul 14, 2009 at 12:48, Peng Huo[email protected] wrote:

Is it possible to split this block into two different ones. Can I do a
costas loop block followed by a clock recovery instead of this?

Yes, these already exist. See the digital-bert example for a
flowgraph that does BPSK demodulation using them.

Johnathan

Peng Huo wrote:

Hi,
Is it possible to split this block into two different ones. Can I do a
costas loop block followed by a clock recovery instead of this?

Thanks,
Peng

Yes, both those blocks exist already and you can work with them
separately. But you really want to do the recovery jointly.

Tom