-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compute radar power & noise levels, improve rcs (#264)
* Add power computation * Fix static_asserts in core.h * Working prototype, need to fix values * Make updates to radar power calculation. Make minor fixes. Signed-off-by: Paweł Liberadzki <[email protected]> * Add additional radar parameters * Add noise params and RCS NaN check * Fix clustering test * Fix reflecting polarization. Signed-off-by: Paweł Liberadzki <[email protected]> * Change not necessary complex to scalar. Signed-off-by: Paweł Liberadzki <[email protected]> * Fix ray dir (to reflected dir) for scattered field calculation. Signed-off-by: Paweł Liberadzki <[email protected]> * Update azimuth and elevation angles in ray generation in RCS radar test. Signed-off-by: Paweł Liberadzki <[email protected]> * Improve rcs (#273) * Add debug development chnages. Signed-off-by: Paweł Liberadzki <[email protected]> * Add fixes for RCS calculation. Signed-off-by: Paweł Liberadzki <[email protected]> * Reduce mess in RCS calculation kernel. Signed-off-by: Paweł Liberadzki <[email protected]> * Remove not used variable. Signed-off-by: Paweł Liberadzki <[email protected]> * Remove not necessary dependency on hit position. Signed-off-by: Paweł Liberadzki <[email protected]> * Compute radar energy locally to be independent on lidar pose * Make update to lower RCS value near 90 and -90 degrees. Signed-off-by: Paweł Liberadzki <[email protected]> * Cleanup radar postprocessing node (revert clustering changes) * Make log constexpr (maybe perf optimization) * Get rid of M_PIf * Remove calculateMat function --------- Signed-off-by: Paweł Liberadzki <[email protected]> Co-authored-by: Paweł Liberadzki <[email protected]> * Radar power as power received + noise * Cleanup parameters * Remove rcsAngleDistributionTest * Review changes --------- Signed-off-by: Paweł Liberadzki <[email protected]> Co-authored-by: Paweł Liberadzki <[email protected]> Co-authored-by: Mateusz Szczygielski <[email protected]> Co-authored-by: Mateusz Szczygielski <[email protected]>
- Loading branch information
1 parent
650ac95
commit b610e37
Showing
14 changed files
with
433 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.