<+description of block+>
More...
#include <SignalDetector.h>
|
| static sptr | make (int fftsize, float squelchThreshold, double minWidthHz, double maxWidthHz, double radioCenterFreq, double sampleRate, float holdUpSec, int framesToAvg, bool genSignalPDUs, bool enableDebug, int detectionMethod) |
| | Return a shared_ptr to a new instance of mesa::SignalDetector. More...
|
| |
◆ sptr
◆ getCenterFrequency()
| virtual double gr::mesa::SignalDetector::getCenterFrequency |
( |
| ) |
const |
|
pure virtual |
◆ getMaxWidthHz()
| virtual double gr::mesa::SignalDetector::getMaxWidthHz |
( |
| ) |
const |
|
pure virtual |
◆ getMinWidthHz()
| virtual double gr::mesa::SignalDetector::getMinWidthHz |
( |
| ) |
const |
|
pure virtual |
◆ getSquelch()
| virtual float gr::mesa::SignalDetector::getSquelch |
( |
| ) |
const |
|
pure virtual |
◆ make()
| static sptr gr::mesa::SignalDetector::make |
( |
int |
fftsize, |
|
|
float |
squelchThreshold, |
|
|
double |
minWidthHz, |
|
|
double |
maxWidthHz, |
|
|
double |
radioCenterFreq, |
|
|
double |
sampleRate, |
|
|
float |
holdUpSec, |
|
|
int |
framesToAvg, |
|
|
bool |
genSignalPDUs, |
|
|
bool |
enableDebug, |
|
|
int |
detectionMethod |
|
) |
| |
|
static |
◆ setCenterFrequency()
| virtual void gr::mesa::SignalDetector::setCenterFrequency |
( |
double |
newValue | ) |
|
|
pure virtual |
◆ setMaxWidthHz()
| virtual void gr::mesa::SignalDetector::setMaxWidthHz |
( |
double |
newValue | ) |
|
|
pure virtual |
◆ setMinWidthHz()
| virtual void gr::mesa::SignalDetector::setMinWidthHz |
( |
double |
newValue | ) |
|
|
pure virtual |
◆ setSquelch()
| virtual void gr::mesa::SignalDetector::setSquelch |
( |
float |
newValue | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: