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

Namespaces

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

Functions

void SPUC::fft (std::vector< complex< float_type > > y, int n)
 fast fourier transforms (FFT) More...