discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] PLL blocks parameters units


From: Daniele Nicolodi
Subject: [Discuss-gnuradio] PLL blocks parameters units
Date: Tue, 24 Mar 2015 22:23:17 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

Hello,

the documentation for the PLL blocks in GNURadio says: "All settings
max_freq and min_freq are in terms of radians per sample, NOT HERTZ."

Therefore I thought that to specify a bandwidth `bw` it would have to
converted from natural frequency units (Hz) into radians per sample with
something like:

bw_rad_per_sample = bw * 2*pi / sampl_rate

where `sampl_rate` is of course the sampling rate in Hz.

However, looking at the PSD of the input and outputs to the PLL blocks,
it looks like my understanding is wrong and that the bandwidth should be
computed as

bw_rad_per_sample = bw * pi / sampl_rate

with a missing factor of 2.

Is the documentation right, and my understanding of it wrong, or the
documentation is wrong?  In the former case, I think it would be better
to clarify it a bit.


Thanks! Cheers,
Daniele



reply via email to

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