Johnathan Corgan wrote: > Martin Dvh wrote: > > >>Apparantly the module doesn't exist anymore, although >>gr_fractional_interpolator.h and gr_fractional_interpolator.cc exist. >> >>I suspect there should also be a: gr_fractional_interpolator.i >> >>But I couldn't find it in my source or any of the older gnuradio >>releases I have laying around. > > > It doesn't appear to have ever existed, as far as I can tell. > Everywhere fractional interpolation is used in the tree, the low-level > gri_mmse_fir_interpolator implementation is used. > > The gr_ wrapper does look functional, but I just spotted a bug in its > constructor, so it looks like a work-in-progress that never got finished. Yes, I spotted it too now: d_mu (phase_shift), d_mu_inc (interp_ratio), d_interp() should be d_mu (phase_shift), d_mu_inc (interp_ratio), d_interp(new gri_mmse_fir_interpolator()) > > >>Could anybody tell me how to get gr_fractional_interpolator to work >>or where gr_fractional_interpolator.i is. > > > I'll add getting this to work to my queue :-) I don't mind getting it to work myself. I just don't like inventing the wheel twice.
I will try to get it to work in my tree branches/developers/nldudok1/general-wip and let you know when its done. Greetings, Martin > _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio