3 Keysight SD1 Command Reference
Keysight M3100A/M3102A PXIe Digitizer User's Guide
73
C++
int SD_AIN::FFT(int channel, short *data, int size, double *result, int resultSize, double
*resultPhase, bool dB, int windowType);
Visual Studio .NET, MATLAB
int SD_AIN::FFT(int channel, short[] data, out double[] result, bool dB, int
windowType);
int SD_AIN::FFT(int channel, short[] data, out double[] result, out double[]
resultPhase, bool dB, int windowType);
Python
{double[][], int} SD_AIN::FFT(int channel, short[] data, bool dB, int windowType);
*Returned data array is a NumPy array
LabVIEW
Not available
M3601A
Available: No