<< Chapter < Page | Chapter >> Page > |
Once the system actually reads in the values from a voice signal, the most important thing to do is figure outhow the signal is broken up. One of the more obvious methods is breaking a word or series of words into syllables. Althoughsyllables are somewhat difficult to read, as they still have consonants, the vowel sounds make up the majority of the syllables,not to mention the louder part of these signals. As a result, breaking the words into syllables is a good start.
After we pass the signal through a smoothing, boxcar filter, there is a clear definition of the peaks. However,the question still remains–how do you pick up one of these peaks? In essence, the goal is to choose a correct threshold amount tostart reading signals. The most important thing is managing to differentiate the numerous peaks while at the same time being ableto keep the peaks for each and every signal. For example, with a threshold that is too low, noise may get picked up. More likely,however, is that with a threshold too high, some syllables may be ignored (figure 1).
As is evident, the first syllable gets completely ignored. As a result, it does not factor into the actualdetermination of who the speaker is. However, through testing, our group was able to discern a value that will achieve the desiredresults. Because the signal is normalized prior to being run through the enveloping functions, that threshold will not changefor different input volumes. Thus, our desired signal output (with smoothing) will look something like the signal in figure 2.
This ends up being a fairly nice solution to our problem, with one problem–the threshold cuts off the signal at sample values, not time values. We need time values to analyzethe actual frequencies of the results so we can look at the formant sounds within each syllable. Thus, we go back to our initial timedsignal rather than the sampled signal, and we get our desired results (figure 3).
Most of the signal is preserved, and all of the vowel sounds are preserved by the signal as well–most of what is cut off by the signal is a consonant. Now, we have multiplesignals, each of which are almost entirely vowel sounds from our syllables. However, we have to go back to our initial problem–how do you analyze the vowel? How do you even interpret a signal likethis?
Notification Switch
Would you like to follow the 'Elec 301 projects fall 2006' conversation and receive update notifications?