Hi,
I am working in continuous mode for single channel measurement at higher rate 30KSPS.
I am giving sine wave as input to ADC AIN0 channel.
Raspberry Pi is communicating with High Precision AD/DA ADS1256 board over the SPI.
I am using C program got it from github.
SPI clock is 1.92MHz.
I received 30Ksamples at output.
The issue is ~ 10K output samples are noisy.
The datasheet says If there is a step change on the input signal while continuously converting, performing a synchronization operation to start a new conversion is recommended. Otherwise, the next data will represent a combination of the previous and current input signal and should therefore be discarded.
Is this statement applicable to Sine wave.
I also tried for constant DC input. I got same behavior.
Thanks in advance.
Rashmi