FERS 0.1.0
The Flexible Extensible Radar Simulator
Loading...
Searching...
No Matches
fers_signal::SteppedFrequencySignal::StepState Struct Reference

Active SFCW dwell selected for one local waveform time. More...

#include "radar_signal.h"

Public Attributes

std::size_t step_index = 0
 Zero-based step index inside a sweep.
 
std::size_t sweep_index = 0
 Zero-based sweep index.
 
RealType step_start_time = 0.0
 Local step period start time in seconds.
 
RealType dwell_end_time = 0.0
 Local active dwell end time in seconds.
 
RealType step_end_time = 0.0
 Local step period end time in seconds.
 
RealType rf_frequency = 0.0
 RF frequency for the active step in hertz.
 

Detailed Description

Active SFCW dwell selected for one local waveform time.

Definition at line 352 of file radar_signal.h.

Member Data Documentation

◆ dwell_end_time

RealType fers_signal::SteppedFrequencySignal::StepState::dwell_end_time = 0.0

Local active dwell end time in seconds.

Definition at line 357 of file radar_signal.h.

◆ rf_frequency

RealType fers_signal::SteppedFrequencySignal::StepState::rf_frequency = 0.0

RF frequency for the active step in hertz.

Definition at line 359 of file radar_signal.h.

◆ step_end_time

RealType fers_signal::SteppedFrequencySignal::StepState::step_end_time = 0.0

Local step period end time in seconds.

Definition at line 358 of file radar_signal.h.

◆ step_index

std::size_t fers_signal::SteppedFrequencySignal::StepState::step_index = 0

Zero-based step index inside a sweep.

Definition at line 354 of file radar_signal.h.

Referenced by fers_signal::SteppedFrequencySignal::activeStepAt().

◆ step_start_time

RealType fers_signal::SteppedFrequencySignal::StepState::step_start_time = 0.0

Local step period start time in seconds.

Definition at line 356 of file radar_signal.h.

◆ sweep_index

std::size_t fers_signal::SteppedFrequencySignal::StepState::sweep_index = 0

Zero-based sweep index.

Definition at line 355 of file radar_signal.h.


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