Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
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.
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
a=0.95; y2 = filter([1, -a], 1, y);
0 commentaires
Réponses (0)
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!