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

조회 수: 11 (최근 30일)
Balint Csejtei
Balint Csejtei 2020년 10월 26일
답변: Nitin Kapgate 2020년 10월 29일
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.

채택된 답변

Nitin Kapgate
Nitin Kapgate 2020년 10월 29일
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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 QAM에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by