How To Perform Binary Decimation? (Depending On Firmware) - Acqiris U5310A User Manual

Acquisition card
Hide thumbs Also See for U5310A:
Table of Contents

Advertisement

7.9   How to perform binary decimation? (depending on firmware)
7.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.
The available decimation factors depend on the channel configuration (-CHx) and sampling rate (-SRx)
options of your digitizer.
Please refer to
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;
76
Sampling and Data Acquisition (page
11)section for more information.
U5310A User's Manual

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the U5310A and is the answer not in the manual?

Questions and answers

Table of Contents