Re: [Discuss-gnuradio] Binary data transmission

2007-06-29 Thread bellzii
hey patrik, Tom's reply : http://www.nabble.com/Transmitting-a-binary-%27ones-and-zeroes%27-file-for-Bit-Error-Analysis-tf3990983.html http://www.nabble.com/Transmitting-a-binary-%27ones-and-zeroes%27-file-for-Bit-Error-Analysis-tf3990983.html might help you can use gr_vector_source as your d

[Discuss-gnuradio] usrp_oscope with 2 channels

2007-06-27 Thread bellzii
Theres some questions that have been puzzling me, when i used the usrp_oscope , there are 2 signals one for channel 1, and one for channel 2; do they resemble the Tx/Rx and Rx ? if so why when i place an antenna on one of them there's no difference in the signlas?Is there a way i can isolate the

Re: [Discuss-gnuradio] about how to test RFX900 with USRP

2007-06-26 Thread bellzii
Hey , the best starting point is the tutorials at the link: http://www.nd.edu/~jnl/sdr/docs/tutorials/ for test the daughter board , use the examples in the usrp directory use the usrp_scope and usrp_siggen you can send a signal and receive it this way . About adjusting the PGA use "src.set_pga

[Discuss-gnuradio] gr.udp_source data format

2007-06-24 Thread bellzii
>From the examples ive seen in hier/networking the data coming from the UDP source seems to be float , is this true? Or is the data format optional ? Can I receive UDP from 2 different ports simultaneously ? thanks in advance ziad -- View this message in context: http://www.nabble.com/gr.ud

Re: [Discuss-gnuradio] Transmit and receive a tone

2007-06-23 Thread bellzii
hey Justin , I havent tried working with the basic daughter boards , but heres a simple way to transmit a single tone sinusoidal and receive it on a scope , use usrp_siggen.py and usrp_oscope.py hope that helps. Justin Shaw wrote: > > How do I transmit a tone from a single output of a Bas

[Discuss-gnuradio] usrp.source_c parameters

