[Discuss-gnuradio] problem with http link to Soft-DVB video

2007-12-19 Thread Vincenzo Pellegrini
if someone had problems with this link http://httpwww.interfree.it/Realtime_Soft-DVB.mp4 i guess it was just because the file was still being uploaded when I sent the email... now everything should be ok thanks vincenzo ___ Discuss-gnuradio mai

[Discuss-gnuradio] Filter FIR on FPGA

2007-12-19 Thread tarara
Hello, I'm working on FPGA and in particulary on side RX. I want to insert a filter FIR pass band after the output of ADC and before the input of DDC. The filter is simulated across MATLAB in particulary across "fdatool" and it is written in verilog. What's the sampling frequency for this filter FI

Re: [Discuss-gnuradio] Filter FIR on FPGA

2007-12-19 Thread Brian Padalino
On Dec 19, 2007 9:22 AM, <[EMAIL PROTECTED]> wrote: > Hello, > I'm working on FPGA and in particulary on side RX. I want to insert a filter > FIR > pass band after the output of ADC and before the input of DDC. The filter is > simulated across MATLAB in particulary across "fdatool" and it is writ

[Discuss-gnuradio] USRP timestamps

2007-12-19 Thread Tomek
Hello! I´ve got a code to write and need some help. I´ve got gnuradio installed and the USRP up and running. I need to write some python code that does the following: - it captures wlan traffic and tells me at which time a packet arrived and at which time the transmission of this packet end

[Discuss-gnuradio] missing python package

2007-12-19 Thread Ed Criscuolo
I just ran a macports upgrade of py-gtk2 to version 2.10.4, and now GRC won't run. Gives the error message: Missing critical module: "pygtk" Exiting! GRC and GnuRadio were running fine before I did the upgrade. System stats are: MacBook Pro w/Intel core 2 Duo processor OSX 10.4.11 GnuRadio

[Discuss-gnuradio] Cygwin Python Import Error

2007-12-19 Thread JackyYang
Dear Sir: Hi, I am install gnuradio with cygwin on the vista. In the /usr/src/gnuradio-3.1.1/gnuradio-examples/python, I want to choose any example to run test. So, that into the /audio, and type command: $python audio_fft.py I gat a result: Traceback (most recent call last): Fi

[Discuss-gnuradio] RE: USRP - radio astronomy

2007-12-19 Thread Frank Rawlins
Yes Lars, I'm sure you are correct, it's something to do with our version of Python. When I downloaded and installed a required package 'wxWidgets (wx-common)' and 'wxPython (python-wxgtx2.6)' I had a message to say wx- was previously named 'wxWindows'. Guess what? The last line of my

Re: [Discuss-gnuradio] RE: USRP - radio astronomy

2007-12-19 Thread Marcus Leech
Frank Rawlins wrote: > > Yes Lars, I'm sure you are correct, it's something to do with our > version of Python. > > When I downloaded and installed a required package 'wxWidgets > (wx-common)' and 'wxPython (python-wxgtx2.6)' > I had a message to say wx- was previously named 'wxWindows'. >

Re: [Discuss-gnuradio] PSK31 with GNU Radio

2007-12-19 Thread Martin Dvh
Dan MD1CLV wrote: > Hi all, > > Is anyone using GNURadio to modulate or demodulate PSK31? According to > the archives, Chuck Swiger did have this working, but the page with his > code on is gone and it isn't archived on the wayback machine. Chuck has put up a new webpage at http://www.swigerco.co

Re: [Discuss-gnuradio] missing python package

2007-12-19 Thread Michael Dickens
I just tried using py25-gtk2 (2.12.0; my personal install with a Python 2.5 framework, which is also a personal install), and it works just fine. I'm moving back to Python 2.4 (not my personal install, just MacPorts) to test that out, and will report back when I know more ... I didn't have

Re: [Discuss-gnuradio] Cygwin Python Import Error

2007-12-19 Thread Don Ward
So, that into the /audio, and type command: $python audio_fft.py I gat a result: Traceback (most recent call last): File "audio_fft.py", line 23, in From gnuradio import gr, gru, audio ImportError: No module named gnuradio Is there a "gnuradio" directory in /usr/local/lib/python2.5/site

Re: [Discuss-gnuradio] missing python package

2007-12-19 Thread Michael Dickens
NOTE: My previous comment about WX not working properly applied to Python 2.5, not Python 2.4. Apparently the latter searches subdirectories while the former does not. Thus the need to link in subdirector(ies) into the actual PYTHONPATH. After getting the necessary background stuff instal