-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Add documentation for AD405x Signed-off-by: RibhuDP <ribhu.daspurkayastha@analog.com>
- Loading branch information
Showing
5 changed files
with
92 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Reference APIs | ||
-------------- | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Driver Classes: | ||
|
||
AD7380_Rx.rst | ||
AD7768_Rx.rst | ||
AD7768_1_Rx.rst | ||
AD4030_Rx.rst | ||
AD4630_16_Rx.rst | ||
AD4630_24_Rx.rst | ||
AD4858_Rx.rst | ||
AD2S1210_Rx.rst | ||
AD4000_Rx.rst | ||
AD4001_Rx.rst | ||
AD4002_Rx.rst | ||
AD4003_Rx.rst | ||
AD4004_Rx.rst | ||
AD4005_Rx.rst | ||
AD4006_Rx.rst | ||
AD4007_Rx.rst | ||
AD4008_Rx.rst | ||
AD4010_Rx.rst | ||
AD4011_Rx.rst | ||
AD4020_Rx.rst | ||
AD4021_Rx.rst | ||
AD4022_Rx.rst | ||
AD5760_Tx.rst | ||
AD5780_Tx.rst | ||
AD5781_Tx.rst | ||
AD5790_Tx.rst | ||
AD5791_Tx.rst | ||
AD7124_4_Rx.rst | ||
AD7124_8_Rx.rst | ||
AD4052_Rx.rst |