NI RFmx WLAN API Differences - ni/grpc-device GitHub Wiki

N Waveform Functions

Several functions in the NI-RFmx WLAN gRPC API accept N waveforms as input. An N waveform is an array of multiple waveforms. The individual members of an N waveform array are all of the data of the N waveforms combined into one array. For example, if you wanted to pass two seperate arrays - (1,2,3) and (4,5,6) - you would pass a single array (1,2,3,4,5,6) to the function. Functions that accept N waveforms require x0, dx, and iq_sizes or waveform_sizes as input. These arrays must all be the same length. Using the example above with an array (1,2,3,4,5,6), composed of two combined arrays (1,2,3) and (4,5,6), the corresponding waveform_sizes input would be the array (3,3).

Refere to the following sections in this manual for more information on functions that accept N waveforms as input:

AnalyzeNWaveformsIQ
AnalyzeNWaveformsSpectrum
OFDMModAccCfgNReferenceWaveforms

⚠️ **GitHub.com Fallback** ⚠️