Code Monkey home page Code Monkey logo

audiosignalprocesstools's Introduction

Tools for audio signal processing

About

Sample MATLAB script of audio signal processing tools including short-time Fourier transform (STFT) and its inversion.

Contents

  • input [dir]: includes test audio signals (dry source signals)
  • example_foCepstrum.m: example script that estimates fo (fundamental frequency) based on cepstrum analysis
  • example_foYin.m: example script that estimates fo (fundamental frequency) based on YIN
  • example_musicSpect.m: example script that calculates MUSIC spectrum
  • example_STFTandISTFT.m: example script that applies SNRmix, STFT, and inverse STFT
  • foCepstrum.m: estimate fo (fundamental frequency) based on cepstrum analysis
  • foYin.m: estimate fo (fundamental frequency) based on YIN
  • ISTFT.m: inverse short-time Fourier transform
  • musicSpect.m: calculation of MUSIC spectrum
  • PCA.m: principal component analysis
  • showSpect.m: show spectrogram
  • SNRmix.m: mix two signals with a desired signal-to-noise ratio
  • STFT.m: short-time Fourier transform

Usage Note

STFT returns only 0Hz to Nyquist frequency components to avoid redundant calculation.

In inverse STFT, optimal synthesis window is calculated and applied. This optimal synthesis window is based on a minimal distortion principle described below:

  • D. Griffin and J. Lim, "Signal estimation from modified short-time Fourier transform," IEEE Transactions on Acoustics, Speech, and Signal Processing, vol. 32, no. 2, pp. 236-243, 1984.

See Also

audiosignalprocesstools's People

Contributors

d-kitamura avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.