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 ago --- Quote Start --- how do I apply negative frequency to my nco? do you mean in regard to its sin & cos output? --- Quote End --- If you are using the nco model then just swap sin/cos (or use negative tuning word if supported) Alternatively you can use the following line: nco = exp(j*2*pi*i*freq); inside your loop set freq to any value +/- 0 ~ 0.5 and I suggest using -0.1, -0.11,-0.09 (not -1.1 that was typing error) you rf input can be just: rf = cos(2*pi*(0:N-1)*.1); fixed for all three tests