Setting symbol rate and sampling frequency for a carrier in Simulink

조회 수: 17 (최근 30일)
Trying to create a simple model using three QPSK carriers at varies center frequencies. I would like to individullay set the symbol rate for each carrier but cant figure out how to do that. What parameter controls the width (symbol rate) of the carrier? Also am trying to increase the simulation bandwidth to 128 but it stays at 32 Hz. The first block (random integer) is at sample time of 1/128, the next sample-hold is at 1/2 and the frequency shifts for each carrier are at -4, 0 and +4 Hz. So my question is how to set both the simulation badwidth and the symbol rate of each of these signals. Thanks.simmodel.png

채택된 답변

Devineni Aslesha
Devineni Aslesha 2019년 9월 11일
The symbol rate of each of the given signals depends on the Sample time parameter in Random Integer Generator block. However, to get the simulation bandwidth of 128 Hz, the Sample time parameter of Zero-Order Hold block should be set to (1/128)/2. Since the Sample time parameter of Zero-Order Hold block is set to 1/2 as mentioned in the question, the Sample time of each symbol is taken as 1/2 instead of 1/128.

추가 답변 (0개)

카테고리

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

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by