Plot Bit Error Rate (BER) in log domain
plot_ber(snr,ber[,format]); // Plots empirical BER plot_ber(wf[,format]); // Plots theorical BER
Signal to noise ratio, in dB
Bit-error rate
Format string, as for plot function
Waveform object or string identifying the waveform type (e.g. 'bpsk', 'qpsk', ...)
This is just a call to standard plot function, followed by setting the log flag to 'nl' (logarithmic view of the BER).
BPSK bit error rate