Skip to content

allenwang2333/fft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFT (Fast Fourier Transformation)

Features

  • Traditionally, Discrete Fourier Transformation has time complexity of O(N^2)
  • Fast Fourier Transformation has time complexity of O(NlogN)

Usage

  • This repo supports both dft and fft
  • functional for both real and imaginary signals
  • to use for only real signals, set imaginary part to 0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published