Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ sp_ifftr
Function
sp_ifftr
src/core/_SoundPipe_FFT.cpp:3623–3627 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3621
}
3622
3623
void sp_ifftr(sp_fft * fft, SPFLOAT * buf, int FFTsize)
3624
{
3625
int M = log2(FFTsize);
3626
riffts1(buf, M, fft->utbl, fft->BRLow);
3627
}
3628
3629
void sp_fft_destroy(sp_fft * fft)
3630
{
Callers
1
sp_conv_compute
Function · 0.85
Calls
1
riffts1
Function · 0.85
Tested by
no test coverage detected