Filter löschen
Filter löschen

multipath power from raytracing

14 Ansichten (letzte 30 Tage)
nicolas pellanda
nicolas pellanda am 2 Jul. 2024 um 10:33
Beantwortet: Umar am 2 Jul. 2024 um 12:48
Hello everyone, i am using the raytracing propagation model on an urban enviroment, and i create the channel between transmitter and receiver with the comm.RayTracingChannel object. I set the channel filtering proprierties to false, so i can obtain in output the channel impulse response (CIR). Now, I alredy know i can use the showProfile() function to analyse the power of every tap, but why when i compute the module of every single path CIR, this is different from what i see from power profile function, especially for NLOS path? showProfile function show me the module of 10^[(txGain+rxGain-pathLoss)/20]*exp(1i*pathPhaseShift) depending on the time of arrival, so why it is different from the module of CIR?

Antworten (1)

Umar
Umar am 2 Jul. 2024 um 12:48
Hi Nicolas,
To help answer your question, align the two representations, you can calculate the power of each tap from the CIR by squaring the magnitude of each tap. This will provide a power-weighted view similar to what showProfile() function displays. By squaring the magnitude of the CIR, you can compare it more directly to the power profile obtained from showProfile().
Hope this will help resolve your problem.

Kategorien

Mehr zu Propagation and Channel Models finden Sie in Help Center und File Exchange

Produkte


Version

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by