https://github.com/ntia/fms
Code that implements the fixed-size modulation spectrum (FMS), which is a perceptually-relevant, fixed-size representation for an audio (.wav) file.
https://github.com/ntia/fms
Last synced: 7 months ago
JSON representation
Code that implements the fixed-size modulation spectrum (FMS), which is a perceptually-relevant, fixed-size representation for an audio (.wav) file.
- Host: GitHub
- URL: https://github.com/ntia/fms
- Owner: NTIA
- License: other
- Created: 2023-09-14T16:27:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T21:52:22.000Z (almost 2 years ago)
- Last Synced: 2024-12-28T22:32:08.328Z (over 1 year ago)
- Language: Python
- Size: 1.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# FMS Code
Implements the fixed-size modulation spectrum (FMS). This is a perceptually-relevant, fixed-size representation for an audio (.wav) file.
Matlab® implementation is in matlab/.
Demo code there calculates FMS for 6 audio files and saves the results in .mat and .csv files.
Detailed readme is located there as well.