S2 Mic Questions
william chan
Posts: 1,326
Hi,
1. Why S2 Mic uses a pre-amp whereas the Prop Demo Board does not need a pre-amp?
Does this mean the the S2's microphone is more sensitive than the demo board's mic?
2. What does "envelop detector" mean?
Does it mean that it can detect the loudness of a sound?
3. Can the Propeller on the S2 be made to perform a "software low pass filter" to only measure the loudness of low frequencies like 100Hz and below?
1. Why S2 Mic uses a pre-amp whereas the Prop Demo Board does not need a pre-amp?
Does this mean the the S2's microphone is more sensitive than the demo board's mic?
2. What does "envelop detector" mean?
Does it mean that it can detect the loudness of a sound?
3. Can the Propeller on the S2 be made to perform a "software low pass filter" to only measure the loudness of low frequencies like 100Hz and below?
Comments
2. The envelope detector program can detect the loudness of a sound.
3. Using FIR or IIR filters in PASM, the Propeller is capable of low-pass filtering an audio source.
BTW, the microphone is useful only when the motors are not running, due to the audible whine and gearbox noise they produce.
-Phil