Skip to content

suurajroshan/ECA_Seminar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Seminar on Efficient Computational Algorithms

The FFT.py file executes both DFT and FFT and times the functions to compare how the execution times of the functions may vary. It uses the output of the FFT to plot the transformed functions in the frequency domain and then passes this through a low pass filter to remove the noise. This denoised signal is inverse-transformed back to the spatial domain to get the independent sine and cosine functions.

The FourierSer.py takes the input of a function with a discrete set of points and tries to approximate the function f(x) with the sum of orthogonal sets of sine and cosine functions. The number of approximation functions can be chosen and the sampling rate of the function can be set.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages