Binary Phase Shift Keying (BPSK) Simulation
BPSK is a type of digital modulation where each bit is represented by one of two possible phases of a carrier signal:
0 → -1, 1 → +1
The transmitted BPSK signal can be written as:
s(t) = √(2E_b) * cos(2Īf_c t + Īb), b ∈ {0,1}
When transmitted over a noisy channel, Additive White Gaussian Noise (AWGN) affects the signal. At the receiver, the demodulated signal is compared with a threshold (0) to detect the bit.
This simulation demonstrates the effect of noise on BPSK constellation points and allows you to calculate the Bit Error Rate (BER).