Objective: To Analyze BER Performance of 2x1TB MISO Using BPSK Signal
Objective: To Analyze BER Performance of 2x1TB MISO Using BPSK Signal
snr(index)=k;
[snr(index) bera(index) bers(index)];
index=index+1;
end
semilogy(snr,bera,snr,bers)
legend('Analytical','Simulation')
xlabel('SNR dB');
ylabel('BER')
Output:
a=1
a=0.8
a=0.9
a=0.5