Solution
The calculation can be explained step by step as follows.
Step 1: Calculate the inner min value
min(Center Frequency−30MHz, 2GHz−Center Frequency)
This selects the smaller of the following two values:
- Center Frequency − 30 MHz, which represents the margin to the lower frequency limit
- 2 GHz − Center Frequency, which represents the margin to the upper frequency limit
The smaller value determines the maximum allowable bandwidth on one side of the center frequency.
Step 2: Multiply by 2
2×min(Center Frequency−30MHz, 2GHz−Center Frequency)
This accounts for both the upper and lower sides of the spectrum, resulting in the total instantaneous bandwidth.
Step 3: Compare with 1 GHz
Maximum Bandwidth=min(1 GHz, calculated value)
Due to hardware limitations, the PXIe‑5842 with the 1 GHz Bandwidth Option supports a maximum instantaneous bandwidth of 1 GHz. If the calculated value exceeds 1 GHz, it is limited to 1 GHz.