SPUC  3.0
Namespaces | Functions
idft.h File Reference

discrete fourier transforms (IDFT and DFT) More...

#include <spuc/spuc_types.h>
#include <spuc/complex.h>
#include <vector>
Include dependency graph for idft.h:
This graph shows which files directly or indirectly include this file:

Namespaces

 SPUC
 fixed point types: spuc_fixed,spuc_ufixed,spuc_int,spuc_uint
 

Functions

void SPUC::idft (std::vector< complex< float_type > > y, int n)
 inverse discrete fourier transforms (IDFT) More...
 
void SPUC::dft (std::vector< complex< float_type > > y, int n)
 discrete fourier transforms (DFT) More...
 

Detailed Description

discrete fourier transforms (IDFT and DFT)