Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ imagData
Method
imagData
src/internal/src/FFTFrameKissFFT.cpp:132–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
float * FFTFrame::imagData() const
133
{
134
return const_cast<float *>(m_imagData.data());
135
}
136
137
} // namespace lab
138
Callers
6
doFFTAnalysis
Method · 0.45
createBandLimitedTables
Method · 0.45
interpolateFrequencyComponents
Method · 0.45
print
Method · 0.45
FFTFrame
Method · 0.45
multiply
Method · 0.45
Calls
1
data
Method · 0.45
Tested by
no test coverage detected