Segmentation and feature extraction
Hello,
im trying to extract the following features :
1) mfcc
2) F0 (pitch)
3) Formants (f1, f2, f3, f4, f5)
4) Amplitude
5) Intensity
6) Energy
The segmentation i intence to use is :
WinSize : 0.015ms
Step : 0.005ms
Thank you!
Some objects to look at:
fzero~ (comes with Max)
zsa.descriptiors (zsa.mfcc~, for example)
analyzer~
And for amplitude, depending on your goals, you might like average~, but some will tell you there's nothing like a good old meter~.
Hello,
and thank you for your responses
.
I actually want to make a segmentation to a sound wave using these parametres
WinSize : 0.015ms
Step : 0.005ms
and then extract from each segment these sound features
1) mfcc
2) F0 (pitch)
3) Formants (f1, f2, f3, f4, f5)
4) Amplitude
5) Intensity
6) Energy
I think that each max object makes it''s own segmentation and it is standard.
I want the same segmentation for all objects.
My problem is that i cannot control the segmetntation parametres (winsize, step).
I want to be able to control them.
Can i do that with max?
Thank you.