nelsoncsc / FFT

Hardware implementation of a Fixed Point Recursive Forward and Inverse FFT algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Software (MATLAB/Octave) and Hardware (SystemVerilog with inputs and outputs in Fixed-point format) implementation of the forward and inverse FFT.

The hardware module operates as follows:

  • set sel=0, to compute the forward transform
  • set sel=1, to compute the inverse transform

About

Hardware implementation of a Fixed Point Recursive Forward and Inverse FFT algorithm


Languages

Language:SystemVerilog 81.1%Language:MATLAB 18.9%