Info
This question is closed. Reopen it to edit or answer.
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 views (last 30 days)
Show older comments
a=0.95; y2 = filter([1, -a], 1, y);
0 Comments
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!