Can the prop be a DSP (process audio signals)?
DaveF
Posts: 62
Hey all!
Does anyone know of a way to use the propeller to process audio?· Specifically, I would like to see it be able to read levels of specific frequencies in an audio signal.
Possible?
Thanks!
Dave
Post Edited (DaveF) : 11/19/2006 6:12:09 PM GMT
Does anyone know of a way to use the propeller to process audio?· Specifically, I would like to see it be able to read levels of specific frequencies in an audio signal.
Possible?
Thanks!
Dave
Post Edited (DaveF) : 11/19/2006 6:12:09 PM GMT
Comments
A few resistors connected to some pins will form crude DAC's. Actually they might form really good DAC's, depending on their tolerance.
It comes down to a program to grab the samples, buffer them, analyze them, and send them along their way if you want a pass thru processor. If the prop can do broadcast video and sound with two cogs, a lot of audio processing is gonna be possible.
It sounded like that guy was on the brink of getting what I need. Maybe I should talk to him!
Is this the only way to do it?
FYI, here is that other thread:
http://forums.parallax.com/showthread.php?p=615024
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
There are also dsp chips available with compatible tool sets that may better fit this application development.· A significant difference between the Prop and the dsp is that the dsp chip architecture includes pipe-lined multipliers and accumulators to achieve significant computational efficiency as compared to a more general purpose microprocessor.
I would recommend obtaining a copy of Rorabaugh's "DSP Primer" if you want to get serious about learning and implementing digital filters.· Be forewarned that the book presumes you are familiar with C++ in order to use and/or modified·the included examples.
Good luck.
·