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

Function sp_fftr

src/core/_SoundPipe_FFT.cpp:3617–3621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3615}
3616
3617void sp_fftr(sp_fft * fft, SPFLOAT * buf, int FFTsize)
3618{
3619 int M = log2(FFTsize);
3620 rffts1(buf, M, fft->utbl, fft->BRLow);
3621}
3622
3623void sp_ifftr(sp_fft * fft, SPFLOAT * buf, int FFTsize)
3624{

Callers 2

sp_conv_initFunction · 0.85
sp_conv_computeFunction · 0.85

Calls 1

rffts1Function · 0.85

Tested by

no test coverage detected