Setting symbol rate and sampling frequency for a carrier in Simulink
10 次查看(过去 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.
0 个评论
采纳的回答
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 QPSK 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!