Description

Translates frequency and phase into (x,y) position in the FFT data image.

Return Type

None  

Syntax

object.PolarToCoord Frequency, Phase, Cx, Cy, [Width], [Height]

The PolarToCoord Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McFFT.
FrequencyRequired. A Double value.

Frequency.

PhaseRequired. A Double value.

Phase.

CxRequired. A Long value.

Output x position of the complex element in the FFT data.

CyRequired. A Long value.

Output y position of the complex element in the FFT data.

WidthOptional. A Long value.

Optional width of the FFT data.

HeightOptional. A Long value.

Optional height of the FFT data.

Remarks

Phase varies between 0 and 360 degrees. Frequency varies between 0 (DC component) and sqrt(2)/2 (Nyquist frequency). If either Width or Height is ignored its value is taken from the parent image which must be the resulting IMcImage of the Forward transform.