Re: [Discuss-gnuradio] PCB's and Schematics

2008-01-19 Thread Dan King
brd files are from Eagle. http://www.cadsoft.de/ On Jan 19, 2008 11:53 PM, Eric Blossom <[EMAIL PROTECTED]> wrote: > On Sat, Jan 19, 2008 at 07:13:04PM -0800, obn4uticus wrote: > > Does anyone here know what to open the usrp-hw .ps, .scm, and .brd files > > with. I tried with gEDA which failed fo

Re: [Discuss-gnuradio] PCB's and Schematics

2008-01-19 Thread Eric Blossom
On Sat, Jan 19, 2008 at 07:13:04PM -0800, obn4uticus wrote: > Does anyone here know what to open the usrp-hw .ps, .scm, and .brd files > with. I tried with gEDA which failed for the pad layout. .ps are PostScript files. Try evince, gv, ghostscript, printing, etc .scm are gschem files. Not sure

[Discuss-gnuradio] PCB's and Schematics

2008-01-19 Thread obn4uticus
Does anyone here know what to open the usrp-hw .ps, .scm, and .brd files with. I tried with gEDA which failed for the pad layout. Thanks -- *Thomas Kilbride* Embedded Develpoment Dpt. TCNiSO Email: [EMAIL PROTECTED] Phone: 1+(360)968-1244

Re: [Discuss-gnuradio] Re: Information on ticket:181 and invitation to help (long)

2008-01-19 Thread Eric Blossom
On Sun, Jan 20, 2008 at 12:02:20AM +0100, Patrick Strasser wrote: > I have Debian unstable 32bit: > > [EMAIL PROTECTED]:~$ python > Python 2.4.4 (#2, Apr 5 2007, 20:11:18) > [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2 > Type "help", "copyright", "credits" or "license" for more in

Re: [Discuss-gnuradio] Re: Information on ticket:181 and invitation to help (long)

2008-01-19 Thread Johnathan Corgan
Thanks everyone for testing and reporting your results. We have a workaround checked into the GNU Radio trunk that so far seems to be holding without any side effects. What we need now is to know if there are configurations for which this workaround is not effective. So, if you'd like, please up

[Discuss-gnuradio] Re: Information on ticket:181 and invitation to help (long)

2008-01-19 Thread Patrick Strasser
I have Debian unstable 32bit: [EMAIL PROTECTED]:~$ python Python 2.4.4 (#2, Apr 5 2007, 20:11:18) [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from gnuradio import gr >>> gr.firdes.hilbert(0) terminate ca

Re: [Discuss-gnuradio] Question: Array of complex numbers as input

2008-01-19 Thread Johnathan Corgan
On 1/19/08, George Nychis <[EMAIL PROTECTED]> wrote: > Whatever "plain old data" might actually be. See: http://en.wikipedia.org/wiki/Plain_Old_Data_Structures Custom GNU Radio input and output streams can be any form of data the user wishes, as long as it has a fixed length in memory (itemsize

Re: [Discuss-gnuradio] blks2.synthesis_filterbank

2008-01-19 Thread Johnathan Corgan
beezle bub wrote: > Problem solved. As it turns out, it was just a connect issue--things > were being hooked up wrong in both my code and > blks2.synthesis_filterbank. I am not sure how to check in code to the > branch. Could one of you check this in? Thanks, this has been tested and checked i

Re: [Discuss-gnuradio] Information on ticket:181 and invitation to help (long)

2008-01-19 Thread Jan Schiefer
$ python Python 2.4.4 (#1, Nov 1 2007, 23:42:22) [GCC 4.1.2 (Gentoo 4.1.2)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from gnuradio import gr >>> gr.firdes.hilbert(0) terminate called after throwing an instance of 'std::out_of_range' what(): Hilbert:

RE: [Discuss-gnuradio] blks2.synthesis_filterbank

2008-01-19 Thread beezle bub
Hey there, Problem solved. As it turns out, it was just a connect issue--things were being hooked up wrong in both my code and blks2.synthesis_filterbank. I am not sure how to check in code to the branch. Could one of you check this in? The file is "filterbank.py", found on my system in /us

Re: [Discuss-gnuradio] Question: Array of complex numbers as input

2008-01-19 Thread George Nychis
Jason Anders wrote: Hi again! I am trying to make a signal processing block that uses an array of complex numbers at its input. I was just wondering whether &input_items can support this. I was told that the &input_items are simply "plain old data." So if I cannot pass an array of complex num

Re: [Discuss-gnuradio] Need info for paper.

2008-01-19 Thread Philip Balister
On Jan 18, 2008 11:17 PM, Bob McGwier <[EMAIL PROTECTED]> wrote: > I have two of the Lyrtech boards and with the develpment tools for DSP > chip and FPGA. Using Matlab simulink, and code generation, etc. for > rapid prototyping this is just about ohh, one hundred grand.. In my spare time I am

[Discuss-gnuradio] Question: Array of complex numbers as input

2008-01-19 Thread Jason Anders
Hi again! I am trying to make a signal processing block that uses an array of complex numbers at its input. I was just wondering whether &input_items can support this. I was told that the &input_items are simply "plain old data." So if I cannot pass an array of complex numbers as an input argumen