Home Forums GENERAL bit error rate Reply To: bit error rate

#12586
Profile Photo
M. E.
Participant

try to copy the min. BER and paste it in MATLAB and plot it
y=[data of min. BER];
x=size of x-axis as you want;
semilogy(x,y)

Categories