Skip to content
forked from ltfat/ltfat

This is an official development repository of LTFAT

License

Notifications You must be signed in to change notification settings

Kevin2599/ltfat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Directory struture.

The toolbox is organized in subdirectories as follows:

  fourier   - Basic Fourier analysis and DCT/DST transforms.
  gabor     - Basic time/frequency analysis and synthesis functions.
  sparsereg - Tools for sparse regression of Gabor and Wilson systems.
  sigproc   - A collection of simple, signal processing tools.
  demos     - Demos
  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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • MATLAB 52.5%
  • C 34.4%
  • C++ 5.0%
  • TeX 3.4%
  • CSS 1.4%
  • Java 0.8%
  • Other 2.5%