Re: [Discuss-gnuradio] Open .DAT files generated by OFDM Module

2010-06-14 Thread Tom Rondeau
On Mon, Jun 14, 2010 at 7:45 PM, Chris_Spain wrote: > > Hi all, > > I'm trying to open the .DAT files that are generated by OFDM Module with > option --log but I can't. I have tried with cat, vim, vi, jeditor(with hex > plugins), open office. With excel and notepad open the archive but only with >

Re: [Discuss-gnuradio] c++ application

2010-06-14 Thread Eric Blossom
On Tue, Jun 15, 2010 at 04:58:48AM +0530, ramanagouda odugoudar wrote: > Hello, >   > I want to get familiar with C++ applications, for example, here input some > integers and print the square of them( I have modified > howto_square_ff). > > Now I want to input say -len=10 integers to "howto_squa

[Discuss-gnuradio] Open .DAT files generated by OFDM Module

2010-06-14 Thread Chris_Spain
Hi all, I'm trying to open the .DAT files that are generated by OFDM Module with option --log but I can't. I have tried with cat, vim, vi, jeditor(with hex plugins), open office. With excel and notepad open the archive but only with ascii characters but I need to see the result of modulation. Ch

[Discuss-gnuradio] c++ application

2010-06-14 Thread ramanagouda odugoudar
Hello,   I want to get familiar with C++ applications, for example, here input some integers and print the square of them( I have modified howto_square_ff). Now I want to input say -len=10 integers to "howto_square_vf" block and print the same number of squared results with "ACS_outputdata_vf"

Re: [Discuss-gnuradio] Using external clock with USRP2/WBX

2010-06-14 Thread Eric Schneider
On Sun, 2010-06-13 at 08:12 -0700, Damien S. wrote: > Hi all, > I'm trying to use the external clock input of the usrp2 with WBX in receive > mode. Unfortunately after processing the recorded signal there is still a > clock drift despite the fact i'm using a GPS reference clock. So i suppose > that

Re: [Discuss-gnuradio] UHD: simple_usrp and resize buffer

2010-06-14 Thread Josh Blum
RX samples per packet: 358 What your seeing is the print out for the number of samples per packet (udp datagram). This is independent from the recv_buff_size, which is the size of the socket buffer. -Josh On 06/14/2010 02:27 PM, Damien S. wrote: Hi all, Since a few days, i'm trying to use

[Discuss-gnuradio] UHD: simple_usrp and resize buffer

2010-06-14 Thread Damien S.
Hi all, Since a few days, i'm trying to use UHD with USRP2/WBX under Windows Vista Pro 64 bits. The rx_timed_samples example seems to work but it's impossible to change the recv_buff_size and is really problematic since its default size is very small (358 samples). Looking at the usrp_simple class

Re: re[Discuss-gnuradio] garding the format and type of data in GRC

2010-06-14 Thread Josh Blum
On 06/14/2010 07:11 AM, lokesh reddy wrote: hi all I have captured the Wireless Microphone signals using GRC and USRP, flowgraph i have used was USRP Source-->File_sink. In USRP source i have selected format option as complex and for file_sink i have selected input format as complex. Does the

Re: [Discuss-gnuradio] 2 questions about packet size in USB and FPGA

2010-06-14 Thread Thomas Tsou
On Mon, Jun 14, 2010 at 10:16 AM, Juan Quiroz wrote: > Hi > > On the output path of the FPGA there's a FIFO, Is 512 byte the size of each > packet stored in FIFO? > If true, why do I have option for fusb_block_size = 1024? > I think it would be better to send 512 byte packets instead of 1024 to a

Re: [Discuss-gnuradio] WBX power level

2010-06-14 Thread Jason Abele
On Mon, Jun 14, 2010 at 11:03 AM, Jason Abele wrote: Hi All, Has anyone measure the power level coming out of their WBX board? Measured on a Gigatronics 8541 microwave power meter connected directly at the back of the USRP2 I am getting (with a CW carrier) >

Re: [Discuss-gnuradio] WBX power level

