DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
Loading...
Searching...
No Matches
dspark::Hilbert< T >::Result Struct Reference

#include <Hilbert.h>

Collaboration diagram for dspark::Hilbert< T >::Result:

Public Attributes

real
 In-phase component (input delayed by the FIR group delay).
 
imag
 Quadrature component (90-deg shifted).
 

Detailed Description

template<FloatType T>
struct dspark::Hilbert< T >::Result

Definition at line 65 of file Hilbert.h.

Member Data Documentation

◆ imag

template<FloatType T>
T dspark::Hilbert< T >::Result::imag

Quadrature component (90-deg shifted).

Definition at line 68 of file Hilbert.h.

◆ real

template<FloatType T>
T dspark::Hilbert< T >::Result::real

In-phase component (input delayed by the FIR group delay).

Definition at line 67 of file Hilbert.h.


The documentation for this struct was generated from the following file: