|
FERS 1.0.0
The Flexible Extensible Radar Simulator
|
Stores the intermediate results of a radar equation calculation for a single time point. More...
#include "channel_model.h"
Public Attributes | |
| RealType | power |
| Power scaling factor (dimensionless, relative to transmitted power). | |
| RealType | delay |
| Signal propagation delay in seconds. | |
| RealType | phase |
| Phase shift in radians due to propagation delay. | |
Stores the intermediate results of a radar equation calculation for a single time point.
Definition at line 57 of file channel_model.h.
| RealType simulation::ReResults::delay |
Signal propagation delay in seconds.
Definition at line 60 of file channel_model.h.
Referenced by simulation::solveRe(), and simulation::solveReDirect().
| RealType simulation::ReResults::phase |
Phase shift in radians due to propagation delay.
Definition at line 61 of file channel_model.h.
Referenced by simulation::solveRe(), and simulation::solveReDirect().
| RealType simulation::ReResults::power |
Power scaling factor (dimensionless, relative to transmitted power).
Definition at line 59 of file channel_model.h.
Referenced by simulation::solveRe(), and simulation::solveReDirect().