How can I adjust the bit rate of a QAM signal in Simulink?

11 views (last 30 days)
I want to simulate a two-way microwave radio link, and I should set the data rate in Gbit/s. I've already checked many Simulink blocks, like QAM modulator, transmitter, singal sources, etc., but none of them contained a data rate adjust function.

Accepted Answer

Nitin Kapgate
Nitin Kapgate on 29 Oct 2020
The data rate depends only on the rate at which the data is getting generated by a signal generator.
For example, the data rate at the output of Bernoulli Binary Generator block from Simulink depends upon the combination of following two properties:
  1. Sample time
  2. Samples per frame
This output signal can then be fed to the QAM modulator block as input.
You can refer to the RF Satellite bi-directional link model to learn more about simulating a radio link.
To open this model in MATLAB, enter the following command in your MATLAB command window:
commrfsatlink

More Answers (0)

Community Treasure Hunt

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

Start Hunting!