FERS 0.1.0
The Flexible Extensible Radar Simulator
Loading...
Searching...
No Matches
processing::pipeline::SampleSpan Struct Reference

Half-open sample span used for dechirped LO-active finalization ranges. More...

#include "finalizer_pipeline.h"

Public Attributes

std::size_t start = 0
 Inclusive first sample index in the span.
 
std::size_t end_exclusive = 0
 Exclusive sample index at the end of the span.
 

Detailed Description

Half-open sample span used for dechirped LO-active finalization ranges.

Definition at line 56 of file finalizer_pipeline.h.

Member Data Documentation

◆ end_exclusive

std::size_t processing::pipeline::SampleSpan::end_exclusive = 0

Exclusive sample index at the end of the span.

Definition at line 59 of file finalizer_pipeline.h.

◆ start

std::size_t processing::pipeline::SampleSpan::start = 0

Inclusive first sample index in the span.

Definition at line 58 of file finalizer_pipeline.h.

Referenced by processing::pipeline::applyPulsedInterference().


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