El 21/01/18 a las 12:01, Sakthivel Velumani escribió:
> Hi Daniel,
> 
> The pfb block sets history() to ensure sufficient amount of input items
> are available. Can you provide information on arguments passed to the
> pfb block like sps, taps and no. of filters?

Hi Sakthivel,

The parameters I'm using in the PFB are:

samp_per_sym = 8
nfilts = 16

Samples/Symbol = 8
Loop Bandwidth = 1
Taps = firdes.root_raised_cosine(nfilts, nfilts,
1.0/float(samp_per_sym), 0.35, 11*samp_per_sym*nfilts)
Filter size = nfilts
Initial phase = nfilts/2
Maximum rate deviation = 0.05
Output SPS = 1

Regards,

Daniel.

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to