How to get the tap delay vector from RMS delay spread?
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
N/A
il 13 Nov 2019
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 Commenti
Vedere anche
Categorie
Scopri di più su Propagation and Channel Models in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!