Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nils-werner/mdct

A fast MDCT implementation using SciPy and FFTs
https://github.com/nils-werner/mdct

audio-analysis scientific-computing scipy signal-processing

Last synced: 1 day ago
JSON representation

A fast MDCT implementation using SciPy and FFTs

Awesome Lists containing this project

README

        

MDCT
====

[![Build Status](https://travis-ci.org/nils-werner/mdct.svg?branch=master)](https://travis-ci.org/nils-werner/mdct)
[![Docs Status](https://readthedocs.org/projects/mdct/badge/?version=latest)](https://mdct.readthedocs.org/en/latest/)

A fast MDCT implementation using SciPy and FFTs

Installation
------------

As usual

pip install mdct

## Dependencies

- NumPy
- SciPy
- STFT

Usage
-----

import mdct

spectrum = mdct.mdct(sig)

**Also see the [docs](http://mdct.readthedocs.io/)**

References
----------

- Implementation: Marina Bosi, Richard E. Goldberg and Leonardo Chiariglione, "Introduction to Digital Audio Coding and Standards", Kluwer Academic Publishers, 01 December, 2002.