Skip to content

MateoCamara/MCLT-Spectrogram.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

MCLT-Spectrogram.js

Spectrogram based on the Modulated Complex Lapped Transform in JavaScript

Explanation

This module is intended to be used in the browser. The development has been based on the python modules mdct (https://mdct.readthedocs.io/en/latest/) for the development of the MCLT transformation and scipy for the development of the FFT and spectrogram.

A function called spectrogramMCLT is provided to which the data, the framelength and whether to center the transformation can be passed. The overlap is fixed to 2.

The result is a complex array of numbers representing MCLT Spectrogram.

Dependencies:

  • math.js

This code is under active development.

About

Spectrogram based on the Modulated Complex Lapped Transform in Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors