Forum Discussion
Altera_Forum
Honored Contributor
11 years agoBPSK Demodulation
Hello again, I am still struggling with BPSK demodulation :) OK, now I am trying to implement Costas Loop for carrier synchronization, which involves Inphase and Quadrature Phase paths. Inpha...
Altera_Forum
Honored Contributor
11 years agoYou mean embed the whole receive part in for loop, and each time I update the carrier vector and mix again?
Can I just calculate the value of carrier sample each time and mix it with input? I mean work on samples rather than vectors. One more question please, why did you use error accumulator in the end and not just using filtered_error?