Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
Math Forum
»
Discussions
»
Software
»
comp.soft-sys.matlab
Topic:
How to determine the delta features from MFCC? can someone please help me out with the matlab codes for it. I am doin my research in this field and have found the formula for delta to be d=[c(t+1)-c(t-1)]/2 where c is the MFCC feature. But if its so then
Replies:
0
|
 |
|
|
|
How to determine the delta features from MFCC? can someone please help me out with the matlab codes for it. I am doin my research in this field and have found the formula for delta to be d=[c(t+1)-c(t-1)]/2 where c is the MFCC feature. But if its so then
Posted:
Jan 7, 2013 5:21 AM
|
|
How to determine the delta features from MFCC? can someone please help me out with the matlab codes for it. I am doing my research in this field and have found the formula for delta to be d(t)=[c(t+1)-c(t-1)]/2 where c is the MFCC feature. But if its so then what is the value of d(0) and d(1).
|
|
|
|