Re: [Discuss-gnuradio] Software stopping of runaway realtime processes?

2007-02-10 Thread Eric Blossom
On Fri, Feb 09, 2007 at 09:56:24PM -0500, Frank Brickle wrote: > Dan Halperin wrote: > > > I can't think of what else to try... > > /etc/security/limits.conf? > > Frank Never noticed that before. Is it part of SELINUX? Eric ___ Discuss-gnuradio ma

[Discuss-gnuradio] Cygwin Python Import Error

2007-02-10 Thread Brian Padalino
I had an old version of GNURadio installed on my cygwin setup, but decided to get the current development version in the svn repository. After checking it out, bootstrapping, configuring and starting a make - I had an error where the linker complained about omnithread being made into a static lib

Re: [Discuss-gnuradio] rational_resampling question

2007-02-10 Thread Eric Blossom
On Fri, Feb 09, 2007 at 01:26:30PM -0800, Hans Glitsch wrote: > Hello, > > If I want to use the rational resampler without filtering, is it valid do > this? > > taps = [1] > self.resampler = gr.rational_resampler_base_scc( 3, 2, taps ) If by valid you mean, "will it compute what I ask it", the