discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Rational number for Interpolation factor


From: Marcus D. Leech
Subject: Re: [Discuss-gnuradio] Rational number for Interpolation factor
Date: Sun, 27 Sep 2015 15:30:30 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

On 09/27/2015 03:05 PM, vamsi krishna wrote:
Hi,

Is there a way to get rational number as interpolation (or decimation) factor rather than just a integer?
I have gone through the documentation and found this,

gr_sync_interpolator::gr_sync_interpolator (const std::string &name,
                                            gr_io_signature_sptr input_signature,
                                            gr_io_signature_sptr output_signature,
                                            unsigned interpolation)

Here we have interpolation factor to be unsigned which means it is a integer. I was wondering if we can have rational number (i.e, for example 2 inputs produce 3 outputs).

Thanks
Vamsi


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
Look at the rational-resampler block, or the fractional resampler block


reply via email to

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