Main Content

configureDACLocalOscillator

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

Since R2020b

Description

configureDACLocalOscillator(rfDataConverter,tileId,channelId,frequency) configures the frequency of the numerically-controlled oscillator (NCO) mixer for an DAC 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-DAC tile connected to the programmable logic, specified as 0, 1, 2, or 3. Available options for the RF-DAC tile ID vary according to the specified RFSoC device. A tile contains several DACs, 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 DAC 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