discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Segfault in Polyphase clock sync block


From: Daniel Estévez
Subject: Re: [Discuss-gnuradio] Segfault in Polyphase clock sync block
Date: Sun, 21 Jan 2018 12:27:32 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]