JUK1
ForceCausal::CausalData< T > Struct Template Reference

a helper struct to return the result of the forced causal IDFT More...

#include <ForceCausal.hpp>

Public Attributes

tau
 
Ts
 
std::vector< T > data
 

Detailed Description

template<typename T>
struct ForceCausal::CausalData< T >

a helper struct to return the result of the forced causal IDFT

Template Parameters
T

Definition at line 68 of file ForceCausal.hpp.

Member Data Documentation

◆ data

template<typename T >
std::vector<T> ForceCausal::CausalData< T >::data

Definition at line 71 of file ForceCausal.hpp.

◆ tau

template<typename T >
T ForceCausal::CausalData< T >::tau

Definition at line 69 of file ForceCausal.hpp.

◆ Ts

template<typename T >
T ForceCausal::CausalData< T >::Ts

Definition at line 70 of file ForceCausal.hpp.


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