?? Adc question
AN001, page 17, shows the ∑∆ Adc using two 1 nF (= 0.001 µF ?) caps.
Should these values change if run at a much slower speed (about 76 samples/sec; using 20 bits)?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Harley Shanko
Should these values change if run at a much slower speed (about 76 samples/sec; using 20 bits)?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Harley Shanko
Comments
To answer your question: I think the caps should stay the same. The frequency of concern is not the sampling rate, but the 80MHz feedback. You'll be be hard-pressed to get a meaningful resolution much beyond 10 bits, though. I don't think 20 bits is even within the realm of fantasy, let alone reason. Sorry.
-Phil
The Mac/iMac has had that capability for many years.
Hmm. I'm trying to sample a slow signal (heart pulse) and was just wondering if those caps should be different. Maybe I need to extract every nth sample to get what I want. Thanks for the guidance.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Harley Shanko
It has nothing to do with the OS
start --> run --> charmap
I used the font simhei
(I'll save you a click since you were nice enough to build that code generator, even though you came into my other thread accusing me of trying to do something illegal)
As in, if you wanted 20 bits of resoltuion you would need to sample it after every 2^20th clock cycles.
This same idea applies for any bit length. If you do not sample it after a power of 2 time then you will need to multiply up or divide the value down to get the correct result.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Nyamekye,