Ray tracing and Power Delay Profile

Hi all,
Let assume we have receiver and transmitter and they are put 3D structure and we know their coordinates. What I want to do is estimate few signal echoes (power and delay) which reach to the receiver. To do it we have to have knowledge about ray crossed distance (then delay = distance / c) and the angle of incidence (then we can calculate attenuation caused by reflection from material, thereby ray power = ERP - FSL - attenuation ) So, is there anybody who know the simple method to realize it, for example some laser effect development (then we can launch the ray and observe the reflection from the objects). I would be so greatful for any comments and remarks.
Regards Maciek

답변 (1개)

Miles
Miles 2014년 3월 17일
편집: Miles 2014년 3월 17일

1 개 추천

I've managed to get 2 dimensional ray tracing down to the point where I can begin measuring the delay, I study acoustics though, so I'm still fine tuning the reflectogram, the equation gets a little weird when I start trying to go past first order and I don't want to take a shortcut for that.
I used a recursive function to first find all the mirror points given a list of target walls (which I could iterate over later on) and then once the list is exhausted, a path from the receiver is plotted to the walls upwards through the algorithm on the way out of the call stack. All this data is stored in points for later analysis, so it could be what you want.
This is just for 2 dimensions though, I'm still working out some of the finer points of moving the algorithm into 3 dimensions. Good hunting.

카테고리

질문:

2012년 5월 31일

편집:

2014년 3월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by