fun_ofdm  1.0
802.11a Physical Layer for USRP
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
fft.cpp File Reference

C++ for the fft class. More...

#include <cstring>
#include <assert.h>
#include "fft.h"

Go to the source code of this file.

Namespaces

 fun
 

Constant Groups

 fun
 

Detailed Description

C++ for the fft class.

This class is a wrapper class on the fftw3 library and contains functions for performing 64 point forward and inverse FFTs.

Definition in file fft.cpp.