How to extract features from an audio file in Matlab?
Call extract to extract the audio features from the audio signal. features = extract(aFE,audioIn); Use info to determine which column of the feature extraction matrix corresponds to the requested pitch extraction. Plot the detected pitch over time.
What are audio signal features?
There are, in general, two types of audio features: the physical features and the perceptual features. Physical features refer to mathematical measurements computed directly from the sound wave, such as the energy function, the spectrum, the cepstral coefficients, the fundamental frequency, and so on.