The MRT toolbox provide a flexible Time-Frequency analysis framework mainly for audio signal processing. This framework is described in the following article :
Thomas Fillon and Jacques Prado, "A Flexible Multi-Resolution Time-Frequency Analysis Framework for Audio Signals", in proceedings of the 11th International Conference On Information Science, Signal Processing and their Applications (ISSPA) 3-5 july 2012, Montreal (Canada)
This code is distributed under the GNU PUBLIC LICENSE (GPL, see www.gnu.org).
- MRT.m is the main MATLAB class
- window_properties.m is a utility function to estimate analysis window characteristic
Examples of use of this toolbox are given in the following files :
- MRT_demo.m
- MRT_demo_CQT.m
- MRT_demo_MIDI.m
- MRT_demo_ERB.m
Copyright (c) 2012, Thomas Fillon, Institut Mines Telecom, Telecom-ParisTech, CNRS-LTCI All rights reserved.
The MRT Toolbox is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
The MRT Toolbox is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with the MRT Toolbox. If not, see http://www.gnu.org/licenses/.