adcData = freadfid int16;
This code reads data from the file associated with the file identifier fid and stores it in the variable adcData. The data is read as a sequence of 16-bit signed integers (int16).
原文地址: https://www.cveoy.top/t/topic/hPmZ 著作权归作者所有。请勿转载和采集!