Skip to content

Function idft

function idft(const univector<complex<T>, Tag> &) dft

template <typename T, univector_tag Tag>
univector<complex<T>> idft(const univector<complex<T>, Tag>& input)

Performs the inverse complex DFT using a cached plan.

Template parameters
T Floating-point type ( float or double ).
Tag Storage tag of the input univector.
Parameters
input Input complex univector of \(N\) samples.
Returns
Output complex univector of \(N\) samples.

Note

No scaling is applied.

Fully qualified name: kfr::idft(const univector<complex<T>, Tag> &)

Declared at dft/cache.hpp:164

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.