RE: [Discuss-gnuradio] Synthesizable Frequencies for WBX?

2011-04-08 Thread Tachwali, Yahia
Jason Abele [ja...@ettus.com] Sent: Friday, April 08, 2011 12:45 PM To: Tachwali, Yahia Cc: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Synthesizable Frequencies for WBX? On Fri, Apr 8, 2011 at 10:22 AM, Tachwali, Yahia wrote: > Hello Guys, > > I am experiencing some pro

[Discuss-gnuradio] Synthesizable Frequencies for WBX?

2011-04-08 Thread Tachwali, Yahia
Hello Guys, I am experiencing some problems in transmitting/receiving at frequencies around 900MHz for WBX board. While, I am able to do so cleanly at 900MHz, other center frequencies are not. The signal bandwidth : 50 KHz The sampling frequency: 200 KHz I have tried 901MHz , 900.1MHz, 910MHz

RE: [Discuss-gnuradio] IF Frequency of WBX board

2011-03-29 Thread Tachwali, Yahia
, March 29, 2011 3:47 PM To: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] IF Frequency of WBX board On 03/29/2011 11:29 AM, Tachwali, Yahia wrote: > Hello Josh, > > Thank you very much for the reply. It seems to me that these functions are > generic and not WBX specific. If I un

RE: [Discuss-gnuradio] IF Frequency of WBX board

2011-03-29 Thread Tachwali, Yahia
: Monday, March 28, 2011 5:23 PM To: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] IF Frequency of WBX board On 03/28/2011 02:18 PM, Tachwali, Yahia wrote: > Hello Guys, > > What is the IF frequency of the WBX board? I could not find this in the WBX > documentations. Any pointer

[Discuss-gnuradio] IF Frequency of WBX board

2011-03-28 Thread Tachwali, Yahia
Hello Guys, What is the IF frequency of the WBX board? I could not find this in the WBX documentations. Any pointers? Thank you. Kind regards, Yahia Tachwali ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listin

RE: [Discuss-gnuradio] Help : I am trying to know the grc.

2011-03-18 Thread Tachwali, Yahia
Try (100,100) for window size Kind regards, Yahia Tachwali From: discuss-gnuradio-bounces+ytachwali=ou@gnu.org [discuss-gnuradio-bounces+ytachwali=ou@gnu.org] on behalf of anil ph [phenomenon.aur...@gmail.com] Sent: Friday, March 18, 2011 12:18 PM To: j..

[Discuss-gnuradio] Problem with Probe MPSK SNR under GRC

2011-03-18 Thread Tachwali, Yahia
Hello Guys, Was anyone able to get Probe MPSK SNR block to work under GRC environment. I could not get it to work. I used it with the function probe and used the "noise_variance" method and the appropriate block ID values but the problem is that upon running, it is not updating the value inside

RE: [Discuss-gnuradio] RE: Again! no module named grc!

2009-11-17 Thread Tachwali, Yahia
From: Josh Blum [j...@joshknows.com] Sent: Monday, November 16, 2009 5:07 PM To: Tachwali, Yahia Cc: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] RE: Again! no module named grc! Step 1) Lets avoid issues with multiple versions of gnuradio and stuff like that. Remove **all** gnuradio stuff

[Discuss-gnuradio] RE: Again! no module named grc!

2009-11-16 Thread Tachwali, Yahia
. Kind regards, Yahia Tachwali From: discuss-gnuradio-bounces+ytachwali=ou@gnu.org [discuss-gnuradio-bounces+ytachwali=ou@gnu.org] on behalf of Tachwali, Yahia [ytachw...@ou.edu] Sent: Monday, November 16, 2009 1:08 PM To: discuss-gnuradio@gnu.org

[Discuss-gnuradio] Again! no module named grc!

2009-11-16 Thread Tachwali, Yahia
Hello Guys, How can I debug the problem when I type grc in the terminal, I get: File "/usr/local/bin/grc/", line 33, in from gnuradio.grc import VERSION ImportError: No module named grc I got the dial_tone.py working so I do not think it is a python path problem but I am not sure, also when I

RE: [Discuss-gnuradio] Gnuradio in Fedora 10... what did go wrong in my installation?

2009-10-11 Thread Tachwali, Yahia
I believe I got everything working now. I was missing few export statement as per Josh Blum instructions in : http://www.ruby-forum.com/topic/180980 Thanks alot all for the help :) Kind regards, Yahia Tachwali From: discuss-gnuradio-bounces+ytachwali=ou.

RE: [Discuss-gnuradio] Gnuradio in Fedora 10... what did go wrong in my installation?

2009-10-10 Thread Tachwali, Yahia
sanity installation check? any advice? Kind regards, Yahia Tachwali From: Alaelddin Fuad Yousif Mohammed [alaeld...@gmail.com] Sent: Saturday, October 10, 2009 4:12 PM To: Tachwali, Yahia; discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Gnuradio in

[Discuss-gnuradio] parallel programming with GNU radio (OpenMP vs MPI)

2009-09-15 Thread Tachwali, Yahia
Hello Guys, I was wondering if any efforts have been made to apply parallel programming techniques in GNU radio projects. I have seen a project of building an OFDM transceiver using a cluster and MPI technique. However, in case of using laptops (where multicore shared memory architecture) inste

RE: [Discuss-gnuradio] Measuring SNR

2009-02-13 Thread Tachwali, Yahia
Hello Swapna, The SNR in wireless channel cannot be measured but it can be "estimated". One way to do that for constant envelope modulation such as PSK is by measuring the variance in the received signal envelope. Ideally you should receive a constant stable envelope of your signal. However, du

RE: [Discuss-gnuradio] GNU Radio and USRP baseband demodulation/decoding

2009-02-06 Thread Tachwali, Yahia
Hello Einar, Knowing your modulation type can simplify your symbol and carrier synchronization design. However, if your are not restricted with certain modulation type and you just want to use an arbitrary modulation to get you going then I suggest to use differential coding such as D-BPSK whic

RE: [Discuss-gnuradio] Spread Specturm implementation in FPGA

2009-01-11 Thread Tachwali, Yahia
Hi Guys, Let me add my two cents here: The chip synchronization can take care of the symbol synch since the chip correlation does not produce maximum values unless the symbol timing is correct. Normally, and what I mean by normally is typical cases to the best of my knowledge, the synchroniza