MCPcopy Create free account
hub / github.com/LabSound/LabSound / computeForwardFFT

Method computeForwardFFT

src/backends/FFTFrameAppleAcclerate.cpp:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void FFTFrame::computeForwardFFT(const float * data)
119{
120 vDSP_ctoz((DSPComplex *) data, 2, &m_frame, 1, m_FFTSize / 2);
121 vDSP_fft_zrip(m_FFTSetup, &m_frame, 1, m_log2FFTSize, FFT_FORWARD);
122}
123
124void FFTFrame::computeInverseFFT(float * data)
125{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected