Skip to content

Function irealdft

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

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

Performs the inverse complex-to-real 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 \(\frac{N}{2}+1\) samples (CCs-packed spectrum).
Returns
Output real univector of \(N\) samples.

Note

No scaling is applied.

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

Declared at dft/cache.hpp:219

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