|
DynExp
Highly flexible laboratory automation for dynamically changing experiments.
|
Type describing a generic periodic function. More...
#include <FunctionGenerator.h>
Inheritance diagram for DynExpInstr::FunctionGeneratorDefs::FunctionDescType:Public Member Functions | |
| constexpr | FunctionDescType () noexcept=default |
| constexpr | FunctionDescType (double FrequencyInHz, double Amplitude, double Offset) noexcept |
Constructs a FunctionDescType instance. | |
Public Attributes | |
| double | FrequencyInHz {} |
| Frequency of the function in Hz. | |
| double | Amplitude {} |
| Amplitude of the function. | |
| double | Offset {} |
| Offset of the function to be added to each sample. | |
Type describing a generic periodic function.
Definition at line 37 of file FunctionGenerator.h.
|
constexprdefaultnoexcept |
|
inlineconstexprnoexcept |
Constructs a FunctionDescType instance.
| FrequencyInHz | Frequency of the function in Hz. |
| Amplitude | Amplitude of the function. |
| Offset | Offset of the function to be added to each sample. |
Definition at line 47 of file FunctionGenerator.h.
| double DynExpInstr::FunctionGeneratorDefs::FunctionDescType::Amplitude {} |
Amplitude of the function.
Definition at line 51 of file FunctionGenerator.h.
| double DynExpInstr::FunctionGeneratorDefs::FunctionDescType::FrequencyInHz {} |
Frequency of the function in Hz.
Definition at line 50 of file FunctionGenerator.h.
| double DynExpInstr::FunctionGeneratorDefs::FunctionDescType::Offset {} |
Offset of the function to be added to each sample.
Definition at line 52 of file FunctionGenerator.h.