Re: [Discuss-gnuradio] Problems with GNU Radio 2.6

2006-03-27 Thread Rafael Schena
The problem was that I had built FFTW wrongly, according to the installation guide, and then all the examples that used USRP did not work, returning only Segmentation Fault ("Falha de segmentação", in portuguese). After the correct building, all the examples worked perfectly. -- View this message

Re: [Discuss-gnuradio] Problems with GNU Radio 2.6

2006-03-27 Thread Eric Blossom
On Mon, Mar 27, 2006 at 10:22:47AM -0800, Rafael Schena wrote: > > I built GNU Radio yesterday, and I can't run the USRP examples. > It returns the message: "segmentation fail" and the USRP examples do not > work. > Audio examples run normally. > > Thanks, > > Rafael Schena Rafael, we're not mi

Re: [Discuss-gnuradio] (no subject)

2006-03-27 Thread Matt Ettus
Matteo Campanella wrote: > hello everyone any documentation detail on: > > gr_pll_carriertracking_cc > gr_pll_freqdet_cf > gr_pll_refout_cc > I have added some basic documentation to the header files in CVS. Matt ___ Discuss-gnuradio mailing list Di

Re: [Discuss-gnuradio] Problems with GNU Radio 2.6

2006-03-27 Thread Rafael Schena
*the correct tradution is "segmentation fault" -- View this message in context: http://www.nabble.com/Problems-with-GNU-Radio-2.6-t1350905.html#a3618443 Sent from the GnuRadio forum at Nabble.com. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gn

[Discuss-gnuradio] Problems with GNU Radio 2.6

2006-03-27 Thread Rafael Schena
I built GNU Radio yesterday, and I can't run the USRP examples. It returns the message: "segmentation fail" and the USRP examples do not work. Audio examples run normally. Thanks, Rafael Schena -- View this message in context: http://www.nabble.com/Problems-with-GNU-Radio-2.6-t1350905.html#a361

[Discuss-gnuradio] (no subject)

2006-03-27 Thread Matteo Campanella
hello everyone any documentation detail on: gr_pll_carriertracking_cc gr_pll_freqdet_cf gr_pll_refout_cc ? mny tnx ciao Matteo iz2eeq ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Cross Correlation Function

2006-03-27 Thread Martin Dvh
sunflower wrote: > Hi, > Did anybody know how to implement cross correlation function? Thanks. > It is not gr_simple_correlator, is it? > Thanks > > > ___ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > http://lists.gnu.org/mailman/listinfo

Re: [Discuss-gnuradio] FSK with TX-RX in ISM-band 433 Mhz

2006-03-27 Thread Luis Simoes
Hi Thomas, nice to see someone in the gnuradio world treating with the same problems. In my case the cc1k send 5 preamble bytes (0x) followed by a synchronisation sequence of 0x. After this comes the header and my data. The synchronisation sequence of 0x is the chip pattern of transmi

[Discuss-gnuradio] Sync AM detection in examples

2006-03-27 Thread Charles Swiger
Just committed an update to HF Explorer 2 in gnuradio-examples/python/apps/hf_explorer/hfx2.py which implements synchronous AM detection. The center frequency gets shifted to 7.5kHz in AM and you can definitely hear when the PLL 'locks' onto a carrier. Seems to work. --Chuck

Re: [Discuss-gnuradio] Capturing data to file

