Effacer les filtres
Effacer les filtres

How can I Simulate the bit error rate (BER) of the binary antipodal signaling??

1 vue (au cours des 30 derniers jours)
Sanbum
Sanbum le 17 Mai 2021
MATLAB problem. I want to draw a graph.
Consider a binary antipodal signaling in a narrowband Rayleigh channel. Simulate the bit
error rate (BER) of the binary antipodal signaling. In your plot, include the simulated curve
and the theoretical curves (Rayleigh channel and AWGN channel).
I found some information.
But I'm not sure this page is relevant.
please help MATLAB god!!

Réponses (1)

Arthi Sathyamurthi
Arthi Sathyamurthi le 21 Juil 2021
To simulate the bit error rate (BER) of the binary antipodal signaling in the Rayleigh channel, do the modulation necessary for the binary antipodal signally, possibly with comm.BPSKModulator method or using your custom code for binary antipodal signaling, and pass the signal through the Rayleigh channel using the comm.RayleighChannel system object and further demodulate the signal using comm.BPSKDemodulator method. Compare the input and output and calculate the BER for different SNR.

Catégories

En savoir plus sur Propagation and Channel Models dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by