FERS 1.0.0
The Flexible Extensible Radar Simulator
Loading...
Searching...
No Matches
waveform_factory.cpp File Reference

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< RadarSignalserial::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.
 

Detailed Description

Implementation for loading waveform data into RadarSignal objects.

Definition in file waveform_factory.cpp.