8.9 How to perform binary decimation? (depending on firmware)
90
U5303A User's Manual
8.9 How to perform binary decimation? (depending
on firmware)
The binary decimation is not supported for all combinations of firmware, channel configuration and
sampling rate.
It is supported only with the digitizer (-DGT) or TSR (-TSR) mode. It is not supported in Averager (-
AVG) or Peak Detection (-PKD) mode.
The available decimation factors depend on the channel configuration (-CHx) and sampling rate (-SRx)
options of your digitizer.
Please refer to
Sampling and Data Acquisition (page 11)
section for more information.
Using the AqMD3 IVI-C driver:
To use the binary decimation and set the sample rate to a lower value use the
AQMD3_ATTR_
SAMPLE_RATE
attribute.
sampleRate = 200e6;
status=AqMD3_SetAttributeViReal64(session,””, AQMD3_ATTR_SAMPLE_RATE,sampleRate);
Using the AqMD3 IVI.NET driver:
To use the binary decimation and set the sample rate to a lower value use the
SampleRate
property.
sampleRate = 200e6;
driver.Acquisition.SampleRate = sampleRate;