MCPcopy Create free account
hub / github.com/csound/csound / fft_setup

Method fft_setup

include/plugin.h:215–217  ·  view source on GitHub ↗

FFT setup: real-to-complex and complex-to-real \n direction: FFT_FWD or FFT_INV \n returns a handle to the FFT setup. */

Source from the content-addressed store, hash-verified

213 returns a handle to the FFT setup.
214 */
215 fftp fft_setup(uint32_t size, uint32_t direction) {
216 return (fftp)RealFFT2Setup(this, size, direction);
217 }
218
219 /** FFT operation, in-place, but also
220 returning a pointer to std::complex<MYFLT>

Callers 1

initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected