FERS 1.0.0
The Flexible Extensible Radar Simulator
Loading...
Searching...
No Matches
simulation::ReResults Struct Reference

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.
 

Detailed Description

Stores the intermediate results of a radar equation calculation for a single time point.

Definition at line 57 of file channel_model.h.

Member Data Documentation

◆ delay

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().

◆ phase

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().

◆ power

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().


The documentation for this struct was generated from the following file: