Wednesday, June 19, 2019

Re: [Discuss-gnuradio] Divide frequency by a constant

Hi Barry,

I don't know whether I'm following your intent, but I assume you have a
Variable in GRC called "frequency_a", at say value 99 and you want to
have a signal source block that you want to run at frequency 9?

In that case, you can literally put

frequency_a / 11.0

in that frequency field of the signal source block; GRC "just" hands
through whatever valid Python you enter there.

Best regards,
Marcus
On Tue, 2019-06-18 at 10:02 -0400, Barry Duggan wrote:
> Is there a way to divide a frequency by a constant? I'm not referring to
> sample rate decimation, but rather to a signal source frequency. For
> example, input frequency_a,
> output frequency_a / 11.
>
> Thanks.
>

No comments:

Post a Comment