paper-with-me

Papers

Simulating the DFT Algorithm for Audio Processing

2021-04-29 · Omkar Deshpande, Kharanshu Solanki, Sree Pujitha Suribhatla, Sanya Zaveri, Luv Ghodasara

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 prove to be extremely useful here. In this paper, we first explain the theoretical basis of audio processing using linear algebra, and then focus on a simulation coded in MATLAB, to process and edit various audio samples. The code is open ended and easily expandable by just defining newer matrices which can transform over the original audio signal. Finally, this paper attempts to highlight and briefly explain the results that emerge from the simulation

📄 PDF Abstract BibTeX arXiv:2105.02820

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Beyond Language Models: Byte Models are Digital World Simulators

2024-02-29 · Shangda Wu, Xu Tan, Zili Wang, Rui Wang 외

Traditional deep learning often overlooks bytes, the basic units of the digital world, where all forms of information and operations are encoded and manipulated in binary format. Inspired by the success of next token pre…

CPUPrediction

Finite Scalar Quantization Enables Redundant and Transmission-Robust Neural Audio Compression at Low Bit-rates

2025-09-11 · Harry Julian, Rachel Beeson, Lohith Konathala, Johanna Ulin 외 arxiv

Neural Audio Codecs (NACs) have become increasingly adopted in speech processing tasks due to their excellent rate-distortion performance and compatibility with Large Language Models (LLMs) as discrete feature representa…

Audio Generation

e-Inu: Simulating A Quadruped Robot With Emotional Sentience

2023-01-03 · Abhiruph Chakravarty, Jatin Karthik Tripathy, Sibi Chakkaravarthy S, Aswani Kumar Cherukuri 외

Quadruped robots are currently used in industrial robotics as mechanical aid to automate several routine tasks. However, presently, the usage of such a robot in a domestic setting is still very much a part of the researc…

NavigateVideo Emotion Detection

Improving Post-Processing of Audio Event Detectors Using Reinforcement Learning

2022-08-19 · Petros Giannakopoulos, Aggelos Pikrakis, Yannis Cotronis

We apply post-processing to the class probability distribution outputs of audio event classification models and employ reinforcement learning to jointly discover the optimal parameters for various stages of a post-proces…

Classificationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Recognizing long-form speech using streaming end-to-end models

2019-10-24 · Arun Narayanan, Rohit Prabhavalkar, Chung-Cheng Chiu, David Rybach 외

All-neural end-to-end (E2E) automatic speech recognition (ASR) systems that use a single neural network to transduce audio to word sequences have been shown to achieve state-of-the-art results on several tasks. In this w…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DiversityForm+2