Re: [Discuss-gnuradio] Rational Resampler no output.

2017-06-27 Thread Cor Legemaat
git pull https://github.com/marcusmueller/gnuradio >   window_fix_floating_point_math  > > > (or, alternatively, attached patch, cd gnuradio; git apply > /path/to/patchfile.patch ) > > > > Thank you!! > > > >     Marcus >

Re: [Discuss-gnuradio] Rational Resampler no output.

2017-06-26 Thread Cor Legemaat
https://github.com/gnuradio/gnuradio/issues/1348 Regards: Cor On Mon, 2017-06-26 at 14:11 +0200, Marcus Müller wrote: > > That's mightily interesting! I feel like we should be doing bug >   reports, but I'm not sure where. > > > > >     On 26.06.

Re: [Discuss-gnuradio] Rational Resampler no output.

2017-06-25 Thread Cor Legemaat
and screw all the rest of the calculations. This only happens when compiled with "CFLAGS=-march=native -O2", if I don't specify the march it's working correctly. The function is called on my system with taps=787 and beta = 7. Regards: Cor On Wed, 2017-06-21 at 15:13 +0200, Cor

Re: [Discuss-gnuradio] Rational Resampler no output.

2017-06-21 Thread Cor Legemaat
ion in gr::filter::firdes::low_pass actually returned the > >   right float values, would you feel that, with a few hints, be able >   to do that? > Best regards, > Marcus > > > > > On 01.06.2017 07:20, Cor Legemaat >   wrote: > > >

Re: [Discuss-gnuradio] Rational Resampler no output.

2017-05-31 Thread Cor Legemaat
tion_band,   > # trans mid point >   trans_width,   > # transition width >   filter.firdes.WIN_KAISER, >       beta)  > # beta > >     return taps

Re: [Discuss-gnuradio] Rational Resampler no output.

2017-05-29 Thread Cor Legemaat
] as "taps", do you get output? > Best regards, > Marcus > > ¹ "wat?!" > > On 29.05.2017 06:35, Cor Legemaat wrote: > > Hi: > > > > I have 2 different hardware setup's with funtoo/gentoo and gnuradio > > installed. On the Intel system the &

[Discuss-gnuradio] Rational Resampler no output.

2017-05-28 Thread Cor Legemaat
Hi: I have 2 different hardware setup's with funtoo/gentoo and gnuradio installed. On the Intel system the "Rational Resampler" is working correctly but on the AMD system there is no output. This is on a flow graph for an basic wide band fm receiver based on the USPR 10min fm receiver tutorial.