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

Method getDecimatedSampleRate

Suscan/Source.cpp:298–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298unsigned int
299Source::Config::getDecimatedSampleRate(void) const
300{
301 if (this->instance == nullptr)
302 return 0;
303
304 return suscan_source_config_get_samp_rate(this->instance)
305 / suscan_source_config_get_average(this->instance);
306}
307
308unsigned int
309Source::Config::getSampleRate(void) const

Callers 7

startCaptureMethod · 0.80
setProfileMethod · 0.80
setProfileMethod · 0.80
openCaptureFileMethod · 0.80
installDataSaverMethod · 0.80
setProfileMethod · 0.80
refreshProfileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected