Re: [Discuss-gnuradio] gr_vector_source_c.cc segmentation fault

2007-03-01 Thread Eric Blossom
On Thu, Mar 01, 2007 at 10:46:45PM -0500, Liu Xin wrote: > Hello, All: > > My program got Segmentation Fault. I used gdb to trace the process and got > the following return: > === > (gdb) continue > Continuing. > [New Thread -1223844944 (

Re: [Discuss-gnuradio] InBand Signaling: Schedule

2007-03-01 Thread Brian Padalino
On 3/1/07, Thibaud Hottelier <[EMAIL PROTECTED]> wrote: Hello, We (George and me) have added a schedule page to the wiki : http://gnuradio.org/trac/wiki/InBandSignalingSched Could you please look it over, add anything missing and suggest deadline. I can work on the FPGA, but I don't think I wil

[Discuss-gnuradio] gr_vector_source_c.cc segmentation fault

2007-03-01 Thread Liu Xin
Hello, All: My program got Segmentation Fault. I used gdb to trace the process and got the following return: === (gdb) continue Continuing. [New Thread -1223844944 (LWP 25403)] Program received signal SIGSEGV, Segmentation fault. [Switch

Re: [Discuss-gnuradio] mblock linking error

2007-03-01 Thread Eric Blossom
On Thu, Mar 01, 2007 at 06:27:54PM -0800, Johnathan Corgan wrote: > Eric Blossom wrote: > > >> Progress, I suppose :-) > > > > Did you have GNU Radio stuff installed in /usr/local/lib when you ran > > the test? > > > > Also, we may need to run > > > > # ldconfig > > > > after editing /etc/l

Re: [Discuss-gnuradio] mblock linking error

2007-03-01 Thread Johnathan Corgan
Eric Blossom wrote: >> Progress, I suppose :-) > > Did you have GNU Radio stuff installed in /usr/local/lib when you ran > the test? > > Also, we may need to run > > # ldconfig > > after editing /etc/ld.so.conf to update the dynamic loader's cache. I just verified: - no /usr/local/lib in

Re: [Discuss-gnuradio] USRP + case = electrical short??

2007-03-01 Thread George Barrinuevo
Hello, I experienced a similar issue with my BasicRX and other daughterboard. Here is what I found. When all is working fine, the motherboards green LED blinks. Otherwise, it does not blink or come on when there is a short. When I loosened the nut/washer that holds the SMA jumper cable to the

[Discuss-gnuradio] USRP + case = electrical short??

2007-03-01 Thread Weber, Michael J. (US SSA)
Hello, I have a USRP with an RFX2400 mounted on the A side and a FLEX900 mounted on the B side. Everything works great UNTIL I connect the SMA jumpers from a TX/RX port on either board to the case. When the connection between the TX/RX ground and the case is made, a short occurs, the regulator get

[Discuss-gnuradio] InBand Signaling: Schedule

2007-03-01 Thread Thibaud Hottelier
Hello, We (George and me) have added a schedule page to the wiki : http://gnuradio.org/trac/wiki/InBandSignalingSched Could you please look it over, add anything missing and suggest deadline. I can work on the FPGA, but I don't think I will be very efficient. It would be great if you could sugges

Re: [Discuss-gnuradio] The shortest pulse length

2007-03-01 Thread Eric Blossom
On Thu, Mar 01, 2007 at 12:15:36PM -0500, David Scaperoth wrote: > On 3/1/07, seph 004 <[EMAIL PROTECTED]> wrote: > > > > This is what I did: > > > >def build_graph (): > >nchan = 1 > >interp = 512 > >duc0 = 0 > >duc1 = 0 > >fs = 250e3#2nd

Re: [Discuss-gnuradio] mblock linking error

2007-03-01 Thread Eric Blossom
On Thu, Mar 01, 2007 at 12:50:20PM -0500, Tim Meehan wrote: > Eric, > > When I added /usr/local/lib to ld.so.conf > > The build was sucessful > > Tim Thanks. That's good to know. I don't think it should be necessary, but it's better to know. Eric ___

Re: [Discuss-gnuradio] mblock linking error

2007-03-01 Thread Eric Blossom
On Thu, Mar 01, 2007 at 10:06:46AM -0800, Johnathan Corgan wrote: > Tim Meehan wrote: > > > When I added /usr/local/lib to ld.so.conf > > > > The build was sucessful > > Great! > > But--when I took out the /usr/local/lib from my ld.so.conf, it still > compiled and linked okay, *and* it switched

Re: [Discuss-gnuradio] mblock linking error

2007-03-01 Thread Johnathan Corgan
Tim Meehan wrote: > When I added /usr/local/lib to ld.so.conf > > The build was sucessful Great! But--when I took out the /usr/local/lib from my ld.so.conf, it still compiled and linked okay, *and* it switched to using the rpath like your used to. Progress, I suppose :-) -- Johnathan Corgan

Re: [Discuss-gnuradio] mblock linking error

2007-03-01 Thread Tim Meehan
Eric, When I added /usr/local/lib to ld.so.conf The build was sucessful Tim On 3/1/07, Eric Blossom <[EMAIL PROTECTED]> wrote: On Thu, Mar 01, 2007 at 07:00:37AM -0800, Johnathan Corgan wrote: > Tim Meehan wrote: > > > tim /etc/ld.so.conf > > > > /usr/X11R6/lib > > /usr/lib/atlas > > > > /usr

Re: [Discuss-gnuradio] The shortest pulse length

2007-03-01 Thread David Scaperoth
On 3/1/07, seph 004 <[EMAIL PROTECTED]> wrote: This is what I did: def build_graph (): nchan = 1 interp = 512 duc0 = 0 duc1 = 0 fs = 250e3#2nd sample rate between usb and dac max_dev = 32e3 #1st sample

Re: [Discuss-gnuradio] mblock linking error

2007-03-01 Thread Tim Meehan
Hi Johnathan I think I am beginning to understand now. I am no expert with the gnu linker when I run $g++ -g -O2 -Wall -Woverloaded-virtual -o .libs/test_mblock test_mblock.o -pthread ./.libs/libmblock-qa.so .libs/libmblock.so -Wl,--rpath -Wl,/usr/local/lib I do not get an error NOTE the

Re: [Discuss-gnuradio] Which hardware shall i use to implement this SDR?

2007-03-01 Thread David Scaperoth
On 3/1/07, bhargav b <[EMAIL PROTECTED]> wrote: Hi! I am a software radio enthusiast and am a beginner.I have started reading the codebut i want some guidance as how to proceed. have you played with the examples in the GNU Radio trunk? /gnuradio-examples/... That's the best place to star

Re: [Discuss-gnuradio] (no subject)

2007-03-01 Thread Eric Blossom
On Thu, Mar 01, 2007 at 06:33:05AM -0800, Kuntal Majumdar wrote: > hello, > > i just got the new usrp board and built the gnuradio with cygwin > installed on windows.the first program i ran was the usrp_fft.py > on giving a 1MHz input to the Rx, i correctly observed it in the > freq domain, as

Re: [Discuss-gnuradio] Fewer than 8 bits per sample FPGA support

2007-03-01 Thread Eric Blossom
On Thu, Mar 01, 2007 at 03:16:12AM -0800, Peter Monta wrote: > > So the attached patch changes to round-to-nearest-even. > > After thinking a bit, this is wrong: the proper (re-)quantizer is > just the MSBs of the original sample---one wants a mid-riser > quantizer to use the even number of output

Re: [Discuss-gnuradio] mblock linking error

2007-03-01 Thread Eric Blossom
On Thu, Mar 01, 2007 at 07:00:37AM -0800, Johnathan Corgan wrote: > Tim Meehan wrote: > > > tim /etc/ld.so.conf > > > > /usr/X11R6/lib > > /usr/lib/atlas > > > > /usr/lib/libc5-compat > > /lib/libc5-compat > > /usr/i486-linuxlibc1/lib > > Here is mine: > > /usr/local/lib > /lib/i486-linux-gnu

Re: [Discuss-gnuradio] sizeof( bit?)

2007-03-01 Thread Eric Blossom
On Thu, Mar 01, 2007 at 10:29:48AM +0100, Vincenzo Pellegrini wrote: > just a quick question, I need to tell the constructor of my first gr block > to accept a bit by bit input.. > > I should call sizeof( what? ) > > thanks > > sorry for bothering for such a trivial thing but I haven't found an

Re: [Discuss-gnuradio] mblock linking error

2007-03-01 Thread Johnathan Corgan
Tim Meehan wrote: > tim /etc/ld.so.conf > > /usr/X11R6/lib > /usr/lib/atlas > > /usr/lib/libc5-compat > /lib/libc5-compat > /usr/i486-linuxlibc1/lib Here is mine: /usr/local/lib /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/X11R6/lib I don't recall if the first line is something I added or

[Discuss-gnuradio] (no subject)

2007-03-01 Thread Kuntal Majumdar
hello, i just got the new usrp board and built the gnuradio with cygwin installed on windows.the first program i ran was the usrp_fft.py on giving a 1MHz input to the Rx, i correctly observed it in the freq domain, as shown by this program. thanks for all the help on the site on how to build

Re: [Discuss-gnuradio] sizeof( bit?)

2007-03-01 Thread Achilleas Anastasopoulos
Vincenzo, I don't think this is possible. The smallest size is a byte, so you can think of your bits being either unpacket bytes (ie having values 0 or 1), or packed bytes (in which case you have to unpack them inside your new block). If I were you I would go with the former method, since the pac

Re: [Discuss-gnuradio] problem with gri_fftw

2007-03-01 Thread Greg Troxel
John Clark <[EMAIL PROTECTED]> writes: > Greg Troxel schrieb: >> You left out a lot, like what operating system you are using. But >> I'll guess that gr_vmcircbuf_createfilemapping is trying to mmap a >> file in tmp to get shared memory, and it needs to be writable. >> Perhaps using mfs or tmpfs,

[Discuss-gnuradio] Fewer than 8 bits per sample FPGA support

2007-03-01 Thread Peter Monta
> So the attached patch changes to round-to-nearest-even. After thinking a bit, this is wrong: the proper (re-)quantizer is just the MSBs of the original sample---one wants a mid-riser quantizer to use the even number of output levels symmetrically. Revised patch attached (still untested). Chee

Re: [Discuss-gnuradio] mblock linking error

2007-03-01 Thread Tim Meehan
tim /etc/ld.so.conf /usr/X11R6/lib /usr/lib/atlas /usr/lib/libc5-compat /lib/libc5-compat /usr/i486-linuxlibc1/lib Some more possibly usefull infromation g++ -g -O2 -Wall -Woverloaded-virtual -o .libs/test_mblock test_mblock.o -pthread ./.libs/libmblock-qa.so -Wl,--rpath -Wl,/usr/local/lib

Fwd: Re: [Discuss-gnuradio] USRP.. programming the FPGA..

2007-03-01 Thread pankaj kumar
hello i need help regarding this.. its urgent.. Note: forwarded message attached. - It's here! Your new message! Get new email alerts with the free Yahoo! Toolbar.--- Begin Message --- Hello i have tried with USRP_fft.py and then took a sinosidal input

[Discuss-gnuradio] sizeof( bit?)

2007-03-01 Thread Vincenzo Pellegrini
just a quick question, I need to tell the constructor of my first gr block to accept a bit by bit input.. I should call sizeof( what? ) thanks sorry for bothering for such a trivial thing but I haven't found an example of this yet.. -- Vincenzo Pellegrini __

[Discuss-gnuradio] Which hardware shall i use to implement this SDR?

2007-03-01 Thread bhargav b
Hi! I am a software radio enthusiast and am a beginner.I have started reading the codebut i want some guidance as how to proceed. Also,i want to know the complete hardware implementation...i.e... which boards i can use and where can i get?i am ready to buy a boardi am confused with

Re: [Discuss-gnuradio] rx_buffer testbench

2007-03-01 Thread Peter Monta
Davide Anastasia writes: I'm trying to modify the rx_buffer module, in order to obtain a 1 bit quantization. Is it available a testbench for this module? I'd also like quantization to less than 8 bits. Attached is a rough diff for rx_buffer.v that aims to support 4, 2, and 1-bit quantization.