Skip to content
/ FFT Public

Implementation of Fast Fourier Transform over data imported from Excel

Notifications You must be signed in to change notification settings

adarshX/FFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFT

Description : Implementation of Fast Fourier Transform over data imported from Excel using MATLAB.

FFT algo: You transform your data to s-domain by DFT and
Your time vector to a frequency vector by using sampling frequency.

X : time domain data Y = fft(X)

This Y vector consists of the average values of X (DFT).
Y is not equal to the values of X.

alt text

A short video explaining FFT --> click here

About

Implementation of Fast Fourier Transform over data imported from Excel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages