Closed adeschemps closed 5 months ago
Hi, I think that you observe this noise because (i) the reflector has a surface area of 1m2, leading to different scattered paths having different delays, and (ii) because of the high distance between the radar and the reflector, you get a very little number of paths which is not enough to average out the noise due to the varying delays.
By reducing the distance between the radar and the reflector (I reduced dist
to 50m), I obtained a significantly higher number of paths leading to less noisy distance estimate.
Hello, first and foremost, thanks to Sionna's authors for this amazing tool. I would like to use it for synthetic aperture radar (SAR) simulations. I am aware that radar simulations is not exactly within Sionna planned scope, but I would like to know if there is hope for my experiment or not. In synthetic aperture radar, for a single point reflector, the received signal exhibits a quadratic phase in the azimuth dimension as the platform moves through the synthetic aperture, because the range to the target first decreases (until the point of closest approach) then increases. As a first sanity check, I would like to check wether or not this is true with the raytracing component of Sionna. I wrote the following code, which is as close to the scattering tutorial as possible:
After running this I get the following plot: which shows a significant difference between the theoretical quadratic range and the average length of rays to the reflector. While those differences are small with respect to the overall length of the ray (less than 10cm over a 500m long ray), the carrier frequency term in the propagation phase of the SAR signal model leads to large differences in phase between both range models.
Is this an intrinsic issue with the inner workings of sionna and mitsuba which is not easily fixable or is there something that I can do to reduce this range "error" ?
Thanks in advance to anybody who can provide insight into this issue. Please ask if anything is unclear.