how to find LPC feature from speech to recognize human emotions in matlab? Please, can anyone help?

조회 수: 4 (최근 30일)
Can anyone provide LPC feature extraction matlab algorithm or code for speech emotion recognition?

답변 (1개)

Prasanna
Prasanna 2024년 9월 17일
Hi Divya,
It is my understanding that you want to perform LPC for feature extraction for speech processing and emotion recognition. To perform the same, you can follow the below given steps:
  • Load the speech signal using the ‘audioread’ function.
  • Apply a pre-emphasis filter to amplify the high frequencies of the signal
  • Frame the signal and divide it into overlapping frames to capture the temporal dynamics
  • Window each obtained frame using a Hamming window to reduce spectral leakage
  • Use the lpc’ function to compute the LPC coefficients for each frame.
For more information regarding the process, you can refer the following documentations:
Hope this helps!

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by