Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
127
float * FFTFrame::realData() const
128
{
129
return const_cast<float *>(m_realData.data());
130
}
131
132
float * FFTFrame::imagData() const
133
{
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