Skip to content
/ fourier Public

Final project of Analysis and Design of Algorithms @utec, Perú

Notifications You must be signed in to change notification settings

dgcnz/fourier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fourier Transform

Instructions

cd code

# To build image containing OpenCV and other dependencies (only run it one time)
./script/pre_build

# To compile project
./script/build

# To execute project
./script/run

Useful resources

Literature

├── dgcnz
│   ├── graphs
│   │   ├── Are There Approximate Fast Fourier Transforms On Graphs? - Magorau - 2016.pdf
│   │   ├── Big Data Analysis with Signal Processing on Graphs - Sandryhaila - 2014.pdf
│   │   └── The Emerging Field of Signal Processing on Graphs - Shuman - 2013.pdf
│   ├── misc
│   │   └── Some Topics in Analysis of Boolean Functions - O'donell - 2008.pdf
│   ├── music
│   │   ├── Applications of Fourier Analysis to Audio Signal Processing: An Investigation of Chord Detection Algorithms - Lensen - 2013.pdf
│   │   ├── Design and Evaluation of a Simple Chord Detection Algorithm - Hausner - 2014 [Thesis].pdf
│   │   └── ON THE MATHEMATICS OF MUSIC: FROM CHORDS TO FOURIER ANALYSIS - Lensen - 2013.pdf
│   ├── theoretical
│   │   ├── Fourier Transforms and the Fast Fourier Transform (FFT) Algorithm - Heckbert - 1995.pdf
│   │   └── Recent Developments in the Sparse Fourier Transform: A compressed Fourier transform for big data - Gilbert - 2014.pdf
│   └── voice
│       └── Mathematical Methods for Voice Transformation - Lilla - 2017.pdf
├── jotarios
│   ├── books
│   │   └── Digital Image Processing for Medical Applications - See at page 232 onwards - 2009.pdf
│   ├── papers
│   │   ├── fft
│   │   │   ├── A Sparse Multi-Dimensional Fast Fourier Transform with Stability to Noise in the Context of Image Processing and Change Detection - 2016.pdf
│   │   │   ├── An Algorithm for the Machine Calculation of Complex Fourier Series - Cooley Tukey - 1965.pdf
│   │   │   ├── Fast Fourier transform using matrix decomposition - 2014.pdf
│   │   │   ├── Reduction of speckle in digital holography by discrete fourier filtering - 2007.pdf
│   │   │   ├── applications
│   │   │   │   ├── Diagnosis of Epilepsy in Patients Based on the Classification of EEG Signals Using Fast Fourier Transform - 2015.pdf
│   │   │   │   ├── Fast Fourier Transform for Feature Extraction And Neural Network for Classification of Electrocardiogram Signals - 2015.pdf
│   │   │   │   └── The Fast Fourier Transform and Its Applications - 1968.pdf
│   │   │   └── parallel-gpu
│   │   │       └── cusFFT: A High-Performance Sparse Fast Fourier Transform Algorithm on GPUs - 2016.pdf
│   │   ├── noise reduction - audio
│   │   │   └── Suppression of Acoustic Noise in Speech Using Spectral Subtraction - 1979.pdf
│   │   └── noise reduction - image
│   │       ├── Fourier Transform based Windowed Adaptive Switching Minimum Filter for Reducing Periodic Noise from Digital Images - 2015.pdf
│   │       └── Noise reduction algorithms using Fibonacci Fourier transforms - 2008.pdf
│   └── parts in books
│       └── Fast Fourier Transform (FFT) on GPUs - Chapter 16 - 2014.pdf
│
│
│
├── martin-carrasco
│	├── fft
│		├── An Omega((n log n)R) Lower Bound for Fourier Transform Computation.pdf
│		├── On Computing the FFT.pdf
|		|
│		└── Sparse Fourier Transform in Any Constant Dimension with Nearly-Optimal Sample Complexity in Sublinear Time.pdf
│	└── images
│		├── An Accurate Nonuniform Fourier Transform for SPRITE Magnetic Resonance Imaging Data.pdf
│		├── Determining Image Orientation using the Hough and Fourier Transforms.pdf
│		├── High-quality Motion Deblurring from a Single Image.pdf
│		├── Image Motion Estimation from Motion Smear -  A New Computational Model (1996).pdf
|		|
│		└── With J Fast Fourier Transforms and Removing Motion Blur.pdf
│
└── ramirez
    ├── FrationalFourierTransform.pdf
    ├── FrationalFourierTransform.pdfNoise removal in speech signal using fractional fourier transform-2017 .pdf
    ├── HarmonicAnalysus-1978.pdf
    └── paper.md