SBAA635 July 2024 AFE7950 , AFE7950-SP , AFE7951 , AFE7953 , AFE7954 , AFE7955
Configuring the device is in this mode is very simple and can be done by following these steps:
sysParams.ncoFreqMode = "FCW"
sysParams.autoFcwConvert = 1
sysParams.txChainDirectCtrl = 1
AFE. txNcoSweep (en,freqStart1,span1,freqStart2,span2,freqStart3,span3,freqStart4,span4,steps)
With designed for input arguments where:
En= 1 enables jammer mode and 0 brings back the device into default working mode.
freqStart1(MHz)= Start Frequency for Tx channel 1.
span1(MHz)=Bandwidth for Tx channel 1.
freqStart2(MHz)= Start Frequency for Tx channel 2.
span2(MHZ)=Bandwidth for Tx channel 2.
freqStart3(MHz)= Start Frequency for Tx channel 3.
span3(MHz)=Bandwidth for Tx channel 3.
freqStart4(MHz)= Start Frequency for Tx channel 4.
span4(MHz)=Bandwidth for Tx channel 4.
Steps = Number of frequency steps in which all the Tx channels cam sweep across the designated bandwidths.
The application of the above function is shown with the below example where the AFE7900’s 3 channels are configured to jam three different bands and mentioned:
AFE. txNcoSweep (1,2400,85,900,28,5000,125,2400,85,87)
Here the last argument that is, the number of frequency steps is given as 87.