Re: [Discuss-gnuradio] latest version of gr_python.m4

2005-08-08 Thread Eric Blossom
On Tue, Aug 09, 2005 at 01:32:17PM +0930, Beck, Andrew Thomas - BECAT001 wrote: > I want to submit a patch for this and a mod > to gr-audio-windows to compile under cygwin. To what > address should I submit these patches. I have the > "How to generate patches" e-mail from sometime ago, > but the ad

RE: [Discuss-gnuradio] latest version of gr_python.m4

2005-08-08 Thread Beck, Andrew Thomas - BECAT001
Title: RE: [Discuss-gnuradio] latest version of gr_python.m4 I want to submit a patch for this and a mod to gr-audio-windows to compile under cygwin. To what address should I submit these patches. I have the "How to generate patches" e-mail from sometime ago, but the address has been removed.

RE: [Discuss-gnuradio] grnudadio-core test code

2005-08-08 Thread Beck, Andrew Thomas - BECAT001
Title: RE: [Discuss-gnuradio] grnudadio-core test code I'm actually using cygwin so the directory is /usr/lib/python2.4/site-packages/gnuradio/gr In any event, it didn't work. The test still fails. I'm a little confused though, since the two tests appear to be C++ compiled into executables

Re: [Discuss-gnuradio] fft display frequency spotting

2005-08-08 Thread Chuck Swiger
At 01:52 PM 8/3/2005 -0700, you wrote: There's a method in gr-wxgui/src/python/plot.py that maps mouse x/y to model space: GetClosestPoint. The plot.py builtin example uses it. Using it will allow you to remove the magic numbers and it also should work when you resize the window. Not a big

Re: [Discuss-gnuradio] grnudadio-core test code

2005-08-08 Thread mjam01
this time with the proper directory... to solve it delete all the pyc files in: C:\Python24\Lib\site-packages\gnuradio\gr and it will work again. mike On 08/08/05, mjam01 <[EMAIL PROTECTED]> wrote: > hey, > > try deleting all the .pyc files (+ any other compiled python files) in > the c:\pyth

Re: [Discuss-gnuradio] grnudadio-core test code

2005-08-08 Thread mjam01
hey, try deleting all the .pyc files (+ any other compiled python files) in the c:\python24\libs\gnuradio folders. i had the same errors coming up with mingw. mike m0mik.org/gnuradio/ On 08/08/05, Beck, Andrew Thomas - BECAT001 <[EMAIL PROTECTED]> wrote: > > > Hi All, > I'm getting a puzzlin

[Discuss-gnuradio] Lets try again: Patch to add a new block to convert from float to unsigned char. Needed for new tv-reception example.

2005-08-08 Thread Martin Dvh
Forgot to attach the patch, now it is there. (If everybody is ok with it I can just do a commit) 2005-08-08 Martin Dudok van Heel Addded a new block to convert from float to unsigned char. Needed for new tv-reception example. * src/lib/general/gr_float_to_uchar.{cc,h,i}: new

[Discuss-gnuradio] waterfall_sink_c correction

2005-08-08 Thread James Smith
Hi All, I don't know how many people have used waterfall_sink_c, but when I used it I noticed that the spectrum was split up at 0. | +++ +++ | ------ | instead of | --- -- - 0 ++++++ | which is how fft_sink_c displays it. I made the changes below to correct this.

[Discuss-gnuradio] Patch to add a new block to convert from float to unsigned char. Needed for new tv-reception example.

2005-08-08 Thread Martin Dvh
2005-08-08 Martin Dudok van Heel Addded a new block to convert from float to unsigned char. Needed for new tv-reception example. * src/lib/general/gr_float_to_uchar.{cc,h,i}: new * src/lib/general/gri_float_to_uchar.{cc,h}: new * src/lib/general/Makefile.am: changed.

Re: [Discuss-gnuradio] grnudadio-core test code

2005-08-08 Thread Eric Blossom
Stephane, Martin, any ideas about this? Eric On Mon, Aug 08, 2005 at 10:52:00PM +0930, Beck, Andrew Thomas - BECAT001 wrote: > Hi All, > I'm getting a puzzling result running the tests for gnuradio-core > under cygwin. I build with no problems. > > If I run src/tests/test_vmcircbuf I get one pas

[Discuss-gnuradio] grnudadio-core test code

2005-08-08 Thread Beck, Andrew Thomas - BECAT001
Title: grnudadio-core test code Hi All, I'm getting a puzzling result running the tests for gnuradio-core under cygwin. I build with no problems. If I run src/tests/test_vmcircbuf I get one pass: Testing gr_vmcircbuf_createfilemapping_factory... ... gr_vmcircbuf_createfilemapping_factor