(Working) Code to interface 3 LoadCells to ADISense1000 and display values using the Labview code.

Fork of 4Bridge_ADISense1000_Example_copy by CAC_smartcushion

Embed: (wiki syntax)

« Back to documentation index

ADI_SENSE_1000_ADC_FILTER_CONFIG Struct Reference

ADI_SENSE_1000_ADC_FILTER_CONFIG Struct Reference
[ADI Sense 1000 Host Library API]

#include <adi_sense_1000_config.h>

Data Fields

ADI_SENSE_1000_ADC_FILTER_TYPE type
uint32_t fs

Detailed Description

ADI Sense 1000 ADC Filter configuration

Note:
applicable only to ADC analog sensor channels

Definition at line 335 of file adi_sense_1000_config.h.


Field Documentation

uint32_t fs

Number of input samples to accumulate and average in the filter. Applicable only when type is ADI_SENSE_1000_ADC_FILTER_SINC4

Definition at line 339 of file adi_sense_1000_config.h.

Filter type selection

Definition at line 337 of file adi_sense_1000_config.h.