필터 지우기
필터 지우기

multipath power from raytracing

조회 수: 14 (최근 30일)
nicolas pellanda
nicolas pellanda 2024년 7월 2일 10:33
답변: Umar 2024년 7월 2일 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?

답변 (1개)

Umar
Umar 2024년 7월 2일 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.

카테고리

Help CenterFile Exchange에서 Propagation and Channel Models에 대해 자세히 알아보기

제품


릴리스

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by