Skip to main content

Enum Ads1263.Adc1Filter

Digital Filtering modes for ADC1 (See datasheet)

Assembly: Ads1263.dll
View Source
Declaration
public enum Ads1263.Adc1Filter : byte

Fields

Sinc1

First order sin(x)/x

View Source
Declaration
Sinc1 = 0

Sinc2

Second order sin(x)/x

View Source
Declaration
Sinc2 = 1

Sinc3

Third order sin(x)/x

View Source
Declaration
Sinc3 = 2

Sinc4

Fourth order sin(x)/x

View Source
Declaration
Sinc4 = 3

FIR

Finite Impulse Response. Specifically tuned to filter out 50Hz and 60Hz (see datasheet)

View Source
Declaration
FIR = 4