Giter VIP home page Giter VIP logo

pncc's Introduction

PNCC implementation in Python

Based on

put a slide about PNCC

Installation:

Clone and install requirements.

cd ~
git clone https://github.com/supikiti/PNCC.git
cd PNCC
pip install -r requirements.txt

PNCC features

If you want to change the PNCC parameters, the following parameters are supported.

def pncc(signal=audio_wave, n_fft=512, sr=16000, winlen=0.020, winstep=0.010,
         n_mels=128, n_pncc=13):
Parameter Description
signal the audio signal from which to compute features. Should be an (N, 1) array
n_fft the FFT size. Default is 512.
sr the samplerate of the signal we are working with.
winlen the length of the analysis window in seconds. Default is 0.020s.(25 milliseconds)
winstep the step between successive windows in seconds. Default is 0.010.(10 milliseconds)
n_mels the number of filters in the filterbank, default 128.
n_pncc the number of cepstrum to return, default 13.

Licence

MIT

Author

supikiti

pncc's People

Contributors

supikiti avatar indianquant avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.