Re: [Discuss-gnuradio] pll_refout_cc - finding optimum alpha beta ??

2006-03-20 Thread Eric Blossom
On Fri, Mar 17, 2006 at 10:48:24AM -0800, Matt Ettus wrote: It just seeemd strange to me that a very large number, d_freq, which is bounds limited to between d_min_freq and d_max_freq, is inside a function trying to limit it's output to between +PI and -PI. if(100e3 M_PI)

Re: [Discuss-gnuradio] jackit cvs rep not accessible

2006-03-20 Thread Eric Blossom
On Mon, Mar 20, 2006 at 12:28:28PM +0100, Matteo Campanella wrote: Hello, the cvs repository for jackit seem not accessible from here at least from Sunday morning... it just hangs at login time. Alot of other projects, always located on sf are perfectly accessible instead... is any of you

Re: [Discuss-gnuradio] pll_refout_cc - finding optimum alpha beta ??

2006-03-20 Thread Eric Blossom
On Fri, Mar 17, 2006 at 11:06:00AM -0500, Charles Swiger wrote: On Thu, 2006-03-16 at 19:55 -0500, Robert McGwier wrote: phase is ALWAYS computed in an NCO by phase = phase + freq so this says that phase_new = (phase_old + GAIN_FOR_PHASE*measured-phase-err) + NewFrequency. SO

Re: [Discuss-gnuradio] Can't find fgpa bitstream

2006-03-20 Thread Eric Blossom
On Sun, Mar 19, 2006 at 12:48:21PM +1030, Berndt Josef Wulf wrote: On Sunday 19 March 2006 11:00, Vincenzo Pellegrini wrote: I'd be really thankful if somebody could shade light on this error.when I get to this point the green led on usrp has already slowed down to 1 Hz.but it seems I can't

Re: [Discuss-gnuradio] jackit cvs rep not accessible

2006-03-20 Thread Robert McGwier
It really is a shame to see this once spectacular resource go straight across the River Styx into the fire. Do we have any idea what the overall problem is? Bob Eric Blossom wrote: On Mon, Mar 20, 2006 at 12:28:28PM +0100, Matteo Campanella wrote: Hello, the cvs repository for jackit

[Discuss-gnuradio] jackit cvs rep not accessible

2006-03-20 Thread Matteo Campanella
Hello, the cvs repository for jackit seem not accessible from here at least from Sunday morning... it just hangs at login time. Alot of other projects, always located on sf are perfectly accessible instead... is any of you experiencing the same thing? regards Matteo

[Discuss-gnuradio] Firmware files not installed in current version of usrp

2006-03-20 Thread Berndt Josef Wulf
G'day, usrp-cvs doesn't install firmware files. std_Files had to be copied manually. cheerio Berndt pgpVMbbeo1G3j.pgp Description: PGP signature ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

[Discuss-gnuradio] headsup: gr-audio-portaudio on NetBSD

2006-03-20 Thread Berndt Josef Wulf
G'day, I've built and installed gr-audio-portaudio on NetBSD-i386-current and ran mono_tone_portaudio and multi_tone_portaudio without problems. I plan to create a pkgsrc package once portaudio implemented the pkg-config code changes. I've noted that I was unable to specifiy the audio device

Re: [Discuss-gnuradio] jackit cvs rep not accessible

2006-03-20 Thread Eric Blossom
On Mon, Mar 20, 2006 at 01:08:19PM -0500, Robert McGwier wrote: It really is a shame to see this once spectacular resource go straight across the River Styx into the fire. Do we have any idea what the overall problem is? Bob My guess is that they have insufficient revenue to support the

Re: [Discuss-gnuradio] Modifying vectors

2006-03-20 Thread Patrick Strasser
Eric Blossom wrote: On Fri, Mar 17, 2006 at 10:27:45AM +0100, Patrick Strasser wrote: Hello! fft = gr.fft_vfc(fft_size, True, window.hanning(fft_size)) ifft = gr.fft_vcc(fft_size, False, window.hanning(fft_size)) self.connect(s2p, fft ) self.connect(fft, ifft

Re: [Discuss-gnuradio] jackit cvs rep not accessible

2006-03-20 Thread Eric Blossom
On Mon, Mar 20, 2006 at 07:44:41PM +0100, Matteo Campanella wrote: Well, in the meanwhile, as jackaudio seems the only way to use a soundcard based decoding software as gmfsk or drm with usrp, is there anyone with a quite recent cva checkout willing to tarball it and send down here?

Re: [Discuss-gnuradio] Trouble running test programs

2006-03-20 Thread jjw
Just to clarify because I'm guessing this will be the first guessI already have LD_LIBRARY_PATH set to /home/jjw27370/gr/lib -- View this message in context: http://www.nabble.com/Trouble-running-test-programs-t1313375.html#a3501148 Sent from the GnuRadio forum at Nabble.com.

Re: [Discuss-gnuradio] Trouble running test programs

2006-03-20 Thread jjw
I've determined that there are two possible solutions to my problem. The first problem I do not have proper permissions on my user name in order to access the USB? I've looked at a couple different methods for giving myself permissions (I have access to root) and nothing seems to work. The

[Discuss-gnuradio] Sourceforge CVS up again?

2006-03-20 Thread Lamar Owen
It seems as of 18:11 EST Sourceforge CVS is back up; I was able to get a checkout of usrp. Yep, got a fresh checkout twice. -- Lamar Owen Director of Information Technology Pisgah Astronomical Research Institute 1 PARI Drive Rosman, NC 28772 (828)862-5554 www.pari.edu

[Discuss-gnuradio] Using gr.vector_source_f()

2006-03-20 Thread Suhrid Bhatt
Hello All! I am a new gnu radio user and am stuck with an elementary problem... I am trying to generate a data-driven source using gr.vector_source_f() with the following code: #!/usr/bin/env python from gnuradio import gr from gnuradio import usrp def build_graph (): fg =

Re: [Discuss-gnuradio] portaudio sink, partial succes on windows

2006-03-20 Thread Robert McGwier
This is excellent news. I can't believe we have only been attempting this for a little over a week. It will improve. Please change the 10.66 ms interval in check_topology UPWARDS until the crackling stops. I am sure you are not able to handle 11 msec latency with wmme. You will be