About 25,200 results
Open links in new tab
  1. MFCC - Significance of number of features - Signal Processing …

    Feb 17, 2016 · I have been doing some readings on the computation of Mel-Frequency Cepstral Coefficients (MFCC) and further use of Vector Quantizers (VQ) for recognition purposes. I am …

  2. What's the correct graphical interpretation of a series of MFCC …

    I'm studying speech-recognition, in particular the use of MFCC for feature extraction. All examples I've found online tend to graph a series of MFCC extracted from a particular utterance as follows (

  3. MFCC calculation - Signal Processing Stack Exchange

    Where is the my mistake in calculation? Cheers! Celdor EDIT: I understand now why the first MFCC coeficient is very low. If I look at DCT II, its first component is just a straight line: This is …

  4. What is the purpose of the log when computing the MFCC?

    The steps of computing the Mel-Frequency Cepstrum Coefficients (MFCC) are: Frame blocking -> Windowing-> abs(DFT) -> Mel filter bank-> Sum coefficients for each filter-> Logarithm -> DCT …

  5. how important is the pre-emphasis stage in MFCC?

    I wrote a simple MFCC routine, using all the steps usually suggested in the literature with the exception of the pre-emphasis stage. How important is this stage? Also, some authors suggest …

  6. mfcc - Cepstral Mean Normalization - Signal Processing Stack …

    Can anyone please explain about Cepstral Mean Normalization, how the equivalence property of convolution affect this? Is it must to do CMN in MFCC Based Speaker Recognition? Why the …

  7. How do I interpret the DCT step in the MFCC extraction process?

    30 In most audio processing tasks, one of the most used transformations is MFCC (Mel-frequency cepstral coefficients). I mostly know the math that's behind the MFCC: I understand both the …

  8. matlab - What is the advantage of applying a Hamming window …

    Sep 23, 2015 · 1 I am trying to implement MFCC by following this and I found that there is a step in which signals are divided into frames and then passed on to Hamming windowing process. …

  9. mfcc - Framing an audio signal - Signal Processing Stack Exchange

    Apr 13, 2017 · The first step in MFCC is to split the signal into frames and referring to this discussion on MFCC at this link (Help calculating / understanding the MFCCs: Mel-Frequency …

  10. discrete signals - Confusion with regards to STFT and MFCCs

    K$ sub-bands, (rows). MFCC: Once you have the STFT computed, you can go ahead and use that as a stepping stone for computing the MFCC's. Regarding your question, you seem to be …