Skip to content

Commit 25188c8

Browse files
Add reference to SBR approach
Signed-off-by: Thomas Sedlmayer <[email protected]>
1 parent f8f5062 commit 25188c8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

osi_sensorviewconfiguration.proto

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ message RaytracerViewConfiguration
10961096
RAYTRACER_FORMAT_OTHER = 1;
10971097

10981098
// Raytracer format for Shoot and Bounce Approach (adapted for
1099-
// electromagnetic wave propagation)
1099+
// electromagnetic wave propagation) [1]
11001100
//
11011101
// The 64-byte message consists of the fields in the described order,
11021102
// with all values as 32-bit IEEE-754 floats (float32) stored in
@@ -1156,6 +1156,9 @@ message RaytracerViewConfiguration
11561156
//
11571157
// Offset: 52 (12 bytes)
11581158
//
1159+
// /par Reference
1160+
// [1] Brem, R., & Eibert, T. F. (2015, August). A Shooting and Bouncing Ray (SBR) Modeling Framework Involving Dielectrics and Perfect Conductors. IEEE Transactions on Antennas and Propagation, 63(8), 3599–3609. https://doi.org/10.1109/TAP.2015.2438318
1161+
//
11591162
RAYTRACER_FORMAT_SBR = 2;
11601163
}
11611164
}

0 commit comments

Comments
 (0)