|
FERS 1.0.0
The Flexible Extensible Radar Simulator
|
Stores data for an interpolation point. More...
#include "interpolation_point.h"
Public Attributes | |
| RealType | power {} |
| Power level of the signal at the interpolation point. | |
| RealType | time {} |
| Time at which the interpolation point is recorded. | |
| RealType | delay {} |
| Delay associated with the signal at the interpolation point. | |
| RealType | phase {} |
| Phase of the signal at the interpolation point. | |
Stores data for an interpolation point.
Definition at line 21 of file interpolation_point.h.
| RealType interp::InterpPoint::delay {} |
Delay associated with the signal at the interpolation point.
Definition at line 25 of file interpolation_point.h.
| RealType interp::InterpPoint::phase {} |
Phase of the signal at the interpolation point.
Definition at line 26 of file interpolation_point.h.
| RealType interp::InterpPoint::power {} |
Power level of the signal at the interpolation point.
Definition at line 23 of file interpolation_point.h.
Referenced by simulation::calculateResponse().
| RealType interp::InterpPoint::time {} |
Time at which the interpolation point is recorded.
Definition at line 24 of file interpolation_point.h.