You are here: Symbol Reference > MtxVec Namespace > Classes > TVec Class > public > FFT Method > TVec.FFT Method (TVec, boolean)
MtxVec VCL
ContentsIndex
PreviousUpNext
TVec.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 TMtxVec.ComplexComplexproperties 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-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!