|
eDSP
0.0.1
A cross-platform DSP library written in C++.
|
#include <edsp/spectral/internal/fft_impl.hpp>Go to the source code of this file.
Namespaces | |
| edsp | |
| edsp::spectral | |
Functions | |
| template<typename InputIt , typename OutputIt > | |
| void | edsp::spectral::dct (InputIt first, InputIt last, OutputIt d_first) |
| Computes the Discrete-Cosine-Transform of the range [first, last) and stores the result in another range, beginning at d_first. More... | |
| template<typename InputIt , typename OutputIt > | |
| void | edsp::spectral::idct (InputIt first, InputIt last, OutputIt d_first) |
| Computes the Inverse-Discrete-Cosine-Transform of the range [first, last) and stores the result in another range, beginning at d_first. More... | |
1.8.13