필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
Sanbum
Sanbum 2021년 5월 17일
답변: Arthi Sathyamurthi 2021년 7월 21일
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!!

답변 (1개)

Arthi Sathyamurthi
Arthi Sathyamurthi 2021년 7월 21일
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.

카테고리

Help CenterFile Exchange에서 Propagation and Channel Models에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by