|
FERS 0.1.0
The Flexible Extensible Radar Simulator
|
Receiver-local FMCW IF-chain request parsed from scenario input. More...
#include "receiver.h"
Public Attributes | |
| std::optional< RealType > | sample_rate_hz = std::nullopt |
| Requested IF ADC sample rate in hertz. | |
| std::optional< RealType > | filter_bandwidth_hz = std::nullopt |
| One-sided IF passband edge in hertz. | |
| std::optional< RealType > | filter_transition_width_hz |
| Optional IF filter transition width in hertz. | |
Receiver-local FMCW IF-chain request parsed from scenario input.
Definition at line 90 of file receiver.h.
| std::optional<RealType> radar::Receiver::FmcwIfChainRequest::filter_bandwidth_hz = std::nullopt |
One-sided IF passband edge in hertz.
Definition at line 93 of file receiver.h.
Referenced by radar::Receiver::getIfFilterBandwidth().
| std::optional<RealType> radar::Receiver::FmcwIfChainRequest::filter_transition_width_hz |
Optional IF filter transition width in hertz.
Definition at line 94 of file receiver.h.
Referenced by radar::Receiver::getIfFilterTransitionWidth().
| std::optional<RealType> radar::Receiver::FmcwIfChainRequest::sample_rate_hz = std::nullopt |
Requested IF ADC sample rate in hertz.
Definition at line 92 of file receiver.h.
Referenced by radar::Receiver::getIfSampleRate(), and radar::Receiver::hasFmcwIfSampleRate().