Skip to content
This repository has been archived by the owner on Oct 16, 2022. It is now read-only.

discard the 1st DCT coefficient in mfcc #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

XDcsy
Copy link

@XDcsy XDcsy commented Apr 8, 2017

The first DCT coefficient is affected by the sampling precision of the audio.
That is, for 2 audios with the same content but stored in different formats, like 32-bit floating-point and 32-bit PCM, the first coefficients of each frame are different while others are the same.
Therefore the first DCT coefficient should not be considered valid.
It's also instructed in this tutorial to "Keep DCT coefficients 2-13, discard the rest".

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant