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 agoThe first part should be:
H(z) = alpha/(1 – (1 - alpha).z-1) There is also + convention for denum term but is confusing Your entry is correct: b = alpha; a = [1, -(1-alpha)]; check it is LPF: freqz(b,a);