|
GNU Radio's SATELLITES Package
|
Estimates the Kurtosis of a complex signal. More...
#include <kurtosis.h>
Public Types | |
| typedef std::shared_ptr< kurtosis > | sptr |
Static Public Member Functions | |
| static sptr | make (size_t block_size, size_t vlen=1) |
| Build the Kurtosis block. More... | |
Estimates the Kurtosis of a complex signal.
This block computes an unbiased estimate of the Kurtosis of a complex signal for each block of M input samples. The block supports vectors, in which case the Kurtosis is computed component-wise. This can be used to compute spectral Kurtosis, for instance.
| typedef std::shared_ptr<kurtosis> gr::satellites::kurtosis::sptr |
|
static |
Build the Kurtosis block.
| block_size | The block size to use to compute the Kurtosis estimate |
| vlen | Vector length |