[Discuss-gnuradio] Frame Based C++ code structure question

2011-03-11 Thread mehmet kabasakal
Hi List, I am trying to write some C++ blocks that makes calculations over 2048 point frames. For ex. i need to take the 2048 point fft of the frame(contains 2048 points) and also i need the index of these points, i mean where the center frequency is (at which point). Or i need to make calculation

Re: [Discuss-gnuradio] Re: memory leakage in usrp2::eth_buffer

2011-03-11 Thread Gaetano Mendola
Tom, let me know when you have applied it. On Thu, Mar 10, 2011 at 2:07 PM, Tom Rondeau wrote: > Thanks, Gaetano, > I haven't looked at the code yet, but the patch looks right. Hopefully, I'll > get it in tonight. > Tom > > On Thu, Mar 10, 2011 at 6:15 AM, Gaetano Mendola wrote: >> >> This is t

[Discuss-gnuradio] UHD Installation- Problem

2011-03-11 Thread Thomas Hauer
Hey Guys, we have two complete new Gnu Radio installations. The first Gnu Radio installation we've installed on the 25th of February works properly. On the 4th of March we started the installation of the second Station but it will not work. Below you can find the UHD Version, the commands and the

[Discuss-gnuradio] USRP2: Ethernet port doesn't work

2011-03-11 Thread Tommaso P
Hi, i'm trying to connect the USRP2 by the Ethernet port. It seems as if the port doesn't work. The firmware is properly loaded (D and F lights are on) and the network is properly configurated, but when i try to sniff the USRP2 ethernet port, no data is generated/received. And no light upon the

Re: [Discuss-gnuradio] USRP2: Ethernet port doesn't work

2011-03-11 Thread Gabriel Morel
Do you have a 1000Mb/s port on your pc. USRP2 works only with a 1000Mb/s. - Original Message - From: Tommaso P To: discuss-gnuradio@gnu.org Sent: Friday, March 11, 2011 6:30 AM Subject: [Discuss-gnuradio] USRP2: Ethernet port doesn't work Hi, i'm trying to connect the USRP

Re: [Discuss-gnuradio] Possible WBX Board Failure

2011-03-11 Thread devin kelly
So I checked all the pins in this daughtercard and they all look fine. Could it be anything else? Thanks any help, Devin Also, here is the output of uhd_usrp_probe $ sudo uhd_usrp_probe --args="addr=192.168.10.2" linux; GNU C++ version 4.4.5; Boost_104000; UHD_002.20110126204618.b83454d Cur

Re: [Discuss-gnuradio] gr_filter_design.py error

2011-03-11 Thread I3VFJ
Fine, it worked!!! now I'll give it time to test around, and possibly report any instability. Thanks again. I3VFJ, Vittorio Tom Rondeau wrote: > > On Wed, Mar 9, 2011 at 9:13 AM, Tom Rondeau > wrote: > >> On Wed, Mar 9, 2011 at 8:26 AM, Alexandru Csete wrote: >> >>> On Wed, Mar 9, 2011 at 2

Re: [Discuss-gnuradio] Possible WBX Board Failure

2011-03-11 Thread Vijay Pillai
Hi Devin, You might have tried this already but here it goes : when i first got my WBX board, I had a similar problem - TX works but not RX. The daughterboard seemed to be securely attached (i had used only 2 screws). When i put in all 4 screws, then both TX and RX began working. Best regards

Re: [Discuss-gnuradio] UHD Installation- Problem

2011-03-11 Thread Josh Blum
> error: ‘sensor_value_t’ in namespace ‘uhd’ does not name a type > /home/ICIE/hauer/gnuradio/gnuradio/gr-uhd/include/gr_uhd_usrp_source.h:172:1 > 3: Best guess, the uhd installation is out of date with the gr-uhd component you are trying to build. Can you verify that? -Josh ___

Re: [Discuss-gnuradio] Possible WBX Board Failure

2011-03-11 Thread Josh Blum
> Also, here is the output of uhd_usrp_probe > > $ sudo uhd_usrp_probe --args="addr=192.168.10.2" > linux; GNU C++ version 4.4.5; Boost_104000; UHD_002.20110126204618.b83454d > > Current recv sock buff size: 5000 bytes > mboard0 MIMO master > > Warning: > Unknown transceiver board ID co

Re: [Discuss-gnuradio] Possible WBX Board Failure

2011-03-11 Thread devin kelly
Looks like that didn't work for me... Burn sudo ./usrp_burn_db_eeprom --id=0x0052 --unit=TX --args="addr=192.168.10.2" linux; GNU C++ version 4.4.5; Boost_104000; UHD_002.20110126204618.b83454d Current recv sock buff size: 5000 bytes mboard0 MIMO master Warning: Unknown transceiver boar

RE: [Discuss-gnuradio] How to decode the convolutional code, in the GRC

2011-03-11 Thread Achilleas Anastasopoulos
inter, think of whatever is AFTER the trellis encoder and BEFORE the viterbi decoder as an equivalent channel. What is the equivalent channel in your case? What is its input alphabet? what is its output alphabet? From your description, it seems that the input alphabet is the same as the outpu

Re: [Discuss-gnuradio] How UHD, GNURadio and USRP are bound together.

