07-31-2008 04:07 PM
08-04-2008
12:03 PM
- last edited on
06-25-2024
04:35 PM
by
Content Cleaner
Hi Omidoo,
I will first point you to the next resources: An Introduction to NI-DAQmx Tools for Data Acquisition with The Mathworks, Inc. MATLAB® Software. Things like anti-alias filtering in DAQmx are must of the time changed by a property node, in LabVIEW and a function when coding in C, for example in the C reference help there are functions for: Get/Set/Reset AI_EnhancedAliasRejectionEnable
How are you currently interfacing with DAQmx? Are you using a toolkit or are you loading the driver library (DAQmx dll)?
If you are making calls directly to the driver you have to options, you can either configure your task in MAX (Measurment automation explorer), and in the task window you will have an option for low pass filter enable or you can directly call the function: “Get/Set/Reset AI_EnhancedAliasRejectionEnable”.
Let me know if it helps
Screen shoots speak more than a million words