|
FERS 1.0.0
The Flexible Extensible Radar Simulator
|
Implementation for loading waveform data into RadarSignal objects. More...
#include "waveform_factory.h"#include <complex>#include <cstddef>#include <filesystem>#include <fstream>#include <span>#include <stdexcept>#include <string_view>#include <utility>#include <vector>#include "core/config.h"#include "core/parameters.h"#include "hdf5_handler.h"#include "signal/radar_signal.h"
Include dependency graph for waveform_factory.cpp:Go to the source code of this file.
Namespaces | |
| namespace | serial |
Functions | |
| std::unique_ptr< RadarSignal > | serial::loadWaveformFromFile (const std::string &name, const std::string &filename, RealType power, RealType carrierFreq) |
| Loads a radar waveform from a file and returns a RadarSignal object. | |
Implementation for loading waveform data into RadarSignal objects.
Definition in file waveform_factory.cpp.