[Discuss-gnuradio] Re: Fft scope frequent hangs

2006-11-19 Thread Josh Jennings
When you say C++, do you mean wxWidgets ? That's what I was thinking. Write a simple, fast plot widget for wxWidgets, then built the appropriate wxPython wrapper for it. No autoscaling. Just pass a transform matrix and the array of samples. I actually started working on a wxwidget hoping

Re: [Discuss-gnuradio] Problems running example audio_fft.py

2006-10-25 Thread Josh Jennings
I suspect that most of our wxPython performance problems could be fixed if someone were to implement a native C++ plotting widget for wxWidgets and then provide the appropriate wxPython binding for it. I was also already looking into this and came across wxCode's wxplot which is taken from the

Re: [Discuss-gnuradio] Problems running example audio_fft.py

2006-10-25 Thread Josh Jennings
I also saw the wxcode component wxplotctl, but that did not compile correctly on my mac or linux. I stand corrected: I was trying to install the wxcode componenets wrong. In order to install the wxcode components you need to go into the src dir of the component and then run make. The readme was

Re: [Discuss-gnuradio] Problems running example audio_fft.py

2006-10-25 Thread Josh Jennings
I stand corrected: I was trying to install the wxcode componenets wrong. In order to install the wxcode components you need to go into the src dir of the component and then run make. Note: This only held for linux. On Mac, wxthings dies (wxthings is needed for wxplotctrl) from an error due to

Re: [Discuss-gnuradio] simple question

2006-09-26 Thread Josh Jennings
The audio problem could be that some other program has the audio device open exclusively. This could be a sound daemon for your desktop (e.g., esound or arts). If you've got those enabled or running, try killing them. I know that on my Ubuntu, I had to disable Enable software sound mixing

Re: [Discuss-gnuradio] recompiling the verilog code

2006-09-23 Thread Josh Jennings
Hi, I noticed there is a project file usrp_std.qpf in the usrp\fpga\toplevel\usrp_std folder but when I opened that file with Quartus II 6.0, it said that the file was previously opened with an older version of Quartus II. That is why I created a new project and added all the files manually. I

Re: [Discuss-gnuradio] looking for fullchip.v for run_fullchip

2006-09-15 Thread Josh Jennings
Hi Matt, I thought that may have been the case. Thanks anyways. Josh On 9/15/06, Matt Ettus [EMAIL PROTECTED] wrote: Josh Jennings wrote: Hi, I am looking for the fullchip.v file for running the run_fullchip testbed in /usrp/fpga/tb. Is this testbed only possible with Quartus II? I am

Re: [Discuss-gnuradio] looking for fullchip.v for run_fullchip

2006-09-14 Thread Josh Jennings
Hi Oussama, Yes the Linux version is not free. I am using the windows version. I am working on Linux as well but I run windows on my laptop and I use the free QuartusII software. Figured. I am studying the functionality of the FPGA as well. Let me know if you're able to run the testbench.

[Discuss-gnuradio] looking for fullchip.v for run_fullchip

2006-09-13 Thread Josh Jennings
Hi, I am looking for the fullchip.v file for running the run_fullchip testbed in /usrp/fpga/tb. Is this testbed only possible with Quartus II? I am interested in *getting to know* the fpga a little better. Other testbeds seem to work ok for me using gEDA tools. It seems Quartus II is only

[Discuss-gnuradio] big endian/little endian conversion blocks: gr-byteorder

2006-08-31 Thread Josh Jennings
Hi, This is an update/improvement to a previous post that ran a few weeks ago regarding reading and listening to .dat files written on little endian or big endian machines. Here is the original thread: http://lists.gnu.org/archive/html/discuss-gnuradio/2006-08/msg00041.html In response to this,

Re: [Discuss-gnuradio] No audio on os x reading .dat files

2006-08-19 Thread Josh Jennings
it seems a minor one since it seems most people using gnuradio use their own methods of generating/acquiring signals. Da know, addressing endianness could be taken for granted but it may bite back later. Thanks, Josh On 8/18/06, John Clark [EMAIL PROTECTED] wrote: Josh Jennings schrieb: As far as I

Re: [Discuss-gnuradio] No audio on os x reading .dat files

2006-08-15 Thread Josh Jennings
your issue when I get there. - MLD On Aug 14, 2006, at 12:29 PM, Josh Jennings wrote: Well, I have installed gnuradio on my linux at work and the dat files I downloaded and used with the scripts from http://www.kd7lmo.net/ground_gnuradio_software.html work just fine. Must be an os x thing

Re: Re: [Discuss-gnuradio] No audio on os x reading .dat files

2006-08-15 Thread Josh Jennings
Hi Eric, Thanks for the idea. This had started to dawn on me after I wrote the email and was on my way home ;-) Josh On 8/15/06, Eric Blossom [EMAIL PROTECTED] wrote: On Tue, Aug 15, 2006 at 05:52:50PM +0200, Josh Jennings wrote: Hi Michael, Having thought about this a little more, I don't

Re: [Discuss-gnuradio] No audio on os x reading .dat files

2006-08-14 Thread Josh Jennings
4, 2006, at 6:15 AM, Josh Jennings wrote: My hardware is: OS X Tiger 10.4.(6? or whatever the latest update is, don't have my ibook here with me at the moment), 1.33 GHz iBook G4, USB2.0, nothing fancy but runs good. I do not have the usrp board and no rf frontend, just the software. All

Re: [Discuss-gnuradio] No audio on os x reading .dat files

2006-08-04 Thread Josh Jennings
-- Forwarded message -- From: Josh Jennings [EMAIL PROTECTED] Date: Aug 4, 2006 12:08 PM Subject: Re: [Discuss-gnuradio] No audio on os x reading .dat files To: Michael Dickens [EMAIL PROTECTED] Hi Michael, Thanks for responding. My hardware is: OS X Tiger 10.4.(6? or whatever

[Discuss-gnuradio] No audio on os x reading .dat files

2006-08-03 Thread Josh Jennings
Hi everyone, I have successfully installed gnu-radio from cvs following the install instructions from Jon Jacky: http://staff.washington.edu/~jon/gr-osx/gr-osx-prereq.html I am on OS X Tiger, 1.33 GHz iBook G4. I am using the gr-audio-osx. I do not have any hardware, but the usrp and gr-usrp