1 Questions 5 Answers 0 Followers
Questions related from Ryan Kao
I use following code to simulate a QPSK signal through 3-path Rayleigh channel, signal_r=2*(rand([Ls,1])>0.5)-1; signal_i=2*(rand([Ls,1])>0.5)-1;QPSK=signal_r+1i*signal_i; Es=((QPSK)'...
06 June 2017 6,140 9 View