|
Constellation of pi/4-DQPSK\')
hold on;
for index = 1:length(Eb_N0_dB)
signal_ch = awgn(signal,Es_N0_dB(index)); % through the AWGN channel.
if Eb_N0_dB(index)==5 %when Eb/N0=5dB, ploting
subplot(2,2,2), plot(signal_ch(1:1:10000),\'Marker\',\'.\',\'LineStyle\',\'none\');
%(we) plote only 1000 signal
|
- 페이지 12페이지
- 가격 2,500원
- 등록일 2009.06.16
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
QPSK system in AWGN channel\');
legend(\'Gray coding\',\'non-Gray coding\');
xlabel(\'Eb/N0\');
ylabel(\'Bit error rate\');
subplot(1,2,2);
BER_Theo=qfunc(sqrt(2*10.^(SNR./10))); %이론적인 에러확률
semilogy(SNR, BER_Theo,\'-\',SNR,BER1,\'*\') %동시에 log scale로 플랏
title(\'BER curves for QPSK syst
|
- 페이지 14페이지
- 가격 3,000원
- 등록일 2009.06.15
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|