04-15-2006 09:02 PM
I'm trying to code an accumulator in a For loop and I'm having trouble with the issue of reading from and the writing to the same area index in the same iteration of the loop. I tried to make use of the feedback node, but this doesn’t met my need.
04-15-2006 09:47 PM
04-15-2006 10:39 PM
04-15-2006 11:02 PM
Wow, for not knowing what I was trying to do you were very helpful (clearly I didn’t know what I was doing, I did figure out on my own about half of the changes you made).
I am building up to a primitive voice recognition application to recognize four spoken words like “go, stop, left, right”. I’m not sure just what I will eventually do to condition the signal I get from a microphone with a hardware filter 5 to 2000 with a gain of 100; for now I’m using a power spectrum.
My objective is to “Extract Spectral Features”, i.e. some subsets of the power spectrum in the code you looked at; average from sample number 1 to 3 and save it as “Spectral Features” 0, etc.. I intend to do this to enough samples of the words to get a template to compare to when attempting to recognize what word is spoken.
Any way, thank you very much for taking the time to help me, I really appreciate it!
Ben
04-15-2006 11:38 PM
Christian, Ben.S
funny, after cleaning, we didn't arrive at the same result.
Attached is my own version...