Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BatchDrake/SigDigger
/ onHistogramSamples
Method
onHistogramSamples
Components/TimeWindow.cpp:1670–1674 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1668
}
1669
1670
void
1671
TimeWindow::onHistogramSamples(const float *samples, unsigned int size)
1672
{
1673
this->histogramDialog->feed(samples, size);
1674
}
1675
1676
void
1677
TimeWindow::onTriggerHistogram(void)
Callers
nothing calls this directly
Calls
1
feed
Method · 0.45
Tested by
no test coverage detected