Waveform
Waveform is a C++ header-only library which represents both the time and the frequency domains of a waveform/signal as a single object, transforming using FFTW automatically when needed.
 All Classes Namespaces Functions Typedefs Friends Groups
Classes | Functions
PS Namespace Reference

Namespace PS is the namespace used for classes, etc. created by the author (Paul Schellin) More...

Classes

class  PlaceholderTransformClass
 PlaceholderTransformClass: Defines the minimum interface for a transform class. More...
 
class  Waveform
 Waveform class: Transform as-needed between time and freq domains. More...
 

Functions

template<typename... Args1, typename... Args2>
bool operator== (const Waveform< Args1...> &lhs, const Waveform< Args2...> &rhs)
 
template<typename... Args1, typename... Args2>
bool operator!= (const Waveform< Args1...> &lhs, const Waveform< Args2...> &rhs)
 

Detailed Description

Namespace PS is the namespace used for classes, etc. created by the author (Paul Schellin)