Admin Production ni-theme
Current Publication

CreateFFTTable

LabWindows/CVI

CreateFFTTable

Advanced Analysis Library Only

PFFTTable CreateFFTTable (ssize_t sizeOfTheFFT);

Purpose

Creates a reusable FFT table. You must call DestroyFFTTable to free the table this function creates when the table is no longer needed.

Parameters

Input
Name Type Description
sizeOfTheFFT ssize_t The FFT size.

Return Value

Name Type Description
FFTTable PFFTTable The pointer to the created table.

Additional Information

Library: Advanced Analysis Library

Include file: analysis.h

LabWindows/CVI compatibility: LabWindows/CVI 8.0 and later