<+description of block+>
More...
#include <MaxPower.h>
|
| static sptr | make (double sampleRate, int fft_size, float squelchThreshold, float framesToAvg, bool produceOut, float stateThreshold, float holdUpSec) |
| | Return a shared_ptr to a new instance of mesa::MaxPower.
|
◆ sptr
◆ getHoldTime()
| virtual float gr::mesa::MaxPower::getHoldTime |
( |
| ) |
const |
|
pure virtual |
◆ getSquelchThreshold()
| virtual float gr::mesa::MaxPower::getSquelchThreshold |
( |
| ) |
const |
|
pure virtual |
◆ getStateThreshold()
| virtual float gr::mesa::MaxPower::getStateThreshold |
( |
| ) |
const |
|
pure virtual |
◆ make()
| sptr gr::mesa::MaxPower::make |
( |
double | sampleRate, |
|
|
int | fft_size, |
|
|
float | squelchThreshold, |
|
|
float | framesToAvg, |
|
|
bool | produceOut, |
|
|
float | stateThreshold, |
|
|
float | holdUpSec ) |
|
static |
◆ setHoldTime()
| virtual void gr::mesa::MaxPower::setHoldTime |
( |
float | newValue | ) |
|
|
pure virtual |
◆ setSquelchThreshold()
| virtual void gr::mesa::MaxPower::setSquelchThreshold |
( |
float | newValue | ) |
|
|
pure virtual |
◆ setStateThreshold()
| virtual void gr::mesa::MaxPower::setStateThreshold |
( |
float | newValue | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: