08-29-2023 02:25 AM
Can i assign different sampling rate to different channel in 1 DAQ device (PICE 6321) using matlab?
Solved! Go to Solution.
08-29-2023 05:53 AM
Assuming you're talking about two or more analog channels, then no. This is a limitation of the way the DAQ device is designed, and it will apply whether you're using Matlab, C#, Python, or LabVIEW.
A typical workaround is to acquire at the higher rate then use decimation / interpolation to reduce the apparent sample rate of the slower channel(s).
-Kevin P
08-29-2023 07:38 AM
See Sample Channels at Different Rates with Multifunction DAQ Device
08-29-2023 07:48 AM
Thank you!!