API Calculations.GetFrequencyArray

From Flowcode Help
Jump to navigationJump to search
Fc9-comp-macro.png GetFrequencyArray
Calculates the frequency from an array of data. 
Fc9-h32-icon.png - HANDLE StreamH
A handle to a previously created datascope buffer 
Fc9-u32-icon.png - ULONG ElemBase
The index to start writing the data to in the buffer 
Fc9-u32-icon.png - ULONG ElemStep
The number of elements to step after each write 
Fc9-void-icon.png - ARRAY Values
The buffer values to write, typically 0 to 1 floats 
Fc9-u32-icon.png - ULONG Elements
The max number of elements to write from Values 
Fc9-f32-icon.png - FLOAT SampleInterval
Sample interval, calculated around formula for the Oscilloscope used, in seconds. 
Fc9-f32-icon.png - FLOAT Return


Detailed description

Examples