Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::FFT< Real >::AnalogPrototype Struct Reference

Parameters for an analog filter prototype (S-domain). More...

Collaboration diagram for Aleph::FFT< Real >::AnalogPrototype:
[legend]

Public Attributes

Array< Complexzeros
 
Array< Complexpoles
 
Real gain = Real(1)
 

Detailed Description

template<std::floating_point Real = double>
struct Aleph::FFT< Real >::AnalogPrototype

Parameters for an analog filter prototype (S-domain).

Definition at line 2377 of file fft.H.

Member Data Documentation

◆ gain

template<std::floating_point Real = double>
Real Aleph::FFT< Real >::AnalogPrototype::gain = Real(1)

Definition at line 2381 of file fft.H.

◆ poles

template<std::floating_point Real = double>
Array<Complex> Aleph::FFT< Real >::AnalogPrototype::poles

◆ zeros

template<std::floating_point Real = double>
Array<Complex> Aleph::FFT< Real >::AnalogPrototype::zeros

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