SPUC  3.0
Namespaces | Macros | Functions
idft.cpp File Reference
#include <spuc/spuc_defines.h>
#include <spuc/complex.h>
#include <spuc/spuc_math.h>
#include <iostream>
#include <fstream>
#include <spuc/idft.h>
#include <vector>
Include dependency graph for idft.cpp:

Namespaces

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

Macros

#define SCALEFFT
 

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...
 

Macro Definition Documentation

#define SCALEFFT