Simulating the DFT Algorithm for Audio Processing
Omkar Deshpande, Kharanshu Solanki, Sree Pujitha Suribhatla, Sanya, Zaveri, Luv Ghodasara

TL;DR
This paper explains the theoretical basis of audio processing using the discrete Fourier transform (DFT) and demonstrates a MATLAB simulation for processing and editing audio signals, emphasizing linear algebra applications.
Contribution
It provides a clear explanation of DFT theory for audio processing and presents an open-ended MATLAB simulation for transforming and editing audio signals.
Findings
Simulation successfully processes various audio samples
Linear algebra facilitates complex frequency transformations
Open-ended MATLAB code allows easy expansion and customization
Abstract
Since the evolution of digital computers, the storage of data has always been in terms of discrete bits that can store values of either 1 or 0. Hence, all computer programs (such as MATLAB), convert any input continuous signal into a discrete dataset. Applying this to oscillating signals, such as audio, opens a domain for processing as well as editing. The Fourier transform, which is an integral over infinite limits, for the use of signal processing is discrete. The essential feature of the Fourier transform is to decompose any signal into a combination of multiple sinusoidal waves that are easy to deal with. The discrete Fourier transform (DFT) can be represented as a matrix, with each data point acting as an orthogonal point, allowing one to perform complicated transformations on individual frequencies. Due to this formulation, all the concepts of linear algebra and linear transforms…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsScientific Research and Discoveries · Neural Networks and Applications
