Why OFDM signal has different plot at different simulation steps?
显示 更早的评论
My matlab code is meant for the generation of 16QAM-OFDM signal. I observe different plots of OFDM signal everytime I run the simulation. Can anyone help me understand why this happens?
回答(1 个)
Walter Roberson
2017-3-4
0 个投票
Simulations often use random number generation. You should consider using rng() to set the same random seed for each run.
类别
在 帮助中心 和 File Exchange 中查找有关 OFDM 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!