How to get the tap delay vector from RMS delay spread?
4 ビュー (過去 30 日間)
古いコメントを表示
Hello, I am simulating indoor channel where I found that the RMS delay spread is about 250ns. Now If I want to simulate with the rayleighchan() function, I need to input the tau (The tap delay vector). Now Can anyone help me how to find the tau from RMS delay spread or any other ideas to simulate the channel...?
One more thing, If I want to pass a Sine wave with amplitude 1 to the rayleighchan, then output is a complex number as expected. But If I want the power of the faded channel. then how can I do it...? I mean If I take the absolute, then it becomes more than the actual unfaded signal. In that case, how can I calculate the power of the faded signal. Please inform me. It will be a great help. Thanks
0 件のコメント
回答 (1 件)
N/A
2019 年 11 月 13 日
You can use the normalized delays from the LTE/5G release, and the delays you need to apply will be :
WantedDelay = NormalizedDelay * DelaySpread
Hope this helps.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Propagation and Channel Models についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!