|
com = abs(data - y_com);
% data와 output이 같다면 0이, 다르다면 2의 값을 가질 것이다.
count = (com/2)*one;
% Error를 세기위한 식.
% Error시 com이 2이기 때문에 ÷2를 한 후 one을 곱하면, 각 행을 sum한 것과 같다.
% (8x10000) * (10000x1) = (8x1)
BER = count/10000;
% 10000bit
|
- 페이지 3페이지
- 가격 1,500원
- 등록일 2009.12.30
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
binary-received_signal_binary]));
% couting the number of errors
end
% 2nd case : pi/4-DQPSK
signal = dpskmod(tx,M,pi/4,'gray'); % pi/4-DQPSK modulation with gray coding
figure
subplot(2,2,1), plot(signal(1:1:10000),'Marker','.','LineStyle','none');
%(we) plote only 1000 signals to see clearly
hold
|
- 페이지 12페이지
- 가격 2,500원
- 등록일 2009.06.16
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|