You are here: Symbol Reference > MtxExpr Namespace > Classes > Vector Record > public > FFT Method > Vector.FFT Method (TVec, boolean)
MtxVec VCL
ContentsIndex
PreviousUpNext
Vector.FFT Method (TVec, boolean)

Calculate the FFT from all Vec elements.

Pascal
function FFT(const Vec: TVec; ConjugateExtend: boolean = false): TVec; overload;

Store the results in the calling vector. Vec Length must not be a power of two, but highest performance will be achieved if it is a power of two. Length and Complex properties of the calling vector are set implicitly to match Vec vector. If Vec is complex then complex to complex forward FFT is performed. If Vec is real then real to complex FFT is performed and the conjugate symmetric part is appended.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!