DFT workspace for calculations?

DFT workspace for calculations?

lhartzman的头像

When a DFT routine is called to compute an FFT, what does the function do as far as a workspace for its calculations? I'm assuming that the data is manipulated before being copied to the memory pointed to by the results pointer (whether it be in-place or out-of-place).


Does the DFT routine make a malloc call for memory or does it do its work on the stack?


Les

1 条帖子 / 0 new
如需更全面地了解编译器优化,请参阅优化注意事项.