Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Hi. I'm doing my thesis on vocal and non-vocal classification. In the pre-emphahsis step of MFCC, y2 = filter([1, -a], 1, y); what does it mean? I can't relate the code of pre-emphasis with its equation H(z)=1-a*z-1. Help me Please.

2 Ansichten (letzte 30 Tage)
a=0.95; y2 = filter([1, -a], 1, y);

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by