FERS 0.1.0
The Flexible Extensible Radar Simulator
Loading...
Searching...
No Matches
waveform_factory.h File Reference

Interface for loading waveform data into RadarSignal objects. More...

#include <memory>
#include <string>
#include "core/config.h"
#include "core/sim_id.h"
#include "signal/radar_signal.h"
+ Include dependency graph for waveform_factory.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  serial
 

Functions

std::unique_ptr< fers_signal::RadarSignalserial::loadWaveformFromFile (const std::string &name, const std::string &filename, RealType power, RealType carrierFreq, const SimId id=0, fers_signal::FileWaveformKind kind=fers_signal::FileWaveformKind::Pulsed)
 Loads a radar waveform from a file and returns a RadarSignal object.
 

Detailed Description

Interface for loading waveform data into RadarSignal objects.

Definition in file waveform_factory.h.