This block splits a FSK signal consisting of two separate signals. samp_per_freq items are taken and pushed alternating to the outputs. Discarded samples are thrown away at the beginning of samp_per_freq samples and only samp_per_freq-samp_discard are pushed to output.
More...
#include <split_fsk_cc.h>
|
static sptr | make (int samp_per_freq, int samp_discard, const std::string &len_key="packet_len") |
| Return a shared_ptr to a new instance of radar::split_fsk_cc.
|
|
This block splits a FSK signal consisting of two separate signals. samp_per_freq items are taken and pushed alternating to the outputs. Discarded samples are thrown away at the beginning of samp_per_freq samples and only samp_per_freq-samp_discard are pushed to output.
- Parameters
-
samp_per_freq | Samples per frequency |
samp_discard | Discarded samples |
len_key | Packet length key for tagged stream |
◆ sptr
◆ make()
static sptr gr::radar::split_fsk_cc::make |
( |
int |
samp_per_freq, |
|
|
int |
samp_discard, |
|
|
const std::string & |
len_key = "packet_len" |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: