Hi,
I'm trying to reconstruct the analog signal that enter to a Delta Sigma modulator ADS1201.
<a href="http://www.ti.com/lit/ds/sbas081/sbas081.pdf ">Datasheet ADS1201</a>
The input signals on the modulator have frequency that start from DC to 100Hz. The output 1 bit stream of the modulator have frequency of 1MHz (the clock of the modulator).
After the modulator should be included a digital low pass filter which acquires only the useful signal and discards the quantization noise, in cascade a decimator to decrease the frequency and increase the number of output bits.
<a href="http://www.ti.com/lit/an/slyt423/slyt423.pdf">How delta-sigma ADCs work, Part 1</a>
<a href="http://www.ti.com/lit/an/slyt438/slyt438.pdf ">How delta-sigma ADCs work, Part 2</a>
After completing all the above procedures I should regain in one pin of Arduino the analog signal that is in the input of the modulator.
I try to do this operation with an oscilloscope but I don't obtain results.
I would be grateful if someone could help me.
Thanks a lot.
Riccardo