plot_ber
Plot Bit Error Rate (BER) in log domain
Calling sequence
plot_ber(snr,ber[,format]); // Plots empirical BER
plot_ber(wf[,format]); // Plots theorical BER
plot_ber(snr,ber[,format]); // Plots empirical BER plot_ber(wf[,format]); // Plots theorical BER
Parameters
- snr:
Signal to noise ratio, in dB
- ber:
Bit-error rate
- format:
Format string, as for plot function
- wf:
Waveform object or string identifying the waveform type (e.g. 'bpsk', 'qpsk', ...)
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', ...)