Main Content

configureADCLocalOscillator

Configure frequency of NCO mixer for ADC channel in RF-ADC tile

Since R2020b

Description

configureADCLocalOscillator(rfDataConverter,tileId,channelId,frequency) configures the frequency of the numerically-controlled oscillator (NCO) mixer for an ADC channel in an RF-ADC tile.

Input Arguments

collapse all

RF data converter, specified as an soc.RFDataConverter object. Via Ethernet, this object connects the host computer to the RF data converter on the connected SoC device. Use the object functions and properties of this object to configure the RF data converter.

Identifier of the RF-ADC tile connected to the programmable logic, specified as 0, 1, 2, or 3. Available options for the RF-ADC tile ID vary according to the specified RFSoC device. A tile contains several ADCs, accessible as channels, and several shared timing units, including a clock and PLL.

Data Types: single | double | int8 | int16 | int32 | int64 | uint8 | uint16 | uint32 | uint64

Channel identifier for the selected ADC tile, specified as 0, 1, 2, or 3. Available options for the channel ID vary according to the specified RFSoC device.

Data Types: single | double | int8 | int16 | int32 | int64 | uint8 | uint16 | uint32 | uint64

Frequency for the NCO mixer, specified as a positive scalar. Units are in MHz.

Data Types: double

Version History

Introduced in R2020b