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

Method forward

src/extended/SpectralMonitorNode.cpp:45–48  ·  view source on GitHub ↗

does an in place transform of waveform to real and imag. real values are on even, imag on odd

Source from the content-addressed store, hash-verified

43 // does an in place transform of waveform to real and imag.
44 // real values are on even, imag on odd
45 void forward(std::vector<float> & waveform)
46 {
47 ooura::rdft(static_cast<int>(size), 1, &waveform[0], oouraIp, oouraW);
48 }
49
50 int size;
51 int * oouraIp;

Callers 1

spectralMagMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected