Skip to content

nils-werner/mdct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3eb8915 · May 8, 2020

History

84 Commits
May 8, 2020
Sep 19, 2016
May 8, 2020
Jan 19, 2016
Apr 17, 2015
May 26, 2016
Sep 19, 2016
Jun 1, 2016
Jun 2, 2016
May 8, 2020
May 8, 2020
Mar 31, 2016

Repository files navigation

MDCT

Build Status Docs Status

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

References

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