Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.
hi all ,please could someone give me the code for feature extraction using fft in matlab (i have to input the wav signal using wavread)
please could someone help me.
There is no universal algorithm for feature extraction. The best way is to observe the signal (FFT in Your case) and select the features that are the most correlated with your classes.
If You want to get some advice, You should write more information about Your problem.
Still, there is no information what do You want to detect. Speech recognition? i.e. detect what word You say? Or just appearance of voice in the background noise?
Maybe do You want the select the voiced or unvoiced phonemes?
sir, what are the features I can find in the wav signal of my voice only by doing feature extraction using fft (if the noise can be remover and then do feature extraction using fft then even better).
Basically, the number of feature that can be extracted from fft is unlimited. You can try to calculate the spectral flatness, energy at Your region of interest (or energy ration from different part of regions), or try to find continous peaks along time domain in STFT (using linear prediction or phase compensation). All this features are sensitive to some kind of tonality that can be present in Your voice record (voiced phonems)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.