2010-06-14 Thread Jason Abele
>>> Hi All, >>> >>> Has anyone measure the power level coming out of their WBX board? >>> >>> Measured on a Gigatronics 8541 microwave >>> power meter connected directly at the back of the USRP2 I am getting >>> (with a CW carrier) >>> >>> 100 MHz about 35 mW >>> 1.3 GHz about 15 mW >>> >>> Ettus q

[Discuss-gnuradio] Tune time

2010-06-14 Thread David Evans
Hi, Just a few general querys... How long does it take for an RFX card to tune and lock to a frequency, once a set_freq command is issued? Does it matter if the steps are small or large, ie a greater swing on the VCO? Is there a way to tell if/when the VCO is locked, ie its tuned (could I monit

[Discuss-gnuradio] 2 questions about packet size in USB and FPGA

2010-06-14 Thread Juan Quiroz
Hi On the output path of the FPGA there's a FIFO, Is 512 byte the size of each packet stored in FIFO? If true, why do I have option for fusb_block_size = 1024? I think it would be better to send 512 byte packets instead of 1024 to avoid fragmentation Thank's in advance Juan Quiroz __

Re: [Discuss-gnuradio] about usrp_spectrum_sense.py

2010-06-14 Thread Gregor Dschung
Hey Lishan or Wh or whatever your name is..., The part you posted from usrp_spectrum_sense.py is taken from gr-wxgui/src/python/fftsink_nongl.py. There are some comments in the code which tries to explain the gr.nlog10_ff-block: the variable "power" is mentioned there. The window is use

Re: [Discuss-gnuradio] Gnuradio/Beagleboard modifying flow graph buffer allocation

2010-06-14 Thread Philip Balister
On 06/11/2010 04:15 PM, Eric Blossom wrote: On Thu, Jun 10, 2010 at 07:07:35PM -0400, alfa...@aol.com wrote: hi, I'm working on Gnuradio on the Beagleboard. I've managed to successfully integrate the DSP as a custom signal processing block and I'm essentially using TI library based buffers to

re[Discuss-gnuradio] garding the format and type of data in GRC

2010-06-14 Thread lokesh reddy
hi all I have captured the Wireless Microphone signals using GRC and USRP, flowgraph i have used was USRP Source-->File_sink. In USRP source i have selected format option as complex and for file_sink i have selected input format as complex. Does the format of data written into file a complex data

[Discuss-gnuradio] about usrp_spectrum_sense.py

2010-06-14 Thread lishan_wh
Hi, I have some difficulties in unserstanding the statements belowin usrp_spectrum_sense.py. fft = gr.fft_vcc(self.fft_size, True, mywindow) power = 0 for tap in my wondow: power += tap*tap What is stored in window and what is tap? Where is the FFT data stored? I turned to C++ file gr

[Discuss-gnuradio] RE: Discuss-gnuradio Digest, Vol 91, Issue 12

2010-06-14 Thread Mubarak Sani Ellis
I am using the USRP2, my job is just to connect it so i can read some sort of spectrum (no extra stuff). am i supposed to load the SD card with images because i read it comes pre-programmed. thank you. From: discuss-gnuradio-bounces+mubarak=student.chalmer

Re: [Discuss-gnuradio] what are taps ? how to set number of taps in filter ?

2010-06-14 Thread Martin Braun
On Mon, Jun 14, 2010 at 12:26:30AM -0700, grc007 wrote: > Dear users, > Can anyone explain me what taps (in filter) means ? Any examples should be > great > Particularly in GRC which number should I give taps in filter bank, FFT > filter, filter delay, ? > Thanks a lot. Hello anonymous user,

[Discuss-gnuradio] what are taps ? how to set number of taps in filter ?

2010-06-14 Thread grc007
Dear users, Can anyone explain me what taps (in filter) means ? Any examples should be great Particularly in GRC which number should I give taps in filter bank, FFT filter, filter delay, ? Thanks a lot. -- View this message in context: http://old.nabble.com/what-are-taps---how-to-set-num