https://github.com/kennykarnama/mfcc
MFCC Feature Extraction In Matlab
https://github.com/kennykarnama/mfcc
dsp matlab mfcc
Last synced: 8 months ago
JSON representation
MFCC Feature Extraction In Matlab
- Host: GitHub
- URL: https://github.com/kennykarnama/mfcc
- Owner: kennykarnama
- Created: 2019-02-17T04:42:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-07T03:45:55.000Z (over 6 years ago)
- Last Synced: 2025-03-18T10:47:24.556Z (about 1 year ago)
- Topics: dsp, matlab, mfcc
- Language: MATLAB
- Size: 45.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MFCC
MFCC Feature Extraction In Matlab
## Disclaimer
This project is not done yet. Any contributions will be considered. see https://github.com/kennykarnama/MFCC/issues/1
### Prerequisites
What things you need to install the software and how to install them
```
Matlab R2016a
```
### Installing
1. Get the repository
- You can clone this repository (assuming you have already installed git)
```
git clone https://github.com/kennykarnama/MFCC.git
```
- Or Download the repository zip
2. Open the `SoundProcessor.m` inside Matlab, don't forget to set your current working directory.
3. You are all set. Here watch the demo :
- [Pre-emphasis demo](https://www.youtube.com/watch?v=ZkqIacAxDXM])
- [Frame blocking demo](https://www.youtube.com/watch?v=3LUPYwzlHzI)
- [Hamming Window demo](https://www.youtube.com/watch?v=RnSS8YUlr10)
## Authors
Kenny karnama
## License
This project is licensed under the MIT License