목차
1-(a) hadamard code 를 통한 matched filter 구현
1-(b) Convolution 의 원리 구현
2-(a) DS-CDMA 통신망에서의 Error Probability
2-(b) 8 user CDMA 통신망 구현
1-(b) Convolution 의 원리 구현
2-(a) DS-CDMA 통신망에서의 Error Probability
2-(b) 8 user CDMA 통신망 구현
본문내용
rror;
end
zt=[zt I];
end
a2=[0:0.01:14]; %x axis - DB scale
plot(a2,zt)
xlabel(\'SNR(dB)\')
ylabel(\'P_e\')
ylabel(\'Bit Error Probability, P_{e,k}\')
grid
legend(\'user-1\',\'user-2\',\'user3\',\'user-4\',\'user-5\',\'user-6\',\'user-7\',\'user-8\')
figure(2)
semilogy(a2,zt)
xlabel(\'SNR(dB)\')
ylabel(\'Bit Error Probability, P_{e,k}\')
title(\'Error Probability for user-k\')
grid
legend(\'user-1\',\'user-2\',\'user-3\',\'user-4\',\'user-5\',\'user-6\',\'user-7\',\'user-8\')
They are almost similar with picture in problem(2a). But they are different. I think this difference comes from different coding system.
As we can see in left picture- between BPSKs, difference due to coding operating, BER is changed due to many cause.
In a communication system, the receiver side BER may be affected by transmission channel noise, interference, distortion, bit synchronization problems, attenuation, wireless multipath fading, etc.
The BER may be improved by choosing a strong signal strength (unless this causes cross-talk and more bit errors), by choosing a slow and robust modulation scheme or line coding scheme, and by applying channel coding schemes such as redundant forward error correction codes.
end
zt=[zt I];
end
a2=[0:0.01:14]; %x axis - DB scale
plot(a2,zt)
xlabel(\'SNR(dB)\')
ylabel(\'P_e\')
ylabel(\'Bit Error Probability, P_{e,k}\')
grid
legend(\'user-1\',\'user-2\',\'user3\',\'user-4\',\'user-5\',\'user-6\',\'user-7\',\'user-8\')
figure(2)
semilogy(a2,zt)
xlabel(\'SNR(dB)\')
ylabel(\'Bit Error Probability, P_{e,k}\')
title(\'Error Probability for user-k\')
grid
legend(\'user-1\',\'user-2\',\'user-3\',\'user-4\',\'user-5\',\'user-6\',\'user-7\',\'user-8\')
They are almost similar with picture in problem(2a). But they are different. I think this difference comes from different coding system.
As we can see in left picture- between BPSKs, difference due to coding operating, BER is changed due to many cause.
In a communication system, the receiver side BER may be affected by transmission channel noise, interference, distortion, bit synchronization problems, attenuation, wireless multipath fading, etc.
The BER may be improved by choosing a strong signal strength (unless this causes cross-talk and more bit errors), by choosing a slow and robust modulation scheme or line coding scheme, and by applying channel coding schemes such as redundant forward error correction codes.
키워드
추천자료
Adaptive Modulation Matlab Source Code
M-sequence 와 Gold code의 발생과 correlation을 이용한 성능 비교
매트랩을 이용한 QPSK 시스템 BER 구현(이론값, Gray Coding 했을때, 안했을때)
[MATLAB]매트랩을 이용하여 QPSK와 pi-QPSK 성능 비교.
Vanderwaal식을 이용한 물의 그래프 코딩(MATLAB)
Matlab 설계 프로젝트 - ` A / D Conversion `
정규화된 안테나의 방사패턴 & MATLAB CODE
[수치해석]Matlab을 이용한 2계 정상 열전도 방정식의 수치해석(라플라스 방정식)
소개글