フィルターのクリア

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

3 ビュー (過去 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 Center および File ExchangeQAM についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by