Go to the source code of this file.
|
template<typename T > |
std::complex< T > | ForceCausal::F (const std::vector< T > &freq, const std::vector< std::complex< T > > &data, T tau, T k, size_t n) |
|
template<typename T > |
T | ForceCausal::K (const std::vector< T > &freq, const std::vector< std::complex< T > > &data, T tau) |
|
template<typename T > |
T | ForceCausal::f0 (const std::vector< T > &freq, const std::vector< std::complex< T > > &data, T tau) |
|
template<typename T > |
T | ForceCausal::f0derivative (const std::vector< T > &freq, const std::vector< std::complex< T > > &data, T tau, T step) |
|
template<typename T > |
T | ForceCausal::getTau (const std::vector< T > &freq, const std::vector< std::complex< T > > &data, T tol=1e-7, size_t maxIter=30, T step=1e-8) |
|
template<typename T > |
ForceCausal::CausalData< T > | forceCausal (const std::vector< T > &freq, const std::vector< std::complex< T > > &data) |
|
◆ forceCausal()
template<typename T >
ForceCausal::CausalData<T> forceCausal |
( |
const std::vector< T > & |
freq, |
|
|
const std::vector< std::complex< T > > & |
data |
|
) |
| |