10#ifndef INCLUDED_SATELLITES_KURTOSIS_H
11#define INCLUDED_SATELLITES_KURTOSIS_H
13#include <gnuradio/sync_decimator.h>
32 typedef std::shared_ptr<kurtosis>
sptr;
40 static sptr make(
size_t block_size,
size_t vlen = 1);
#define SATELLITES_API
Definition: api.h:31
Estimates the Kurtosis of a complex signal.
Definition: kurtosis.h:30
std::shared_ptr< kurtosis > sptr
Definition: kurtosis.h:32
static sptr make(size_t block_size, size_t vlen=1)
Build the Kurtosis block.
Definition: ax100_decode.h:17