Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compute radar power & noise levels, improve rcs #264

Merged
merged 16 commits into from
Mar 26, 2024
Merged

Commits on Mar 26, 2024

  1. Add power computation

    prybicki authored and msz-rai committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    7a5eafd View commit details
    Browse the repository at this point in the history
  2. Fix static_asserts in core.h

    prybicki authored and msz-rai committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    550d99c View commit details
    Browse the repository at this point in the history
  3. Working prototype, need to fix values

    prybicki authored and msz-rai committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ded3701 View commit details
    Browse the repository at this point in the history
  4. Make updates to radar power calculation. Make minor fixes.

    Signed-off-by: Paweł Liberadzki <[email protected]>
    PawelLiberadzki authored and msz-rai committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c4e2fa2 View commit details
    Browse the repository at this point in the history
  5. Add additional radar parameters

    prybicki authored and msz-rai committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    6f82516 View commit details
    Browse the repository at this point in the history
  6. Add noise params and RCS NaN check

    prybicki authored and msz-rai committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    d4d4622 View commit details
    Browse the repository at this point in the history
  7. Fix clustering test

    prybicki authored and msz-rai committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1365d67 View commit details
    Browse the repository at this point in the history
  8. Fix reflecting polarization.

    Signed-off-by: Paweł Liberadzki <[email protected]>
    PawelLiberadzki authored and msz-rai committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    0ad79bf View commit details
    Browse the repository at this point in the history
  9. Change not necessary complex to scalar.

    Signed-off-by: Paweł Liberadzki <[email protected]>
    PawelLiberadzki authored and msz-rai committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    5bc0199 View commit details
    Browse the repository at this point in the history
  10. Fix ray dir (to reflected dir) for scattered field calculation.

    Signed-off-by: Paweł Liberadzki <[email protected]>
    PawelLiberadzki authored and msz-rai committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    fc5df8f View commit details
    Browse the repository at this point in the history
  11. Update azimuth and elevation angles in ray generation in RCS radar test.

    Signed-off-by: Paweł Liberadzki <[email protected]>
    PawelLiberadzki authored and msz-rai committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    01e3333 View commit details
    Browse the repository at this point in the history
  12. 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]>
    msz-rai and PawelLiberadzki committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    df81a72 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    71dd3db View commit details
    Browse the repository at this point in the history
  14. Cleanup parameters

    msz-rai committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4d1380c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    306eab9 View commit details
    Browse the repository at this point in the history
  16. Review changes

    msz-rai committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c2838da View commit details
    Browse the repository at this point in the history