Re: [Discuss-gnuradio] execute MATLAB code with mlab_call

2008-03-28 Thread Gregory Maxwell
On Fri, Mar 28, 2008 at 1:09 PM, Greg Troxel <[EMAIL PROTECTED]> wrote: > There are several issues. One is following the proprietary program's > license, and another is complying with the GPL, which requires that all > of any derivative work be licensed under the GPL. > > Then, there's the cul

RE: [Discuss-gnuradio] GNU Radio on VMWare

2008-03-28 Thread Mr. mollasadra
Well, That DID solve the problem (I hadn't installed sdcc, so I did and it worked). but now I'm trying to connect the USRP to the VMWare via usb but when I run a sample demo I'm getting this error: $ python usrp_wfm_rec.py Traceback (most recent call last): File "usrp_wfm_rec.py", line 25,

[Discuss-gnuradio] FM receiver in Ubuntu 7.1

2008-03-28 Thread Ahmet Hasim Gokceoglu
Hi, I have two computers one with Ubuntu 6.01 and the other with 7.1 . The fm receiver example with gui, "usrp_wfm_rcv.py" works fine with version 6.01 . However, when I try to run the same example in 7.1 I cannot control the bars to adjust frequency, volume..etc with mouse and after a little that

Re: [Discuss-gnuradio] execute MATLAB code with mlab_call

2008-03-28 Thread Greg Troxel
Dev Ramudit <[EMAIL PROTECTED]> writes: >> I wonder if you could make this work with octave. MATLAB is decidedly >> non-Free, and thus I'd expect that any support to interoperate with >> MATLAB probably wouldn't be eligble for integration into the tree. >> >> How do you link this in such a way th

Re: [Discuss-gnuradio] execute MATLAB code with mlab_call

2008-03-28 Thread Dev Ramudit
Greg Troxel wrote: I've been working with a colleague who works mostly in MATLAB to prototype and test the work we're doing, so I've written a block that uses the MATLAB engine interface to execute MATLAB code as part of a flowgraph. I wonder if you could make this work with octa

Re: [Discuss-gnuradio] execute MATLAB code with mlab_call

2008-03-28 Thread Greg Troxel
I've been working with a colleague who works mostly in MATLAB to prototype and test the work we're doing, so I've written a block that uses the MATLAB engine interface to execute MATLAB code as part of a flowgraph. It's based on the howto-write-a-block example, and can be built and

Re: [Discuss-gnuradio] python-problem

2008-03-28 Thread wolfgang buesser
O.k. I seem to have figured it out myself. In case anybody else might run into the same problem: I installed numpy-1.0.4 from the source. This seems to be required on SuSE 10.3 eventhough a file named _numpy.so was present in /usr/lib/python2.5/site-packages/Numeric beforehand. I don't understa

Re: [Discuss-gnuradio] Question: mpsk_receiver_cc

2008-03-28 Thread Brian Padalino
On Fri, Mar 28, 2008 at 8:06 AM, Jason Anders <[EMAIL PROTECTED]> wrote: > > I would like to ask how to use mpsk_receiver_cc. The C++ code for the implementation can be found here: http://gnuradio.org/trac/browser/gnuradio/trunk/gnuradio-core/src/lib/general/gr_mpsk_receiver_cc.cc It looks

Re: [Discuss-gnuradio] Question: Setting Rx-A and RX-B Daughterboard on simultaneously

2008-03-28 Thread Brian Padalino
On Fri, Mar 28, 2008 at 5:03 AM, Jason Anders <[EMAIL PROTECTED]> wrote: > Hi all! > > > Is it possible to set both the Rx-A and the Rx-B (of the BASIC Rx > daughterboard) to ON while at the same time allowing I and Q sampling? How > will this be done? So a while ago, I tried to put together a li

[Discuss-gnuradio] Question: mpsk_receiver_cc

2008-03-28 Thread Jason Anders
I would like to ask how to use mpsk_receiver_cc. Thanks! ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] gr-atsc's current status

2008-03-28 Thread ryan . j . cofell
Hello, I was just curious on what the current status of the atsc code is. Is it completely ported to 2.x, or is there some functionality still missing? I'm part of a senior design group(3 electrical/computer engineering students) and we were looking at implementing an ATSC receiver/decoder with a

[Discuss-gnuradio] Re: Artwork

2008-03-28 Thread Patrick Strasser
Brian Padalino wrote am 2008-03-27 23:05: On Thu, Mar 27, 2008 at 5:57 PM, Eric Blossom <[EMAIL PROTECTED]> wrote: IIRC Arial == Helvetica. Not sure about Georgia. Georgia closely resembles Times New Roman. I made 2 new versions with DejaVue (Bitsream Vera) and FreeFont fonts. I'd like to

[Discuss-gnuradio] Re: capture ADSL signal with TV card?

2008-03-28 Thread Patrick Strasser
Torsten Strelow wrote am 2008-03-28 06:40: Hi, do you think it is possible to use a CX2388x based TV card ( see http://www.geocities.com/how_chee/cx23881fc6.htm ) to capture the signal of an ADSL2+ Annex B line? Annex B uses the frequency range from 138kHz to 2,2 MHz. Hello Thorsten Your refe

[Discuss-gnuradio] Question: Setting Rx-A and RX-B Daughterboard on simultaneously

2008-03-28 Thread Jason Anders
Hi all! Is it possible to set both the Rx-A and the Rx-B (of the BASIC Rx daughterboard) to ON while at the same time allowing I and Q sampling? How will this be done? Thanks! ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu

[Discuss-gnuradio] python-problem

2008-03-28 Thread wolfgang buesser
Hi, I have just installed gnuradio 3.1.1 on a SuSE-linux 10.3 make performed without errors however make check reports: == ERROR: test_blks_import (__main__.test_head) --