Post Go back to editing

AD5940 Adquisition time

Category: Software
Product Number: AD5940

Hello, I would like to know how to calculate the adquisition time of the AD5940. I generate a 1 Hz signal to measure impedance but the time is too long , so I want to know if there is a formula to calculate it as a function of the  ADC postprocessing filter parameters.

Parents
  • Hi,

     AD5940_ClksCalculate() function in AD5940.c 

    is used to calculate the number of clock cycles required to do a measurement.

    Parameters used to calculate:

    System clock frequency,

    ADC Clock frequency, 

    ADC Sinc2 filter oversampling rate,

    Sinc2 oversampling rate,

    output data source (DFT or Sinc filter or Raw ADC)

Reply
  • Hi,

     AD5940_ClksCalculate() function in AD5940.c 

    is used to calculate the number of clock cycles required to do a measurement.

    Parameters used to calculate:

    System clock frequency,

    ADC Clock frequency, 

    ADC Sinc2 filter oversampling rate,

    Sinc2 oversampling rate,

    output data source (DFT or Sinc filter or Raw ADC)

Children
No Data