GNU Radio's SATELLITES Package
gr::satellites::kurtosis Class Reference

Estimates the Kurtosis of a complex signal. More...

#include <kurtosis.h>

Inheritance diagram for gr::satellites::kurtosis:
gr::satellites::kurtosis_impl

Public Types

typedef std::shared_ptr< kurtosissptr

Static Public Member Functions

static sptr make (size_t block_size, size_t vlen=1)
 Build the Kurtosis block.

Detailed Description

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.

Member Typedef Documentation

◆ sptr

typedef std::shared_ptr<kurtosis> gr::satellites::kurtosis::sptr

Member Function Documentation

◆ make()

sptr gr::satellites::kurtosis::make ( size_t block_size,
size_t vlen = 1 )
static

Build the Kurtosis block.

Parameters
block_sizeThe block size to use to compute the Kurtosis estimate
vlenVector length

The documentation for this class was generated from the following file: