FERS 1.0.0
The Flexible Extensible Radar Simulator
Loading...
Searching...
No Matches
interp::InterpPoint Struct Reference

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.
 

Detailed Description

Stores data for an interpolation point.

Definition at line 21 of file interpolation_point.h.

Member Data Documentation

◆ delay

RealType interp::InterpPoint::delay {}

Delay associated with the signal at the interpolation point.

Definition at line 25 of file interpolation_point.h.

25{}; ///< Delay associated with the signal at the interpolation point.

◆ phase

RealType interp::InterpPoint::phase {}

Phase of the signal at the interpolation point.

Definition at line 26 of file interpolation_point.h.

26{}; ///< Phase of the signal at the interpolation point.

◆ power

RealType interp::InterpPoint::power {}

Power level of the signal at the interpolation point.

Definition at line 23 of file interpolation_point.h.

23{}; ///< Power level of the signal at the interpolation point.

Referenced by simulation::calculateResponse().

◆ time

RealType interp::InterpPoint::time {}

Time at which the interpolation point is recorded.

Definition at line 24 of file interpolation_point.h.

24{}; ///< Time at which the interpolation point is recorded.

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