ltfat
Official development repository of the Large Time Frequency Analysis Toolbox
Science Score: 31.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.8%) to scientific vocabulary
Keywords
audio
harmonic-analysis
signal-processing
Last synced: 6 months ago
·
JSON representation
·
Repository
Official development repository of the Large Time Frequency Analysis Toolbox
Basic Info
- Host: GitHub
- Owner: ltfat
- License: gpl-3.0
- Language: MATLAB
- Default Branch: main
- Homepage: http://ltfat.org
- Size: 9.51 MB
Statistics
- Stars: 198
- Watchers: 21
- Forks: 49
- Open Issues: 56
- Releases: 10
Topics
audio
harmonic-analysis
signal-processing
Created over 11 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
Changelog
License
Audit
Citation
Authors
README
# The Large Time Frequency Analysis Toolbox (LTFAT). This is the official development repository of the Large Time Frequency Analysis Toolbox. LTFAT is an open source toolbox for audio signal processing and harmonic analysis. It is written in GNU Octave and C/C++. The development repository of the C/C++ backend library can be found [here](https://github.com/ltfat/libltfat). The phase retrieval toolbox, a collection of phase-reconstruction algorithms for time-frequency representations can be retrieved from [here](https://github.com/ltfat/phaseret). # Usage Download the release applicable to your operating system [here](https://github.com/ltfat/ltfat/releases). To use the toolbox, in Matlab/Octave, 'cd' to the LTFAT directory and execute 'ltfatstart'. In Octave you can put this command in your ~/.octaverc file. # Directory structure. 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. operators - 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 filter 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.
Owner
- Name: ltfat
- Login: ltfat
- Kind: organization
- Website: http://ltfat.org
- Repositories: 10
- Profile: https://github.com/ltfat
Citation (CITATION)
To cite LTFAT in publications please use:
Peter L. Søndergaard, Bruno Torrésani, Peter Balazs. The Linear Time-Frequency Analysis Toolbox.
International Journal of Wavelets, Multiresolution Analysis and Information Processing, 10(4), 2012.
A BibTex entry for LaTex users:
@article{ltfatnote015,
author = "Peter L. S{\o}ndergaard and Bruno Torr\'esani and Peter Balazs",
title = {{The Linear Time Frequency Analysis Toolbox}},
journal = "International Journal of Wavelets, Multiresolution Analysis and Information Processing",
year = 2012,
volume = 10,
number = 4,
doi = "10.1142/S0219691312500324"
}
and/or
Zdeněk Průša, Peter L. Søndergaard, Nicki Holighaus, Christoph Wiesmeyr, Peter Balazs.
The Large Time-Frequency Analysis Toolbox 2.0. Sound, Music, and Motion, Lecture Notes in Computer Science 2014, pp 419-442
A BibTex entry for LaTex users:
@incollection{ltfatnote030,
year={2014},
isbn={978-3-319-12975-4},
booktitle={Sound, Music, and Motion},
series={Lecture Notes in Computer Science},
editor={Aramaki, Mitsuko and Derrien, Olivier and Kronland-Martinet, Richard and Ystad, S{\o}lvi},
title={{The Large Time-Frequency Analysis Toolbox 2.0}},
publisher={Springer International Publishing},
author={Pr\r{u}\v{s}a, Zden\v{e}k and S{\o}ndergaard, Peter L. and Holighaus, Nicki and Wiesmeyr, Christoph and Balazs, Peter},
pages={419-442},
url={{http://dx.doi.org/10.1007/978-3-319-12976-1_25}},
doi={{10.1007/978-3-319-12976-1_25}},
}
GitHub Events
Total
- Issues event: 6
- Watch event: 15
- Delete event: 1
- Issue comment event: 8
- Push event: 10
- Pull request event: 3
- Fork event: 3
- Create event: 1
Last Year
- Issues event: 6
- Watch event: 15
- Delete event: 1
- Issue comment event: 8
- Push event: 10
- Pull request event: 3
- Fork event: 3
- Create event: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 3
- Total pull requests: 2
- Average time to close issues: 5 days
- Average time to close pull requests: 11 days
- Total issue authors: 3
- Total pull request authors: 2
- Average comments per issue: 0.33
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 3
- Pull requests: 2
- Average time to close issues: 5 days
- Average time to close pull requests: 11 days
- Issue authors: 3
- Pull request authors: 2
- Average comments per issue: 0.33
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- allthatsounds (3)
- rajmic (2)
- nholighaus (1)
- luistope (1)
- doronbehar (1)
- JordanSavoie (1)
- paparodeo (1)
- crosswick (1)
- kzkmtmt (1)
Pull Request Authors
- kendalpercimoney (1)
- allthatsounds (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
mat2doc/mat/DESCRIPTION
cran
- octave >= 3.8.0 depends