discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Rational number for Interpolation factor


From: vamsi krishna
Subject: [Discuss-gnuradio] Rational number for Interpolation factor
Date: Sun, 27 Sep 2015 19:05:56 +0000 (UTC)

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

reply via email to

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