forked from stpaine/FERS
-
Notifications
You must be signed in to change notification settings - Fork 1
Target Polarization
David Young edited this page Apr 30, 2025
·
2 revisions
This capability refers to the modeling of how a target's scattering properties interact with the polarization of the incoming radar wave (e.g., vertical, horizontal, circular) and how the scattered wave's polarization might change.
Currently, this functionality is completely disabled in FERS. Evidence of previous attempts or plans for this feature exists in the codebase (PsMatrix class, commented-out members _psm, getPolarization, setPolarization within the Target class), but it is not active or usable.
- N/A (Functionality is not implemented).
-
Functionality Missing: The simulator cannot model any effects related to radar wave polarization interacting with targets. This includes:
- Targets altering the polarization of the reflected wave.
- Differences in received signal strength based on matching (or mismatching) antenna and target polarization characteristics.
- Simulation of polarimetric radar systems.
-
target.h: Contains commented-out code related to polarization (_psmmember,getPolarization/setPolarizationmethods within theTargetclass). -
PsMatrixclass (likely defined but unused or commented out).
- Needs Verification: N/A (Functionality needs implementation first, not verification).
-
Key Areas for Validation: If implemented in the future, validation would need to cover:
- Correct application of polarization scattering matrices (e.g., Sinclair matrix).
- Interaction with antenna polarization models (if implemented).
- Consistency with theoretical polarimetric radar principles.
- Priority: Low (As the feature is currently non-existent). Priority would change if implementation becomes a project goal.