FERS 0.1.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 106 of file channel_model.h.

Member Data Documentation

◆ delay

RealType simulation::ReResults::delay

Signal propagation delay in seconds.

Definition at line 109 of file channel_model.h.

◆ phase

RealType simulation::ReResults::phase

Phase shift in radians due to propagation delay.

Definition at line 110 of file channel_model.h.

◆ power

RealType simulation::ReResults::power

Power scaling factor (dimensionless, relative to transmitted power).

Definition at line 108 of file channel_model.h.


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