You are here: Symbol Reference > MtxExpr Namespace > Classes > Matrix Record > public > IFFT2D Method > Matrix.IFFT2D Method (TMtx, boolean)
MtxVec VCL
ContentsIndex
Example
var a,b: Matrix; begin a.SetIt (2,4,False, [1, 2, 3, 4, -5, 6,-7, 8] ); a.ExtendToComplex; b.IFFT2D(a); // result will be // [(1.5, 0), (0, -0.5), (-3.5, 0), (0, 0.5), // (1, 0), (-0.5, 0), (3, 0), (-0.5, 0) ] end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.