Tagged Questions
The analog-digital-converter tag has no wiki summary.
7
votes
3answers
503 views
How to convert human voice into digital format?
I am working on a project where biometric system is used to secure the system. We are planning to use human voice to secure the system.
Idea is to allow the person to say some words or sentences and ...
4
votes
5answers
2k views
Convert ADC Bins into Voltage
Let's say I have a 12-bit Analog to Digital Converter (4096 bins). And let's say I have a signal from 0 to 5 Volts.
What is the proper conversion formula to convert ADC bins into Volts?
V = ADC / ...
2
votes
1answer
216 views
Is it possible to use a microphone as a sensitive pressure sensor for a touch-screen? [closed]
This question is more about electronics than programming, but there's no StackExchange site for that yet (at least I was unable to find it).
The idea is to open an electret microphone and glue a flat ...
1
vote
1answer
418 views
Problems with PIC A/D conversion
I am trying to read analogic signal for a sort of mouse with a pic18f14k50 controller. Here the simple circuit: http://dl.dropbox.com/u/14663091/schematiconew.pdf . I have to read analogic signal from ...
1
vote
2answers
289 views
Figuring out the Nyquist performance limitation of an ADC on an example PIC microcontroller
I'm trying to evaluate the Nyquist performance limits of the A/Ds integrated in various PIC microcontrollers. The computations require parameters that I was expecting to find explicitly available ...
0
votes
2answers
212 views
Data Transfer between Mobile Phones Across Connected Voice Call
I require a fast reliable method of sending control commands (simple data, possibly only a few dozen possible commands) to a remote system which is using a smartphone* as its onboard computer. I have ...