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

Method realData

src/internal/src/FFTFrameKissFFT.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127float * FFTFrame::realData() const
128{
129 return const_cast<float *>(m_realData.data());
130}
131
132float * FFTFrame::imagData() const
133{

Callers 6

doFFTAnalysisMethod · 0.45
printMethod · 0.45
FFTFrameMethod · 0.45
multiplyMethod · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected