MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / setSpectrumPartitioning

Method setSpectrumPartitioning

Suscan/Analyzer.cpp:158–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void
159Analyzer::setSpectrumPartitioning(SpectrumPartitioning partitioning)
160{
161 SU_ATTEMPT(suscan_analyzer_set_spectrum_partitioning(
162 this->instance,
163 static_cast<enum suscan_analyzer_spectrum_partitioning>(partitioning)));
164}
165
166void
167Analyzer::setBandwidth(SUFLOAT value)

Callers 1

setPartitioningMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected