Re: [Discuss-gnuradio] gr_fractional_interpolator interpolation ratio

2009-07-22 Thread Abdalla Sokar
if you used a value smaller than 1 it will be a decimator --- On Thu, 7/23/09, Karthik wrote: From: Karthik Subject: [Discuss-gnuradio] gr_fractional_interpolator interpolation ratio To: "GNURadio Discussion List" Date: Thursday, July 23, 2009, 4:22 AM This might be a silly que

Re: [Discuss-gnuradio] gr_fractional_interpolator interpolation ratio

2009-07-22 Thread Johnathan Corgan
On Wed, 2009-07-22 at 18:22 -0700, Karthik wrote: > In gr_fractional_interpolator_ff I observed that to make the filter > interpolate between input values you have to set the interpolation > ratio < 1 and this is because the block has this line in the code > "set_relative_rate (1.0 / interp_ratio)

[Discuss-gnuradio] gr_fractional_interpolator interpolation ratio

2009-07-22 Thread Karthik
This might be a silly question. But here goes ... In gr_fractional_interpolator_ff I observed that to make the filter interpolate between input values you have to set the interpolation ratio < 1 and this is because the block has this line in the code "set_relative_rate (1.0 / interp_ratio)". I alw