X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=grc%2Fblocks%2Fblks2_pfb_arb_resampler.xml;fp=grc%2Fblocks%2Fblks2_pfb_arb_resampler.xml;h=062b0dd98f66e31225d3d4bedaf1954ce30bc756;hb=35e43e8d8c271e6842191cac3fc3f2f88a861183;hp=0000000000000000000000000000000000000000;hpb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;p=debian%2Fgnuradio diff --git a/grc/blocks/blks2_pfb_arb_resampler.xml b/grc/blocks/blks2_pfb_arb_resampler.xml new file mode 100644 index 00000000..062b0dd9 --- /dev/null +++ b/grc/blocks/blks2_pfb_arb_resampler.xml @@ -0,0 +1,42 @@ + + + + Polyphase Resampler + blks2_pfb_arb_resampler_ccf + from gnuradio import blks2 + from gnuradio.gr import firdes + blks2.pfb_arb_resampler_ccf( + $rate, + $taps, + $size, +) + set_taps($taps) + + Resample Rate + rate + real + + + Taps + taps + real_vector + + + Size (# phases) + size + 32 + int + + + in + complex + + + out + complex + +