Re: [Discuss-gnuradio] MIMO and USRP

2009-05-07 Thread Firas Abbas
Hi, > On Thu, 5/7/09, john boon wrote: > hi all, >    i haven't had any reply till now on > "MIMO with USRP". its very unfortunate that big > people like eric,jonathan and even matt didn't reply to > my query. A Board like USRP which started way back in 2005 > (usrp1..which is mimo capable

Re: [Discuss-gnuradio] Where is GR installed in Ubuntu?

2009-05-07 Thread Firas Abbas
Hi, > On Thu, 5/7/09, William L. Bahn wrote: > I installed GR and USRP software from the binaries using the instructions > found at: > > http://gnuradio.org/trac/wiki/DebianPackages > > As near as I can tell, it finished successfully. For instance, if I rerun > $ sudo apt-get install gnuradio

Re: [Discuss-gnuradio] Where is GR installed in Ubuntu?

2009-05-07 Thread davek
fyi you could also do a dpkg -L gnuradio to find every file a package provides dave On Thu, May 7, 2009 at 6:54 PM, William L. Bahn wrote: > Do be so sure that someone that has virtually no experience with Linux and, > more specifically, less than a couple of hours experience with Ubuntu, know

Re: [Discuss-gnuradio] Stanford talk on accelerating computation with FPGAs, 13May09

2009-05-07 Thread Marcus D. Leech
John Gilmore wrote: > [The Maxeler website seems almost entirely devoid of any technical info. > --gnu] > > Stanford EE Computer Systems Colloquium > 4:15PM, Wednesday, May 13, 2009 > HP Auditorium, Gates Computer Science Building B01 >

Re: [Discuss-gnuradio] MIMO and USRP

2009-05-07 Thread john boon
pity on you, please read the way matt (dignified way) has responded. i expected a certain level of dignity in mails. Please make out my mail in such a dignified manner. This is not a complaint in first place..a query..Till date i have 6 patents issued on mimo and smartAntennas ...an

[Discuss-gnuradio] Stanford talk on accelerating computation with FPGAs, 13May09

2009-05-07 Thread John Gilmore
[The Maxeler website seems almost entirely devoid of any technical info. --gnu] Stanford EE Computer Systems Colloquium 4:15PM, Wednesday, May 13, 2009 HP Auditorium, Gates Computer Science Building B01 http://ee380.stanford.edu[1] Topi

Re: [Discuss-gnuradio] Where is GR installed in Ubuntu?

2009-05-07 Thread Adam Audino
I did not use apt-get to install GnuRadio instead I just downloaded and built the source files. svn co http://gnuradio.org/svn/gnuradio/trunk gnuradio This will create a directory called gnuradio in the directory that you are in when you ran that command. If you do not have svn, use the followin

Re: [Discuss-gnuradio] Where is GR installed in Ubuntu?

2009-05-07 Thread William L. Bahn
THANK YOU!!! I wasn't so much looking for the example scripts -- I was looking for anything. Unless I really missed something on the Wiki, shouldn't there be something there telling people where the top of the gnuradio tree is placed (in this case, /usr/share, though I suppose that might var

Re: [Discuss-gnuradio] Where is GR installed in Ubuntu?

2009-05-07 Thread Johnathan Corgan
William, If you are looking for the example scripts, they are found in: /usr/share/gnuradio/examples/* Johnathan ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] GPS time data

2009-05-07 Thread Burak TUYSUZ
Hi, I want to use GPS time data for synchronization of two USRP boards. I already have the USRP daughterboard for GPS. I came accross with gps-sdr but it seems does not work with the latest GNU Radio. I get some compiling errors. I do not know if it has already been done, or is there any project go

Re: [Discuss-gnuradio] MIMO and USRP

2009-05-07 Thread Bob McGwier
Great. Sit in front of your keyboard and during the time you wrote this complaint you could have made a start on the code. If you need to build flavors of MIMO and you cannot even make this beginning yourself, you are in the wrong end of this business. This is a user contributed project.

Re: [Discuss-gnuradio] Where is GR installed in Ubuntu?

2009-05-07 Thread William L. Bahn
Do be so sure that someone that has virtually no experience with Linux and, more specifically, less than a couple of hours experience with Ubuntu, knows what "less" is. I downloaded the findutils tar.gz file and extracted it. While trying to run ./configure it gave an error that the C compiler

[Discuss-gnuradio] alpha and look ahead value in gr_peak_detector_xb_0

2009-05-07 Thread Markus Feldmann
Hi All, i want to build an application including a peak detector, therefore i am using the which has a TH Factor Rise and TH Factor Fall to detect a peak. It also has a alpha and a look ahead value. As far as i understand, if the Threshold finds a possible peak it searchs if the peak goes furth

Re: [Discuss-gnuradio] BPSK Demodulator (i.e. Receiver) Award/Challenge

2009-05-07 Thread Ed Criscuolo
w w wrote: Ed, I took a look at your project and I got to say nice work and it seems to be very well documented! In my honest opinion, I think some of your blocks should included in the main GNUradio project.espcially the NRZ block. It would be also nice to have the other encoding sche

Re: [Discuss-gnuradio] MIMO and USRP

2009-05-07 Thread Matt Ettus
john boon wrote: hi all, i haven't had any reply till now on "MIMO with USRP". its very unfortunate that big people like eric,jonathan and even matt didn't reply to my query. A Board like USRP which started way back in 2005 (usrp1..which is mimo capable according to ieee spectrum 2006 )

Re: [Discuss-gnuradio] some results about D8PSK (problems)

2009-05-07 Thread Bill Stevenson
Hi, Stefan I have tried patch file you gave me, but the result was even worse. The receiver cannot synchronize with the transmitter. I also tried the DBPSK and DQPSK scheme without your patch file. I found there is a big problem with USRP. After having TX and RX rest for 20 mins, the communica

[Discuss-gnuradio] One USRP to do two different works

2009-05-07 Thread 曾繁勛
Hi, I want to use one USRP to do two different works on the two sides, which are A side tunneling with another USRP and B side sensing the channel condition. In my comprehension, there are Tx and Rx including in tunneling and Rx in sensing. In addition to set up the subdev as subdev[0][0] for

Re: [Discuss-gnuradio] Re: debug freezing

2009-05-07 Thread Josh Blum
Markus, I really believe that the gui is not freezing. What you see is a result of the fact the the peak detect outputs a binary 1 or 0 signal. Connect the peak detect to a char_to_float block, and then to a numbersink. Setup the numbersink for a min of 0 and a max of 1. The numbersink will

Re: [Discuss-gnuradio] Question on grc block "packet encoder"

2009-05-07 Thread Josh Blum
Its because of packet utils http://gnuradio.org/trac/browser/gnuradio/trunk/gnuradio-core/src/python/gnuradio/packet_utils.py#L104 I really hate the packet encoder/decoder, I am excited for this message passing capability that gr blocks may get in the near future. We can re-implement this pack

[Discuss-gnuradio] Re: Question on grc block "packet encoder"

2009-05-07 Thread Achilleas Anastasopoulos
Never mind; I just realized this is for appropriate padding for the usrp... thanks Achilleas Looking at the GRC block "packet encoder" and the corresponding example "grc/examples/simple/dpsk_loopback" it is not clear to me why the "packet encoder" needs to have access to

[Discuss-gnuradio] Question on grc block "packet encoder"

2009-05-07 Thread Achilleas Anastasopoulos
Looking at the GRC block "packet encoder" and the corresponding example "grc/examples/simple/dpsk_loopback" it is not clear to me why the "packet encoder" needs to have access to the parameters "samples_per_symbol" and "bits_per_symbol". My understanding is that the output of this block should

Re: [Discuss-gnuradio] Where is GR installed in Ubuntu?

2009-05-07 Thread David Tisza
Hello, William L. Bahn írta: Any help from anyone would be appreciated. Below is an exchange with David that may give a clue for someone else. Thanks. David Tisza wrote: William L. Bahn írta: When I try the following, I get that neither command is found. $> sudo updatedb $> locate gnuradio

Re: [Discuss-gnuradio] BPSK Demodulator (i.e. Receiver) Award/Challenge

2009-05-07 Thread w w
Ed, I took a look at your project and I got to say nice work and it seems to be very well documented! In my honest opinion, I think some of your blocks should included in the main GNUradio project.espcially the NRZ block. It would be also nice to have the other encoding schemes included as we

Fwd: [Discuss-gnuradio] BPSK Demodulator (i.e. Receiver) Award/Challenge

2009-05-07 Thread w w
-- Forwarded message -- From: w w Date: Thu, May 7, 2009 at 1:10 PM Subject: Re: [Discuss-gnuradio] BPSK Demodulator (i.e. Receiver) Award/Challenge To: Ed Criscuolo Ed, I was wondering if you know how to implement or have examples in GNURadio to decode the various enCoding sche

Re: [Discuss-gnuradio] Where is GR installed in Ubuntu?

2009-05-07 Thread William L. Bahn
Any help from anyone would be appreciated. Below is an exchange with David that may give a clue for someone else. Thanks. David Tisza wrote: William L. Bahn írta: When I try the following, I get that neither command is found. $> sudo updatedb $> locate gnuradio | less what do you mean th

Re: [Discuss-gnuradio] grc bug with deleting elements

2009-05-07 Thread Josh Blum
Can you go into grc/src/gui/ActionHandler.py and comment out line 85 "if gtk.events_pending(): return True" The line is supposed to keep keyboard events from queuing up, but maybe for you, it is preventing events when it should not. Which means gtk.events_pending() may have different implement

[Discuss-gnuradio] MIMO and USRP

2009-05-07 Thread john boon
hi all, i haven't had any reply till now on "MIMO with USRP". its very unfortunate that big people like eric,jonathan and even matt didn't reply to my query. A Board like USRP which started way back in 2005 (usrp1..which is mimo capable according to ieee spectrum 2006 ), still dont have any

Re: [Discuss-gnuradio] BPSK Demodulator (i.e. Receiver) Award/Challenge

2009-05-07 Thread Ed Criscuolo
René Fléron wrote: I seriously doubt that making a regular BPSK receiver that goes all-the-way, i.e. recovers the transmitted data has ever been done. We haven't found any trace of anything be it commercial, research or DIY. NASA regularly uses BPSK as one of the supported client services prov

Re: [Discuss-gnuradio] BPSK Demodulator (i.e. Receiver) Award/Challenge

2009-05-07 Thread Thomas Schmid
Hi Rene, If you execute the benchmark_rx.py file with the following command: python benchmark_rx.py --help Then you will see that under "modulations" it says "dbpsk". The demodulator itself is implemented somewhere else. You can find all the different demodulation blocks in: gnuradio-core/src/pyt

[Discuss-gnuradio] access code and preamble

2009-05-07 Thread Nelson Odiwuor
Hi all, I was going through the pkt.py and packet_utils.py just to try and understand how packets are generated. Is it right to say that preamble has not being added to the payload? "(packed_preamble, *ignore*) = conv_1_0_string_to_packed_binary_string(preamble)" If it is being added how is it hel

[Discuss-gnuradio] USRP2 capabilities query

2009-05-07 Thread C N, Kanthi (Kanthi)
Hi, We are evaluating SDR platforms for conducting wireless physical layer experiments. It would be great if some one could help with the following information. 1. I know that a modified version of 802.11 has been implemented and tested successfully on USRP1. Has it been tested on USRP2 ? Are

[Discuss-gnuradio] grc bug with deleting elements

2009-05-07 Thread feldmaus
Hi All, i compiled today(2009-05-07) the gnuradio from trunk(svn). The grc seems buggy. if i want to delete elements by pressing the del button, i have to press some more times the del button. regards markus ___ Discuss-gnuradio mailing list Discuss-

[Discuss-gnuradio] Re: debug freezing

2009-05-07 Thread feldmaus
Josh Blum joshknows.com> writes: > Do you think that it might be possible for peak detector to output > always the same number at "some frequencies"? I think not. The Peakdetector(with TH factor Rise and Fall) works and the Peakdetector2 works not. Maybe there are some bugs in the peakdetector2

Re: [Discuss-gnuradio] BPSK Demodulator (i.e. Receiver) Award/Challenge

2009-05-07 Thread René Fléron
DBPSK is differential BPSK. However our transmitter sends 'ordinary' BPSK not the differential version, so I cannot use the DBPSK version. -René Josh Blum-2 wrote: > > The DBPSK blocks are in GRC under DPSK, there is a drop down to choose > between DBPSK, DQPSK, D8PSK. Also, see the packet en

Re: [Discuss-gnuradio] BPSK Demodulator (i.e. Receiver) Award/Challenge

2009-05-07 Thread René Fléron
I looked and found the benchmark_rx. The version in the 'digital' folder does not have the letter combination: BPSK in it. However the benchmark_rx in the 'digital-bert' folder does have BPSK in it. Couldn't find DBPSK so I'm not sure if there is anything to comment out. I tried to run the file bu

[Discuss-gnuradio] Where is GR installed in Ubuntu?

2009-05-07 Thread William L. Bahn
I installed GR and USRP software from the binaries using the instructions found at: http://gnuradio.org/trac/wiki/DebianPackages As near as I can tell, it finished successfully. For instance, if I rerun $ sudo apt-get install gnuradio usrp It says that both are the newest versions. But where

Re: [Discuss-gnuradio] help about gnuradio-ofdm

2009-05-07 Thread Martin Braun
On Wed, May 06, 2009 at 12:43:23AM -0700, jimmyzhang wrote: > > hi,all: > I am a new comer,i have learned the theory of ofdm.I wanna analyse the > implement of ofdm by gnuradio and usrp .But in gnuradio 3.1.3 ,there is no > ofdm implement. Who can help me? See trunk or 3.2. MB -- Dipl.-Ing.