Getting Started | ![]() ![]() |
Modeling a Channel with Modulation
The Binary Symmetric Channel block, which simulates a channel with noise, is useful for building models of channel coding. For other types of applications, you might want to construct a more realistic model of a channel. For example, you can add modulation and demodulation, and replace the Binary Symmetric Channel block with an AWGN Channel block, which adds white Gaussian noise to the channel. This following figure shows an example that uses binary phase shift keying (BPSK).
The section also explains binary phase shift keying.
We encourage you to build the model for yourself. Alternatively, to open a completed version of the model, type bpskdoc
at the MATLAB prompt.
Building the BPSK Model
You can build the BPSK model from the one shown in the figure Channel Noise Model. To build the model, follow these steps:
channeldoc
at the MATLAB prompt to open the channel noise model, and then save the model as my_bpsk
in the directory where you keep your work files.
The model should now appear as in the figure below.
![]() | Observing Channel Errors with the Scope | Binary Phase Shift Keying | ![]() |