ADI High Speed Converter Toolbox Support
Support is provided online through the EngineerZone forums. If you have questions related to the hardware itself outside of this BSP, contact your local FAE or ask on the forums. Question regarding specific aspect of the BSP should be asked in the following places:
+ADI High Speed Converter Toolbox Supported Hardware
Almost any ADI hardware that has an IIO supported driver can stream data into MATLAB or Simulink. We have specific implementations of the following devices, boards, or chips that support streaming:
System Requirements
Specific examples will require different toolboxes. The examples will require:
All device I/O support with System objects or Blocks requires:
+ADI High Speed Converter Toolbox System Objects For Device I/O
All ADI streaming interfaces share the same general API. Simply insert you specific part of development board:
rx = adi.<part_or_board_name>.Rx;
rx.uri = '<uri of board>';
tx = adi.<part_or_board_name>.Tx;
tx.uri = '<uri of board>';
Example:
adi.AD9680.Rx with properties:
The following parts have device specific implementations:
+Analog Devices Inc. High Speed Converters Toolbox
This Board Support Package (BSP) provides streaming support for Analog Devices Inc. (ADI) high speed converters.
Supported Hardware
System Requirements
Specific examples will require different toolboxes. The examples will require:
All device I/O support with System objects or Blocks requires:
Support
Help and support for the is provided exclusively on-line. If you don't have an internet connection on this computer, please find one that does. Further Documentation
Please refer to the ADI wiki for more in-depth information for libiio, drivers, and hardware functionality.
+