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

Options for default polyphase resampling filter design. More...

#include <fft.H>

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

Public Attributes

size_t taps_per_phase = 10
 
Real attenuation_db = Real(80)
 

Detailed Description

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

Options for default polyphase resampling filter design.

Definition at line 330 of file fft.H.

Member Data Documentation

◆ attenuation_db

template<std::floating_point Real = double>
Real Aleph::FFT< Real >::ResamplePolyOptions::attenuation_db = Real(80)

Definition at line 333 of file fft.H.

◆ taps_per_phase

template<std::floating_point Real = double>
size_t Aleph::FFT< Real >::ResamplePolyOptions::taps_per_phase = 10

Definition at line 332 of file fft.H.


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