2006-03-27 Thread Angilberto Muniz Sb
John, Try this: ... from gnuradio import gru ... mux = gru.hexint(0xf0f0f0f0) ... It works for me... Angilberto. --- jjw <[EMAIL PROTECTED]> wrote: > > Has anybody had any experience using the > capture_to_file.py code from KD7LMO? > (http://kd7lmo.net/ground_gnuradio_software.html) I > am

Re: [Discuss-gnuradio] out of memory, process killed

2006-03-27 Thread Jim Lindstrom
Eric, I haven't been able to reproduce the problem yet, but I'll keep an eye out and let you know if I can. When I ran into ther problem, my machine had been up for a few weeks and I'd been doing some heavy development on it.  I was building a program linked against libusrp (not surprisingly, my

Re: [Discuss-gnuradio] HDTV and Microtune 4937 eval board

2006-03-27 Thread Lamar Owen
On Tuesday 21 March 2006 12:29, mao mao wrote: > >Might I recommend buying a USRP instead, with a >TVRX board? >Because >currently there's NO working HDTV codes for USRP. So I think it's not a >good starting point for me to learn HDTV. That's why I want a mc4020 >instead.Once I've mastered all t

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

2006-03-27 Thread Matteo Campanella
I mean without double sound card and external connectors... if you mean this as well, how do you configure oss or alsa to let usrp sink to something that is the sound source for such a program as gmsfk or drm? As far as I know only jack can... - Original Message - From: "Eric Blossom"

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

2006-03-27 Thread Eric Blossom
On Sun, Mar 19, 2006 at 03:35:42AM +1030, Berndt Josef Wulf wrote: > 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-con

Re: [Discuss-gnuradio] portaudio sink, try round 2

2006-03-27 Thread Martin Dvh
Robert McGwier wrote: > I am hoping the Windows folks can bring their code up now as well. Portaudio is really solid on Windows as I have been using it there for ASIO, MME, and DirectX for two years and after I helped Eric Wachsman get a leg up (by leaning on my friends for help) he got WDM-KS

Re: [Discuss-gnuradio] Cross Correlation Function

2006-03-27 Thread Robert McGwier
Sunflower: the correlator may be used. You may also use the filtering routine by making the appropriate changes to the waveform you wish to cross correlate against the incoming signal such as reverse in time and complex conjugate. What are your needs? sunflower wrote: Hi, Did anybody k

Re: [Discuss-gnuradio] pure python block?

2006-03-27 Thread Matteo Campanella
I guess that, being the array approach the one used in c++ blocks, that would be the best to use in python as well. So I would definitely work with input and output arrays. ciao Matteo > On Thu, Mar 23, 2006 at 09:31:01PM +0100, Matteo Campanella wrote: >> Suppose I am willing to test some ideas,

Re: [Discuss-gnuradio] gr-usrp library

2006-03-27 Thread Eric Blossom
On Wed, Mar 22, 2006 at 08:40:13PM -0800, Ges wrote: > Hi Eric, > > The mail previous to the one below is there on the mailing list. > > Anyway, what I was trying to do was try to get some code that I > wrote using the usrp1_source_c functions to work. I was trying to > link with the gnuradio-cor

Re: Re: [Discuss-gnuradio] FSK with TX-RX in ISM-band 433 Mhz

2006-03-27 Thread Eric Blossom
On Wed, Mar 22, 2006 at 11:44:42AM -0800, Thomas Schmid wrote: > Hi Luis, > > I have the code to decode mica2 motes. It is not perfect yet since I > still use the correlator and I would like to move over to the gmsk way > with proper synchronisation. But it works ;) > > In my case, the cc1k sends

[Discuss-gnuradio] usrp1_make_source libraries

2006-03-27 Thread Ges
Hi Eric, I was trying to use the usrp1_make_source_c and other functions in the usrp1_source_c.cc and usrp1_sink_c.cc files. When I tried to compile and link my code thats uses these functions with the gnuradio-core libraries, it fails. It says undefined reference. Is there some other library fo

Re: [Discuss-gnuradio] porting ATSC to 2.x and USRP

2006-03-27 Thread Eric Blossom
On Tue, Mar 21, 2006 at 05:22:04PM -0800, mao mao wrote: > Sounds good! > > I am still not convinced that USRP can handle ATSC > demodulation. Please tell me how are you gonna recover > the carrier with 16Ms data and 4MHz IF? If this > problem can be solved, the rest are pretty easy. The USRP can