Forum Discussion
Altera_Forum
Honored Contributor
11 years agoIn fact you should get same patterns as your input stream. A high mean +1 and low means -1 (if nco are in phase). So don't worry about constellation diagrams.
In matlab if y is complex then plot(y,'.') will do. for bpsk plot(I,Q*0,'.');