Skip to content

Commit

Permalink
deploy: 7b86a3d
Browse files Browse the repository at this point in the history
  • Loading branch information
ribdp committed May 20, 2024
1 parent 2aed6b6 commit 743c619
Show file tree
Hide file tree
Showing 59 changed files with 2,362 additions and 14,904 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: b69369e59f0aa1062b48dac36cddb461
config: 0c258ad417f08a295e22c9f613c50834
tags: 645f666f9bcd5a90fca523b33c5a78b7
3 changes: 2 additions & 1 deletion _sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ADI maintains a set of tools to interface with ADI precision converters within M
The following have device-specific implementations in MATLAB and Simulink. In general, if a device has an IIO driver, MATLAB support is possible, but a device-specific MATLAB or Simulink interface may not exist yet.

.. csv-table:: Supported Parts
:header: "Evaluation Card", "FPGA Board", "Streaming Support", "Targeting", "Variants and Minimum Supported Release"
:header: "Evaluation Card", "Controller Board", "Streaming Support", "Targeting", "Variants and Minimum Supported Release"
:widths: 30, 30, 30, 30, 30

"AD7380", "Zedboard", "Yes", "No", "ADI (2021b)"
Expand Down Expand Up @@ -57,4 +57,5 @@ The following have device-specific implementations in MATLAB and Simulink. In ge
"AD5791", "Zedboard", "Yes", "No", "ADI (2021b)"
"AD7124-4", "Zedboard", "Yes", "No", "ADI (2021b)"
"AD7124-8", "Zedboard", "Yes", "No", "ADI (2021b)"
"AD4052", "SDP-K1", "Yes", "No", "ADI (2021b)"

35 changes: 35 additions & 0 deletions _sources/reference_api/AD4052_Rx.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
adi.AD4052.Rx
-------------

**AD4052 Precision ADC Class**

adi.AD4052.Rx Receive data from the AD4052 ADC
The adi.AD4052.Rx System object is a signal source that can receive
data from the AD4052.

`rx = adi.AD4052.Rx;`
`rx = adi.AD4052.Rx('uri','serial:COM5,230400');`

`AD4052 Datasheet <http://www.analog.com/media/en/technical-documentation/data-sheets/AD4052.pdf>`_

Class Properties
================

**BurstAveragingLength Burst Averaging Length**
Length of the averaging filter in 'burst averaging mode'Help for adi.AD4052.Rx/AvgFilterLength is inherited from superclass adi.AD405x.Base

**BurstSampleRate Burst Sample Rate**
Rate of internal averaging in 'burst averaging mode'Help for adi.AD4052.Rx/BurstSampleRate is inherited from superclass adi.AD405x.Base

**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

**SampleRate Sample Rate**
Baseband sampling rate in Hz, specified as a scalar in samples per second.Help for adi.AD4052.Rx/SampleRate is inherited from superclass adi.AD405x.Base

**SamplesPerFrame Samples Per Frame**
Number of samples per frame, specified as an even positive integer.Help for adi.AD4052.Rx/SamplesPerFrame is inherited from superclass adi.AD405x.Base

**URI - remote host URI**
Hostname or IP address of remote libIIO deviceHelp for adi.AD4052.Rx/uri is inherited from superclass matlabshared.libiio.base

134 changes: 0 additions & 134 deletions _static/_sphinx_javascript_frameworks_compat.js

This file was deleted.

Loading

0 comments on commit 743c619

Please sign in to comment.