2011-03-11 Thread Florian Eugen
Hi, mr. Josh,     I have installed that USB driver before. When I connect USRP1 to the PC and power it up I get in Device Manager a device called "libusb (WinUSB) devices" in location: "Location 0 (USB Device)", so driver is installed and it says "This device is working properly.".   OK, I st

[Discuss-gnuradio] Subdevice Spec for UHD:USRP source

2011-03-11 Thread Vijay Pillai
What is the subdevice spec (Mb0: subdevice_spec) for a USRP:UHD source? I tried A:1 (to select RX2 on slot A, as provided at http://www.ettus.com/uhd_docs/manual/html/usrp1.html) but it does not work and gave an error. Best regards, -Vijay __

Re: [Discuss-gnuradio] Subdevice Spec for UHD:USRP source

2011-03-11 Thread Josh Blum
On 03/11/2011 04:54 PM, Vijay Pillai wrote: > What is the subdevice spec (Mb0: subdevice_spec) for a USRP:UHD source? > > I tried A:1 (to select RX2 on slot A, as provided at > http://www.ettus.com/uhd_docs/manual/html/usrp1.html) but it does not work > and gave an error. > http://www.ettus.

Re: [Discuss-gnuradio] Subdevice Spec for UHD:USRP source

2011-03-11 Thread Vijay Pillai
Hi Josh, If I am using a WBX board, what would be the setting for selection RX2 on slot A? And what would be the setting for RX/TX on slot A? Best regards, -Vijay --- On Fri, 3/11/11, Josh Blum wrote: From: Josh Blum Subject: Re: [Discuss-gnuradio] Subdevice Spec for UHD:USRP source To: dis

Re: [Discuss-gnuradio] Subdevice Spec for UHD:USRP source

2011-03-11 Thread Marcus D. Leech
On 03/11/2011 08:20 PM, Vijay Pillai wrote: Hi Josh, If I am using a WBX board, what would be the setting for selection RX2 on slot A? And what would be the setting for RX/TX on slot A? Best regards, -Vijay - If you're using GRC, there's a space for specifying the antenna -- the antenna p

Re: [Discuss-gnuradio] Subdevice Spec for UHD:USRP source

2011-03-11 Thread Vijay Pillai
hI Marcus, Thank you. Is there any particular advantage in using the UHD: USRP source and sink vs. the non UHD version? Best regards, -Vijay --- On Fri, 3/11/11, Marcus D. Leech wrote: From: Marcus D. Leech Subject: Re: [Discuss-gnuradio] Subdevice Spec for UHD:USRP source To: discuss-gnura

Re: [Discuss-gnuradio] Subdevice Spec for UHD:USRP source

2011-03-11 Thread Marcus D. Leech
On 03/11/2011 08:40 PM, Vijay Pillai wrote: hI Marcus, Thank you. Is there any particular advantage in using the UHD: USRP source and sink vs. the non UHD version? Best regards, -Vijay UHD is the way of all things Ettus going forward. If you don't have anything you need to be backwards co

[Discuss-gnuradio] multiple windows while running grc

2011-03-11 Thread Vijay Pillai
I would like to know if there is a way to generate multiple windows using GRC. Eg each window could contain an fft plot. Combining more than 1 fft/scope plot on a single window does not quite work out (the second window gets clipped with both manual and automated settings for grid positions).

[Discuss-gnuradio] changing fpga's code

2011-03-11 Thread Alaa Salaheldin
SA i'm working with USRP1 and i want to use only one transmitter ( 2 duc ) and one receiver ( 2 ddc ) and delete the other modules to free some area on the chip so that i can implement a FFT to use it in frequency analysis , How could i do so ? and can i fit a FFT with 375-point in the freed ar

Re: [Discuss-gnuradio] multiple windows while running grc

2011-03-11 Thread Josh Blum
On 03/11/2011 06:05 PM, Vijay Pillai wrote: > I would like to know if there is a way to generate multiple windows using > GRC. Eg each window could contain an fft plot. > No, but there is a tab widget called notebook (for wx gui). FYI, If you use the qtgui sink, then the sink is automatically

Re: [Discuss-gnuradio] How to decode the convolutional code in the GRC

2011-03-11 Thread Ben Reynwar
You're right my suggestion won't work since the demodulation blocks output bits, and the viterbi_combined block expects complex symbols. I'll try again. How about something like the dbpsk block (gnuradio-core/src/python/gnuradio/blks2impl/dbpsk.py) but with the constellation_decoder replaced with

Re: [Discuss-gnuradio] changing fpga's code

2011-03-11 Thread Matt Ettus
On 03/11/2011 06:06 PM, Alaa Salaheldin wrote: > SA > i'm working with USRP1 and i want to use only one transmitter ( 2 > duc ) and one receiver ( 2 ddc ) and delete the other modules to free > some area on the chip so that i can implement a FFT to use it in > frequency analysis , How could i

[Discuss-gnuradio] airprobe xlating filter question

2011-03-11 Thread HW Wong
It's known that the channel band width is 200KHz When looking into airprobe, gsm_receiver.py the cutoff freq in xlating is 145KHz, Can anyone kindly to explain. Thanks! filter_cutoff = 145e3 filter_t_width = 10e3 filter_taps = gr.firdes.low_pass(1.0, self.input_rate, filter_cutoff, filte