An open API service indexing awesome lists of open source software.

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

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