Re: [Discuss-gnuradio] 802.11a source codes? or any OFDM implementation on GNU Radio

2008-09-11 Thread Mohammad Hamed Firooz
The BBN code is implementation of 802.11b which uses DSSS in its physical layer. hamed Quoting Dimitris Symeonidis <[EMAIL PROTECTED]>: http://gnuradio.org/trac/wiki/BBN_Technologies_Internetwork_Research_ADROIT_Project On Thu, Sep 11, 2008 at 18:50, Mohsen Baratvand <[EMAIL PROTECTED]>wrot

Re: [Discuss-gnuradio] BBN 802.11 bbn_80211b_rx.py

2008-07-28 Thread Mohammad Hamed Firooz
TED]>: But when I use one usrp for tx and another for rx, no need to specify "-d 8". Could you tell me why is this? Thanks Mohammad Hamed Firooz wrote: 802.11b standard use barker spreading, So if you want to receive data from a standard 802.11b transmitter you have to use barker

Re: [Discuss-gnuradio] Channel measurements?

2008-07-28 Thread Mohammad Hamed Firooz
That is not always true, actually it depends on when and where you are going to measure a channel, For example in a office during a day, channel could change several times in a second. So for indoor applications a channel sounder should be as fast as possible. I can refer you to these papers

Re: [Discuss-gnuradio] BBN 802.11 bbn_80211b_rx.py

2008-07-28 Thread Mohammad Hamed Firooz
__ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio - End forwarded message - -- Mohammad Hamed Firooz ECE Department, U of Utah Salt Lake City UT, 48112 ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Channel measurements?

2008-07-26 Thread Mohammad Hamed Firooz
_ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio -- Mohammad Hamed Firooz ECE Department, U of Utah Salt Lake City UT, 48112 ___ Discuss-gnuradio maili

Re: [Discuss-gnuradio] new 802.11b receiver

2008-04-07 Thread Mohammad Hamed Firooz
Hi the Verilog code is uploaded. You can download it here: http://span.ece.utah.edu/download/form7.html Sorry for delay. regards, hamed Quoting Brian Padalino <[EMAIL PROTECTED]>: On Mon, Mar 24, 2008 at 1:02 AM, Mohammad Hamed Firooz <[EMAIL PROTECTED]> wrote: Hi, As you m

Re: [Discuss-gnuradio] new 802.11b receiver

2008-03-31 Thread Mohammad Hamed Firooz
Quoting George Nychis <[EMAIL PROTECTED]>: Tinykoko Khor wrote: Hi, What is the spec for th USRP2 and when the hardware will be available? What causing the USRP2 can overcome the USB limitation as USRP is running at USB2 now? Thanks USRP2 uses gigabit ethernet - George Yes, new USRP

Re: [Discuss-gnuradio] new 802.11b receiver

2008-03-24 Thread Mohammad Hamed Firooz
Quoting George Nychis <[EMAIL PROTECTED]>: Brian Padalino wrote: On Mon, Mar 24, 2008 at 1:02 AM, Mohammad Hamed Firooz <[EMAIL PROTECTED]> wrote: Hi, As you may know, BBN guys have developed a receiver for 802.11b. But due to the USB limitation, they had to cut the spectrum

[Discuss-gnuradio] new 802.11b receiver

2008-03-23 Thread Mohammad Hamed Firooz
Hi, As you may know, BBN guys have developed a receiver for 802.11b. But due to the USB limitation, they had to cut the spectrum which leads to low SNR. We have developed a new receiver by doing some operation (especially de-spreading) inside the FPGA (before sending data to USB). Therefore,

[Discuss-gnuradio] BBN code-Failed to set Tx frequency to 2.4G

2008-01-24 Thread Mohammad Hamed Firooz
Hi I've tried to use BBN code to transmit 802.11 packets by using RFX2400 dautherboard. When I run "bbn_80211b_tx.py" I get the following message: Using TX d'board A: Flex 2400 Tx MIMO B gr_fir_ccf: using SSE spb:8 interp: 32 Failed to set Tx frequency to 2.4G I went through the code

[Discuss-gnuradio] problem with 2Mbps of BBN code(802.11b)

2007-11-11 Thread Mohammad Hamed Firooz
Hi I hope at least one of the members of BBN group read this email. I used BBN implementation of IEEE802.11b to receive packets from commercial products. So I always use Barker code as the spreading key. As it had been reported before, Their code works with 1Mbps and doesn't work with 2Mbps. I

[Discuss-gnuradio] problem with 2Mbps of BBN code(802.11b)

2007-11-05 Thread Mohammad Hamed Firooz
Hi I hope at least one of the members of BBN group read this email. I used BBN implementation of IEEE802.11b to receive packets from commercial products. So I always use Barker code as the spreading key. As it had been reported before, Their code works with 1Mbps and doesn't work with 2Mbps.

[Discuss-gnuradio] BBN module

2007-10-23 Thread Mohammad Hamed Firooz
Hi everyone, I am going to use BBN code on IEEE802.11b. But these codes need to import a module named bbn from gnuradio package. My gnuradio has not this module. Where can I find it and how I can add it to my gnuradio package. Thanks hamed ___ Discu

[Discuss-gnuradio] BBN module

2007-10-22 Thread Mohammad Hamed Firooz
Hi everyone, I am going to use BBN code on IEEE802.11b. But these codes need to import a module named bbn from gnuradio package. My gnuradio has not this module. Where can I find it and how I can add it to my gnuradio package. Thanks hamed __

[Discuss-gnuradio] WiFi b/g

2007-10-22 Thread Mohammad Hamed Firooz
Hi Has any Wifi (802.11) b or g receiver model been implemented in GNU Radio? thanks hamed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] GNURadio installation problem

2007-09-26 Thread Mohammad Hamed Firooz
rnal subset : Hi, ----- Original Message - From: "Mohammad Hamed Firooz" <[EMAIL PROTECTED]> I got the following errors when I was making the GNURadio Software on Cygwin. Does anyone have a solution for it? usrp_basic.cc:481: error: expected unqualified-id befor

[Discuss-gnuradio] GNURadio installation problem

2007-09-26 Thread Mohammad Hamed Firooz
Hi I got the following errors when I was making the GNURadio Software on Cygwin. Does anyone have a solution for it? usrp_basic.cc:481: error: expected unqualified-id before '(' token usrp_basic.cc: In member function `bool usrp_basic_rx::set_pga(int, double)': usrp_basic.cc:664: error: expect

Re: [Discuss-gnuradio] FFTW problem

2007-09-24 Thread Mohammad Hamed Firooz
cursive] Error 1 Does anyone kow how can I solve the problem? The only "make check" problem I ever had with FFTW on Cygwin occurred when installing FFTW without having a recent enough version of perl installed. Does "perl --version" work? -- Don W. -- Mohammad Hamed Firooz E

[Discuss-gnuradio] FFTW problem

2007-09-23 Thread Mohammad Hamed Firooz
[check-am] Error 2 make[1]: Leaving directory `/usr/sr make: *** [check-recursive] Error 1 Does anyone kow how can I solve the problem? -- Mohammad Hamed Firooz ECE Department, U of Utah Salt Lake City UT, 48112 ___ Discuss-gnuradio mailing li