zjuzjz / ltfat

This is an official development repository of LTFAT

Home Page:http://ltfat.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To use the toolbox, 'cd' to the LTFAT directory and execute 'ltfatstart'.

In Octave you can put this command in your ~/.octaverc file.

Directory struture.

The toolbox is organized in subdirectories including the following:

  fourier     - Fourier analysis, DCT/DST transforms and filtering.
  gabor       - Gabor, Wilson and WMDCT analysis/synthesis functions.
  wavelets    - Wavelet analysis/synthesis, wavelet filter banks
  filterbank  - General and auditory inspired filterbanks. 
  nonstatgab  - Non-stationary Gabor frames.
  quadratic   - Quadratic distributions
  frames      - Frame objects and linear operators associated with frames.
  sigproc     - A collection of simple, signal processing tools.
  blockproc   - Methods for block processing and block-adapted transforms.
  auditory    - Auditory scales and common filters types.
  demos       - Demos showing applications or aspects of LTFAT functions.
  signals     - Test signals for use with the examples.
  comp        - Computational subroutines.
                These should not be called directly.
  src         - C implementation of the most computationally intensive
                routines.
  mex         - Mex files to speed up the toolbox (if compiled)
  oct         - Octave C++-files to speed up the toolbox (if compiled)

The file INSTALL contains instructions for compiling the C-library and 
the Octave and Matlab interfaces.

About

This is an official development repository of LTFAT

http://ltfat.github.io

License:GNU General Public License v3.0


Languages

Language:MATLAB 54.2%Language:C 33.6%Language:C++ 4.7%Language:TeX 3.2%Language:CSS 1.3%Language:Java 0.8%Language:Python 0.6%Language:Makefile 0.4%Language:HTML 0.3%Language:M4 0.3%Language:CMake 0.2%Language:JavaScript 0.1%Language:Roff 0.1%Language:Shell 0.1%Language:M 0.0%Language:Mathematica 0.0%Language:PHP 0.0%Language:Objective-C 0.0%