NerdKits - electronics education for a digital generation

You are not logged in. [log in]

NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.

Project Help and Ideas » NerdKit Vocoder?

January 06, 2013
by Hexorg
Hexorg's Avatar

Hey everyone! So I was reading around some theory behind vocoders (they make those funky robot voices from the microphone input), and I want to build one using the nerdkit. But before I start I want to make sure I understand the theory behind all this. In an article I found, they describe how a vocoder works. Since I'm using a microcontroller, most of the components will be in the code. They keep talking about splitting the signal into the bands. Is that essentially fourier transform? So do I understand it rigt? I just need to pass microphone and carrier (eg. guitar) through the fourier transform, and then just multiply the two arrays together?

Post a Reply

Please log in to post a reply.

Did you know that reading a double floating point variable with scanf requires "%lf" for "long float"? Learn more...