Quote Carl: "Pretty much all these designs use a 24bit ADC, so a 12-bit ADC may prove to be a little light for this task"
My initial thoughts, too. As an example, the Teknetics T2 / Fisher F75 uses a 16-bit ADC with "dithering" to get about 2 bits extra. That is after an analogue front-end, so it's converting DC - 100Hz signals. The "dithering" is pseudo-random noise injection ( generated by the micro ), I recall 3 bits are used ( ie. a random number from 0 to 7 ) and then an average over 8 samples is taken.
You really should be considering 14 bits + some "extra" [ pseudo-random noise injection / averaging etc ] as an absolute minimum.
If you are after ideas for generating a Target ID value from your phase etc data, see this post:
https://www.geotech1.com/forums/foru...654#post417654
The whole thread contains useful info, if you take a look.
My initial thoughts, too. As an example, the Teknetics T2 / Fisher F75 uses a 16-bit ADC with "dithering" to get about 2 bits extra. That is after an analogue front-end, so it's converting DC - 100Hz signals. The "dithering" is pseudo-random noise injection ( generated by the micro ), I recall 3 bits are used ( ie. a random number from 0 to 7 ) and then an average over 8 samples is taken.
You really should be considering 14 bits + some "extra" [ pseudo-random noise injection / averaging etc ] as an absolute minimum.
If you are after ideas for generating a Target ID value from your phase etc data, see this post:
https://www.geotech1.com/forums/foru...654#post417654
The whole thread contains useful info, if you take a look.
Comment