X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=grc%2Fblocks%2Fgr_fll_band_edge_cc.xml;fp=grc%2Fblocks%2Fgr_fll_band_edge_cc.xml;h=5a13ac49bed9fc7d5e2eefad32c518df63d50bda;hb=fd9980f919b6f05e2fbea404fea322825ce438f0;hp=0000000000000000000000000000000000000000;hpb=2415ccdbf9d97878a0888bbdff30d699ae2326dd;p=debian%2Fgnuradio diff --git a/grc/blocks/gr_fll_band_edge_cc.xml b/grc/blocks/gr_fll_band_edge_cc.xml new file mode 100644 index 00000000..5a13ac49 --- /dev/null +++ b/grc/blocks/gr_fll_band_edge_cc.xml @@ -0,0 +1,76 @@ + + + + FLL Band-Edge + gr_fll_band_edge_cc + from gnuradio import gr + gr.fll_band_edge_cc($samps_per_sym, $rolloff, $filter_size, $alpha, $beta) + set_alpha($alpha) + set_beta($beta) + + + Type + type + enum + + + + + Samples Per Symbol + samps_per_sym + real + + + Filter Rolloff Factor + rolloff + real + + + Prototype Filter Size + filter_size + int + + + + Alpha + alpha + real + + + Beta + beta + real + + + in + $type.input + + + out + $type.output + + + freq + float + 1 + + + phase + float + 1 + + + error + float + 1 + +