adi.AD4170.Rx#
AD4170 Precision ADC Class
adi.AD4170.Rx Receives data from the AD4170 ADC The adi.AD4170.Rx System object is a signal source that can receive data from the AD4170.
rx = adi.AD4170.Rx; rx = adi.AD4170.Rx(‘serial:COM18,230400’);
Class Properties#
- AdcMode ADC Mode
ADC Mode for data capture, represented as a string. It supports the following: ‘Continuous_Conversion’, ‘Continuous_Conversion_FIR’, ‘Continuous_Conversion_IIR’, ‘Standby’, ‘Power_Down’, ‘Idle’
- EnabledChannels Enabled Channels
Indexs of channels to be enabled. Input should be a [1xN] vector with the indexes of channels to be enabled. Order is irrelevant
- Fs Fs
Fs for configuring the sampling rate of the device. It supports a numeric value. Please refer to the DS for more details on configuring FS
- SampleRate Sample Rate
Baseband sampling rate in Hz, specified as a scalar in samples per second.
- SamplesPerFrame Samples Per Frame
Number of samples per frame, specified as an even positive integer.
- URI - remote host URI
Hostname or IP address of remote libIIO deviceHelp for adi.AD4170.Rx/uri is inherited from superclass matlabshared.libiio.base