Classes, Structs & Unions¶
C¶
classconvolve_filter<T> Streaming convolution filter using the overlap-add (block convolution) method.
D¶
classdct_plan<T> Plan for computing the Discrete Cosine Transform (DCT type 2, unscaled).classdft_cache_impl<int>classdft_plan_md_real<T, Dims> Multidimensional real-to-complex / complex-to-real DFT plan.classdft_plan_md<T, Dims> Multidimensional complex DFT plan.classdft_plan_real<T> Real-to-complex and complex-to-real 1D DFT plan.classdft_plan<T> Class for performing 1D DFT/FFT.structdft_resampler_params Parameters for constructing adft_resampler.classdft_resampler<T> FFT-based sample-rate converter and FIR filter using overlap-save.classdft_stage<T> Base structure representing a single DFT stage.
N¶
classngfft_plan_real<T>classngfft_plan<T> Plan structure for the ng FFT algorithms (new in KFR 7.1).
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.