Description
Translates x and y frequencies to (x,y) position in the FFT data image.
-
Return Type
-
None
-
Syntax
-
object.FreqToCoord Fx, Fy, Cx, Cy, [Width], [Height]
The FreqToCoord Method syntax has these parts: |
| object | An expression evaluating to an object of type McFFT. | | Fx | Required. A Double value. x-frequency.
| | Fy | Required. A Double value. y-frequency.
| | Cx | Required. A Long value. Output x position of the complex element in the FFT data.
| | Cy | Required. A Long value. Output y position of the complex element in the FFT data.
| | Width | Optional. A Long value. Optional width of the FFT data.
| | Height | Optional. A Long value. Optional height of the FFT data.
| Remarks
Frequencies varie between -0.5 nd 0.5. 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.
|