2007-06-20 Thread bellzii
im still new to python , i just found that the class usrp.source_c needs some parameters as stated usrp1_source_c ( int which_board, unsigned intdecim_rate, int nchan, int mux, int mode,

[Discuss-gnuradio] Regarding a module

2007-06-17 Thread bellzii
hey every1 im still new to python, can some1 tell me what does the module "OptionParser" and what does "parser = OptionParser(option_class=eng_option) parser.add_option" mean? is there a command to view the module? thanks alot for your time -- View this message in context: http://www

[Discuss-gnuradio] An ethernet interface

2007-06-07 Thread bellzii
Hey every1 has anyone fed the USRP with data from an ethernet connection?? thanks for your time -- View this message in context: http://www.nabble.com/An-ethernet-interface-tf3885935.html#a11014751 Sent from the GnuRadio mailing list archive at Nabble.com. __

Re: [Discuss-gnuradio] GNU Radio: Real newbie question

2007-06-07 Thread bellzii
app? > Many thanks, > Kevin > > > > > bellzii wrote: >> >> hey kevin, >> >> I too am new to gnuradio but ive started learning few things and even >> start running examples on the usrp and soon i will do my own model, now >> concerning ur question

Re: [Discuss-gnuradio] GNU Radio: Real newbie question

2007-06-06 Thread bellzii
hey kevin, I too am new to gnuradio but ive started learning few things and even start running examples on the usrp and soon i will do my own model, now concerning ur question ,theres actually no program called gnuradio , its just a signal processing package , all you have to do is write or run

Re: [Discuss-gnuradio] USB interface

2007-05-08 Thread bellzii
I mean i have data from 2 pins on a DSP at a rate of 4MBps and i wanted to use Cypress CY7C68013 chip to do a USB interface between those pins and the computer and make the USRP read that data and send it real time. Eric Blossom wrote: > > On Mon, May 07, 2007 at 10:32:28AM -0700, b

[Discuss-gnuradio] USB interface

2007-05-07 Thread bellzii
has anyone been doing a usb interface on linux and feeding the USRP with data from the usb?? -- View this message in context: http://www.nabble.com/USB-interface-tf3705222.html#a10361845 Sent from the GnuRadio mailing list archive at Nabble.com. ___

[Discuss-gnuradio] Using the RFX2400

2007-04-21 Thread bellzii
I want to use the header pins J101 and J24 (on a RFX2400)to transmit and receive serial data , Will i need to adjust the verilog codes to assign those pins ? and would the SPI help in anyway? I dont need to make any proceesing on that data only DDC/DUC and Rf stages. Can some1 give me some guide

Re: [Discuss-gnuradio] Using the external pins

2007-04-06 Thread bellzii
what about the RFX2400? and can you tell me which pin & will i need to reprogram the verilog code on the FPGA? thanks -- View this message in context: http://www.nabble.com/Using-the-external-pins-tf3532296.html#a9872366 Sent from the GnuRadio mailing list archive at Nabble.com. ___

[Discuss-gnuradio] Using the external pins

2007-04-05 Thread bellzii
Hey everyone , I was thinking of of giving my USRP data from an external source, Can that be done using the external pins on the daughter board(RFX2400)? Will I have to reprogram the verilog code and if so which files should I be looking at ? thanks alot for your time ziad -- View this message

[Discuss-gnuradio] not able to work out the benchmark_tx

2007-03-27 Thread bellzii
Hey everyone , im using a RFX2400 trying to workout benchmark_tx.py here is what i get ./benchmark_tx.py --tx-subdev-spec=A --from-file=README --bitrate=500e3 --freq=2450e6 -v >>> gr_fir_fff: using SSE bits per symbol = 1 Gaussian filter bt = 0.35 Using TX d'board A: Flex 2400 Tx MIMO B Tx amp

[Discuss-gnuradio] audio input name

2007-03-26 Thread bellzii
Hey every1, Can some1 tell me what are the PCM input/ouput device names (like hw) for a speaker(output) and a mic(input)? ohh and does can some1 tell me what is the vertical axis of the oscilloscope.py thanks for your time -- View this message in context: http://www.nabble.com/audio-input-n

Re: [Discuss-gnuradio] USRP Schematics

2007-03-25 Thread bellzii
hey Mochara, What do you mean by incomplete ,is it cuz you see the pdf as if its cut from the right side, if this is the case well all schematics are like this .otherwise i think its a problem from ur pdf viewer or from the copy of the schematics cheers ziad COMINT wrote: > > Hi guys >

[Discuss-gnuradio] looking for answers

2007-03-24 Thread bellzii
Dear all, there has been a list of questions that have been puzzling me 1) Can we access the memory of the FPGA on the usrp and store on it data? If yes does that mean that i can use the usrp without having to connect it to a PC? 2) what are those pins on the USRP (can they be used to connect

[Discuss-gnuradio] failure to build some components and running usrp examples

2007-03-19 Thread bellzii
The following components were skipped either because you asked not to build them or they didn't pass configuration checks: gr-audio-jack gr-audio-osx gr-audio-portaudio gr-audio-windows gr-comedi gr-video-sdl ezdop gr-ezdop These components will not be built. (all other critical components were

Re: [Discuss-gnuradio] installation error

2007-03-18 Thread bellzii
yes Eric congiuration and making went well, but after i made check i got The following components were skipped either because you asked not to build them or they didn't pass configuration checks: gr-audio-jack gr-audio-osx gr-audio-portaudio gr-audio-windows gr-comedi gr-video-sdl ezdop gr-ezd

Re: [Discuss-gnuradio] installation error

2007-03-18 Thread bellzii
yes Eric congiuration and making went well, but after i made check i got The following components were skipped either because you asked not to build them or they didn't pass configuration checks: gr-audio-jack gr-audio-osx gr-audio-portaudio gr-audio-windows gr-comedi gr-video-sdl ezdop gr-ezd

[Discuss-gnuradio] Error detecting the USRP

2007-03-18 Thread bellzii
hey everyone , I was trying to check my usrp using benchmark_usb.py but i got a msg : esting 2MB/sec... Traceback (most recent call last): File "./benchmark_usb.py", line 106, in ? main () File "./benchmark_usb.py", line 96, in main ok = run_test (rate, verbose) File "./benchmar

[Discuss-gnuradio] compiling error

2007-03-16 Thread bellzii
does any1 know what does the error make[4]: *** [gr_block.lo] Error 1 make[4]: Leaving directory `/home/ziad/Desktop/gnuradio-3.0.3/gnuradio-core/src/lib/runtime' make[3]: *** [install-recursive] Error 1 make[3]: Leaving directory `/home/ziad/Desktop/gnuradio-3.0.3/gnuradio-core/src/lib' make[2]:

[Discuss-gnuradio] installation error

2007-03-16 Thread bellzii
hey everyone, Im using a ubuntu 6.10 ,ive tried compiling the gnuradio but when i tried the configuring gnuradio but i got the error : gr_block.cc:41: error: 'gr_io_signature_sptr' has not been declared gr_block.cc:42: error: 'gr_io_signature_sptr' has not been declared gr_block.cc: In cons

[Discuss-gnuradio] Some questions

2007-03-13 Thread bellzii
hey everyone I just bought 2 USRPS and 2 daughter boards ( RFX 2400) and Im intending to implement the IF and RF stages of wimax, the usrp will get its data from a previous stage which is on a TI DSP . Can someone answer me some questions, how can i test my USRPs ? i already