Re: [Discuss-gnuradio] git commit for previous releases

2010-04-23 Thread Firas Abbas
- Original Message > From: Thomas Tsou > To: Johnathan Corgan ; GNURadio Discussion > List > Sent: Sat, April 24, 2010 4:33:23 AM > Subject: [Discuss-gnuradio] git commit for previous releases > > Is it possible to find a git commit or svn revision number corresponding to > previous

Re: re[Discuss-gnuradio] configuring with usrp2 src present

2010-04-16 Thread Firas Abbas
Hi, The xxx.stop() and xxx.wait() should be called after time.sleep(xxx) see: http://gnuradio.org/redmine/wiki/gnuradio/TutorialsWritePythonApplications Best Regards, Firas - Original Message > From: Andy_Long > To: Discuss-gnuradio@gnu.org > Sent: Fri, April 16, 2010 11:52:57 AM

Re: re[Discuss-gnuradio] configuring with usrp2 src present

2010-04-15 Thread Firas Abbas
Hi, Replace all xxx.run with xxx.start() and put xxx.wait() followed by xxx.stop() to stop the flowgraph Best Regards, Firas - Original Message > From: Andy_Long > To: Discuss-gnuradio@gnu.org > Sent: Thu, April 15, 2010 10:50:39 AM > Subject: Re: re[Discuss-gnuradio] configu

Re: [Discuss-gnuradio] XML Editing Tools

2010-04-13 Thread Firas Abbas
Thank you Josh and Eric for the Responses > From: Josh Blum > > I am afraid that the files look hand-written. You can misuse doxygen to make > manuals by feeding it hand written xml. At least I think thats the case. Whats I'm looking for is a new approach to generate both html and PDF docu

[Discuss-gnuradio] XML Editing Tools

2010-04-13 Thread Firas Abbas
Hi. What are the tools used to create the following Gnu Radio documents: a) exploring-gnuradio.xml b) usrp_guide.xml c) gr-trellis.xml Best Regards, Firas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/lis

Re: [Discuss-gnuradio] interfacing a DSP array card to USRP2

2010-03-31 Thread Firas Abbas
Hi, > From: Jeff Brower > That's huge... and you mentioned a 64k block transfer, much smaller, but > still more than 40 times a > large Ethernet packet. It sounds to me like this particular card mfg > was focused on very high rate streaming (without gaps or drops) and not on > low-latency,

Re: [Discuss-gnuradio] interfacing a DSP array card to USRP2

2010-03-31 Thread Firas Abbas
Hi, > From: Jeff Brower > > Firas- > A couple of brief comments: > 1) Sounds like this was a > high-speed data acq card, optimized for streaming, not an accelerator > card. How big was the > FIFO? The FIFO was 64MByte. > 2) On typical motherboards, PCIe > connects to the same (or similar

Re: [Discuss-gnuradio] interfacing a DSP array card to USRP2

2010-03-31 Thread Firas Abbas
Hi, > From: Jeff Brower > > Matt- > We're working on a project at Signalogic to interface one of our DSP array > PCIe cards to the USRP2. This would ?>provide a way for one or more TI DSPs to "insert" into the data flow and run C/C++ code for low-latency > and/or other high performance a

Re: [Discuss-gnuradio] Latest USRP2 firmware binaries updated

2010-03-02 Thread Firas Abbas
Hi, > From: Johnathan Corgan > > > Due to size limitations, the support for the WBX and XCVR2450 > > > daughterboards has been separated into distinct firmware images. > > > > > > Johnathan Corgan > > > > > > USRP2 RAM limitations? Or what limitations? > > Yes, the code store for the embedde

Re: [Discuss-gnuradio] Latest USRP2 firmware binaries updated

2010-03-02 Thread Firas Abbas
Hi, > From: Johnathan Corgan > > Due to size limitations, the support for the WBX and XCVR2450 > daughterboards has been separated into distinct firmware images. > > Johnathan Corgan USRP2 RAM limitations? Or what limitations? Best Regards, Firas __

Re: [Discuss-gnuradio] FLEX900 RX2 Port

2010-02-19 Thread Firas Abbas
Hi, > From: Matt Ettus > > > Yes, you can do full duplex, but you should not connect the ports > directly or you will blow out the receiver. There will be enough > leakage that you can just put attenuators. > > Matt Is USRP2 Antenna selection (TX/RX , RX2) works for the current firmware

Re: [Discuss-gnuradio] Firmware / FPGA bitstream for USRP2 Rev 4

2010-02-14 Thread Firas Abbas
Hi, Did you put a static IP address in your Ethernet? Tip, put any dummy static IP address, and you will find your USRP2!!! Best Regard, Firas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-

Re: [Discuss-gnuradio] Ettus Research News

2010-02-06 Thread Firas Abbas
, fun and pleasure. Dear Matt, What is important to us is to keep providing the SDR hardware at lowest possible prices and keep developing your products. Congratulation again. Best Regards, Firas Abbas ___ Discuss-gnuradio mailing list Discuss

Re: [Discuss-gnuradio] Usrp2 synchronize

2010-02-01 Thread Firas Abbas
Hi, > From: Matt Ettus > > > Jackson Labs Firefly: > > http://jackson-labs.com/ > > Matt Just an idea, if this device is recommended by you, can you offer it (with cables and other needed staff) as a synchronization tool kit in Ettus sales so it will be a one stop shop ? Best regards,

Re: [Discuss-gnuradio] WBX

2010-01-14 Thread Firas Abbas
Hi, > From: Matt Ettus > > At long last, the WBX is now available. Great news. > > More details and more detailed specs will follow in the next few days. Sorry, cannot wait !!. Ettus website says it is full duplex. Gnuradio code says it is half-duplex. Which one is right? Best Re

Re: [Discuss-gnuradio] USRP 8 bit USB transfers

2010-01-06 Thread Firas Abbas
Hi, > From: Johnathan Corgan > > This is working here both with the USRP1 and USRP2 and current git repository. > > > Johnathan 8 bit samples transfer working for USRP2 is a new information. How we can enable it? in python or in C++? Is there an example ? Best Regards, Firas

Re: [Discuss-gnuradio] Boost Problem in Compiling Current Trunk

2010-01-06 Thread Firas Abbas
Hi, >From: Mir M. Ali > >>Hi Firas, >I am having the same problem with the current trunk. Can you tell me how you >fixed the error? > >Thanks, >Ali That was (1 Jan 2009) more than one year old post. Certainly I cannot remember what was the problem!!. But generally, following Ubuntu Ins

Re: [Discuss-gnuradio] New server and software at gnuradio.org

2010-01-04 Thread Firas Abbas
Hi, > From: Eric Blossom > > Hi Folks, > > I've just cut us over to a new server running git and redmine instead > of trac and subversion. > > Eric Thank you for your and Johnathan and Matt efforts to run this project. The problem (from my point of view) in git is that we lost the meaning

Re: [Discuss-gnuradio] The bug in gr_bytes_to_syms?

2009-11-10 Thread Firas Abbas
Welcome back Eric! ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Problem with USRP2 continuous transmission at >10MHz

2009-10-12 Thread Firas Abbas
Hi, > From: Christoph Thein > > We are using Ubuntu 9.04 with the latest trunk version of gnuradio but don't > know enough about the OS realtime scheduling issue to explain it. Does > anybody > have more knowledge about ubuntu and realtime to explain this behaviour? > > Regards, > > Han

Re: [Discuss-gnuradio] Problem with USRP2 continuous transmission at >10MHz

2009-10-10 Thread Firas Abbas
Hi, > From: Matt Ettus > > are you sure you are seeing underruns? Have you connected to the debug > serial > port on the USRP2 and seen it send "U"? > > Matt USRP2 has 6 leds. Two of them are ON when every thing is OK. Can you use one/two of others to indicate over/under run? Best R

Re: [Discuss-gnuradio] Login to GnuRadio Trac

2009-09-30 Thread Firas Abbas
username: guest password: gnuradio ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] IF Sub sampling Hardware for GNU Radio

2009-09-22 Thread Firas Abbas
Hi, > >From: praphul chandra >Hi all, > >I want to make a subsampling SDR using GNU Radio. The available IF is at 1.44 >MHz and 10 MHz with 50 KHz BW. Can some one suggest cost effective hardware >suitable for subampling the IF. > >Sorry for reposting the question. > >Thanx in advance. > >-- Pr

Re: [Discuss-gnuradio] USRP2 start/stop issues

2009-09-08 Thread Firas Abbas
Hi, > From: Philip Balister > > > > How to browse git files and modifications ? I dont see it in the Wiki pages. > > http://www.gnuradio.org/cgit > > Philip Thank you. Never saw this link before. Best Regards, Firas ___ Discuss-gnuradio m

Re: [Discuss-gnuradio] USRP2 start/stop issues

2009-09-05 Thread Firas Abbas
Hi, > From: Josh Blum > >> > >>> Please pull from http://gnuradio.org/git/eb.git u2-hang > >> This has been merged into the master branch. > >> > >> Johnathan > > > > svn trunk ? > > > > The svn trunk has been unofficially deprecated since august third. > > http://www.mail-archive.com/dis

Re: [Discuss-gnuradio] USRP2 start/stop issues

2009-09-04 Thread Firas Abbas
Hi, > From: Johnathan Corgan > Subject: Re: [Discuss-gnuradio] USRP2 start/stop issues > > On Fri, Sep 4, 2009 at 04:14, Eric Blossomwrote: > > > Please pull from http://gnuradio.org/git/eb.git u2-hang > > This has been merged into the master branch. > > Johnathan svn trunk ? Best Regards,

Re: [Discuss-gnuradio] question regarding usrp_fft.py

2009-07-13 Thread Firas Abbas
Hi, --- On Mon, 7/13/09, adib_sairi wrote: > > I have another Question regarding the usrp_fft.py, what is the effect of > the average option? is it only average on the display of the graph only > or is it on the value of the power receive? how much sample it use to do > the averaging? > >

Re: [Discuss-gnuradio] gnuradio and python 2.6

2009-07-12 Thread Firas Abbas
Hi, --- On Mon, 7/13/09, Eric Blossom wrote: >> +0600, ali siddiqi wrote: > > Hi all, Does gnuradio work with python 2.6? If yes would I > need to first uninstall my gnuradio and python 2.5 first and then install > python 2.6 and gnuradio again? > > I am currently on ubuntu 8.04. Would I need t

Re: [Discuss-gnuradio] question regarding usrp_fft.py

2009-07-11 Thread Firas Abbas
Hi, --- On Sat, 7/11/09, adib_sairi wrote: > so if the bin of fft is treated as individual, what is the relationship > > between fft_size and the db calculation? what is the usage of fft_size > in the calculation? Ok let me explain. Let x(n) = cos(2*n*PI*f/fs) , n=0,1,2,..,N Now take

Re: [Discuss-gnuradio] question regarding usrp_fft.py

2009-07-11 Thread Firas Abbas
Hi, --- On Sat, 7/11/09, adib_sairi wrote: > >    i have some question regarding the y-axis in usrp_fft.py.. it is > labeled in unit dB. so how does it convert from ADC value to dB? Using the formula below. > > second, what is this formula mean? >   log = gr.nlog10_ff(10, self.fft_size,

Re: [Discuss-gnuradio] Permissions problem installing packages on Cygwin:

2009-07-07 Thread Firas Abbas
Hi, --- On Wed, 7/8/09, Shabbir Ahmed wrote: > > For Windows Vista: > > Make sure the User Account Control is turned OFF. That blocks the permission > to the folders, even though you have the ownership. > > Wanted to share this with the group. > > > Thank you loads. > > Regards, > > Shab

Re: [Discuss-gnuradio] Suggestion to Improve Some Digital Modulations Reception

2009-07-07 Thread Firas Abbas
--- On Tue, 7/7/09, Johnathan Corgan wrote: > > GNU Radio has gr.scrambler() and gr.descrambler() blocks to > do this. > > In the example digital packet radio application, we instead use a > whitener that has a pre-generated sequence of bits that we XOR the > payload with. > > Johnathan > Aha

Re: [Discuss-gnuradio] coding entirely in C++

2009-06-26 Thread Firas Abbas
Hi, Did you saw? http://gnuradio.org/trac/browser/gnuradio/trunk/gr-usrp/apps http://gnuradio.org/trac/browser/gnuradio/trunk/gnuradio-core/src/lib/hier BR Firas --- On Sat, 6/27/09, cr...@yahoo.com wrote: > From: cr...@yahoo.com > Subject: Re: [Discuss-gnuradio] coding entirely in C++ >

[Discuss-gnuradio] Re: USRP with USB/IP

2009-06-05 Thread Firas Abbas
Hi, --- On Sat, 6/6/09, Alberto Trentadue wrote: > On Fri, 2009-06-05 at 12:14 -0700, > Firas Abbas wrote: > > Hi, > > > > --- On Fri, 6/5/09, Patrick Strasser > > Hello! > > > > > > ednet[1] and RaidSonic[2] sell boxes that can forward

Re: [Discuss-gnuradio] USRP with USB/IP

2009-06-05 Thread Firas Abbas
Hi, --- On Fri, 6/5/09, Patrick Strasser wrote: > Hello! > > ednet[1] and RaidSonic[2] sell boxes that can forward USB > ports over via the Linux USB/IP[3] system. > > Patrick > >From the web site the transfer rate of these boxes is 10/100Mb/s. So >theoretically it should transfer a maximum

Re: [Discuss-gnuradio] Format of captured data

2009-05-27 Thread Firas Abbas
Hi, > On Wed, 5/27/09, Karthik wrote: > > If you use usrp_c() source, then the real part of the complex values are the > I values and the imaginary parts are Q values. They are each 16 bits. > > Karthik > That is not correct. If you use usrp_c source, then I & Q each are 32 bits (total com

Re: [Discuss-gnuradio] Cycle time detection for an unknown cyclic radio system

2009-05-26 Thread Firas Abbas
Hi, You have to explain well in order to get help, for example you said : [ for 200ms cycle time my array look like [27, 200, 27, 27, 27, 27, 276, 27], here count = 27, other values are actually some errors ] What is [my array]? how we suppose that we know your array? And what are these numbe

Re: [Discuss-gnuradio] Question on gnuradio.wxgui and the agc block

2009-05-21 Thread Firas Abbas
Hi, > On Thu, 5/21/09, Ankit Saf wrote: > > > I'll go a step further and ask if there is are more help files on available > GNU radio blocks, and > about writing your own block? > > Thanks! There is a old and un-updated document that lists Gnuradio blocks at: http://www.scribd.com/doc/9688

Re: [Discuss-gnuradio] tcp and udp server

2009-05-15 Thread Firas Abbas
Hi, > On Fri, 5/15/09, Eric Blossom wrote: > From: Eric Blossom > Subject: Re: [Discuss-gnuradio] tcp and udp server > To: "Tom Lutz" > Cc: discuss-gnuradio@gnu.org > Date: Friday, May 15, 2009, 8:54 PM > On Fri, May 15, 2009 at 01:01:50PM > -0400, Tom Lutz wrote: > > On Fri, May 15, 2009 at

Re: [Discuss-gnuradio] update: new FX2 firmware / boosted USB bandwidth

2009-05-13 Thread Firas Abbas
Hi, > On Tue, 5/12/09, Dominik Auras wrote: > Could you try to set different fusb parameters? I observed > that, since the FX2 is less likely to be a bottleneck, > tuning of these parameters may have greater impact than > before. E.g. my laptop did an additional 2 MB/s with B = > 16384 and N = 1

Re: [Discuss-gnuradio] update: new FX2 firmware / boosted USB bandwidth

2009-05-12 Thread Firas Abbas
Hi Dominik, > On Sun, 5/10/09, Dominik Auras wrote: > Hi! > > Well, as I promised, I am going to share my results with > the community. So here it is: > > http://www.dominikauras.de/gnuradio/usrp_fx2.html > I spent much time on verifying, but of course can't promise > it is bugfree. So I invit

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] Weired GNURADIO Performance

2009-05-02 Thread Firas Abbas
Hi, > On Sat, 5/2/09, Andrew Lutomirski wrote: > I can speculate: some versions of Ubuntu (i.e. all the ones > I've actually looked at) seem to build fftw *without* SSE/SSE2.  > > --Andy Do FFTW have a function we can use to read if it is using SSE/SSE2?. If exist, we can add a small progra

Re: [Discuss-gnuradio] Standalone USRP1 Operation

2009-04-26 Thread Firas Abbas
Hi, > On Sun, 4/26/09, Tony Naggs wrote: > > Programming for USB Host is unfortunately not simple. Thank you for the suggestions. I did some research on USB in the couple two days ago. I found a microchip pic which can be configured as a USB host or device. But, as you said it is not si

[Discuss-gnuradio] USRP with USB 3.0 !

2009-04-25 Thread Firas Abbas
Hi, May be someday, the USRP_x will transfer data to our PC using USB 3.0, a 5 Gbps data transfer bus. http://www.pcworld.com/article/156494/superspeed_usb_30_more_details_emerge.html BR Firas ___ Discuss-gnuradio mailing list Discuss-gnuradio@

Re: [Discuss-gnuradio] cycle/period detection of a cyclic/periodic transmitter

2009-04-22 Thread Firas Abbas
Hi, > On Wed, 4/22/09, kaleem ahmad wrote: > > Thanks Firas, > > But I can simply tell that it always transmit a fix packet (with > bitrate=500kbps) of 1220 micro sec including preamble. It means that > after every T ms (T is repetition cycle time and can be a fixed > value from range: 1ms..

Re: [Discuss-gnuradio] cycle/period detection of a cyclic/periodic transmitter

2009-04-22 Thread Firas Abbas
Hi, > On Wed, 4/22/09, kaleem ahmad wrote: > > Hi All, > > I am trying to detect the cycle (or period) time of a cyclic data > transmitter by sensing the channel. The transmitter can be any general e.g. > FSK/ZigBee/Bluetooth etc, and transmitting a fixed packet after every 'T' > ms. I am int

Re: [Discuss-gnuradio] GRC:Suitable Sink required

2009-04-20 Thread Firas Abbas
Hi, > On Mon, 4/20/09, Saleem Akhtar wrote: > Hi, > It appears that gr.message_sink and gr..msg_queues are for > digital data. but my flowgraph (periodogram) is for analog > samples, This is not true (see: usrp_spectrum_sense.py). > complex baseband samples from usrp --> stream to vector > (v

Re: [Discuss-gnuradio] Re: max throughput USB 2.0

2009-04-13 Thread Firas Abbas
Hi, > On Mon, 4/13/09, feldmaus wrote: > > you are right, but why are we calculating with 32MByte/s > and not with 60MByte/s or something else ? Did you saw USRP FAQ? Always check before ask. See: http://gnuradio.org/trac/wiki/UsrpFAQ/Gen#USB:480MBitsec32MBytesec And see also: http://gnurad

RE: [Discuss-gnuradio] Question about latency

2009-04-03 Thread Firas Abbas
Hi, > On Fri, 4/3/09, Matigakis Emmanouil wrote: > > Hi, > > I don't have a BasicRX db. Can't I do the same with RFX2400? You can do the test with RFX2400 but you have to disable auto T/R switch to use TX/RX sma for tx and RX2 for RX (after using select antenna command). > > Is it danger

RE: [Discuss-gnuradio] Question about latency

2009-04-02 Thread Firas Abbas
Hi, > On Thu, 4/2/09, Matigakis Emmanouil wrote: > > Hello, > > I did tried to increase the sampling rate and the delay > went up to 100ms. I was getting a lot of Uo on the screen though from > the program. The block I've made that does the > > processing stores the waveform it receives in

Re: [Discuss-gnuradio] LW/AM/SW radio very cheap in laptop?

2009-04-02 Thread Firas Abbas
Hi, --- On Thu, 4/2/09, John Gilmore wrote: > There's another chance to get kids into radio... > > If a high volume kids' laptop had stereo "HD audio" ports available > (24-bit 192 kHz converters, 95 db input and 100 db output), how cheap > and small a circuit could you build onto that motherb

Re: [Discuss-gnuradio] question to I and Q routing

2009-04-01 Thread Firas Abbas
Hi, --- On Wed, 4/1/09, feldmaus wrote: > Hi All, > > i have a signal generator which is only connected to 1 SMA > connector > at the LFRX daughterboard. > In the gnuradio documentation is written: > "Each of the 4 ADC's can be routed to either of I or the Q > input > of any of the 4 DDC's." >

Re: [Discuss-gnuradio] Jagged Data

2009-03-29 Thread Firas Abbas
Hi, >From : http://gnuradio.org/trac/wiki/ReportingErrors Some GNU-Radio-specific things that we'll need to know are: * What version of GNU Radio are you using? * What operating system are you using? (Linux, BSD, Mac OS X, Windows, or other? Which distribution? Which version? 32- or

Re: [Discuss-gnuradio] CIC Interpolator Filter in the FPGA

2009-03-29 Thread Firas Abbas
Hi, > On Sun, 3/29/09, slimchao wrote: > > Hi Firas, > > thanks! i am sure that a 4 Stage CIC Decimator is in the > USRP FPGA DDC and 4x interpolation in the AD9860  (an interpolation rate > of 4x is achieved using both interpolation filters).  but how many Stage > CIC Interpolator is in the F

Re: [Discuss-gnuradio] CIC Interpolator Filter in the FPGA

2009-03-28 Thread Firas Abbas
Hi, > On Sat, 3/28/09, slimchao wrote: > > Hello, > > can anyone explain how implemented the CIC interploator > Filter (how many > stages) in the FPGA. if we want a interpolation of 32, the > interpolation > rate is 4 in the AD9860 (4x interpolation), sothat the > interpolation is > 32/4=8 in

Re: [Discuss-gnuradio] some doxygen questions

2009-03-24 Thread Firas Abbas
Hi, > On Tue, 3/24/09, Dimitris Symeonidis wrote: > have some questions that > hopefully someone on the list can answer: > > 1) Do we need both the html and xml documentation, or just > html? XML documentation is needed for GRC. > 2) Search functionality would be useful. I looked at the >

Re: [Discuss-gnuradio] Can threading disturb sensing continuety

2009-03-21 Thread Firas Abbas
Hi, > On Fri, 3/20/09, kaleem ahmad wrote: > > ADC sampling rate = 64MHz > it gives resulution time = 1/64MHz = 156 ns > if we choose N=512 for FFT then total observation time for > one scan(one > complete FFT) is = 156ns x 512 = 8 micro sec > if the maximum possible (expected) cycle time is 20

Re: [Discuss-gnuradio] Correct method for "compressing" a power spectrum

2009-03-10 Thread Firas Abbas
Hi, > From: Marcus D. Leech > OK, so I decided to use the averaging method, rather than > the maximum > method. It produces reasonably good looking plots: > Marcus Leech Can you post a link to what you saw by the maximum method ? Best Regards, Firas

Re: [Discuss-gnuradio] Maximum value of samples

2009-03-10 Thread Firas Abbas
Hi, > From: Sebastiaan Heunis > > Can anyone please suggest a setup that I can use to test > the maximum value of samples? > > Sebastiaan The quickest way is to run grc, connect usrp to number sink and run the graph. Regards, Firas ___ Discuss

Re: [Discuss-gnuradio] Correct method for "compressing" a power spectrum

2009-03-08 Thread Firas Abbas
Hi, > From: Marcus D. Leech > > Let's say I have an FFT output that's many, many, bins wide, and I want > to compress that information into a narrower display (let's say from 4M > > bins down to 1024 bins). > > My approach has been to sum up each set of [4M/1024] bins, and use that > as the

Re: [Discuss-gnuradio] Guide for Reporting Errors and Asking for Help

2009-03-02 Thread Firas Abbas
Hi, > On Mon, 2/23/09, Patrick Strasser wrote: > > I wrote some lines for people asking for help in the wiki. > > Please look through it, it can certainly need some polishing. > > Patrick I did some polishing to it. It certainly needs more polishing now!. Best Regards, Firas __

Re: [Discuss-gnuradio] implement d8psk on benchmark_tx.py

2009-02-16 Thread Firas Abbas
Hi, > On Tue, 2/17/09, George Nychis wrote: > Hello, Tianning/Bill/Daniel! > > The performance of 8PSK matches pretty similarly to 16-QAM. > So, 8PSK is usually never used in a real system as you get > better spectral efficiency with 16-QAM without taking a huge > hit in required SNR. > > - R

Re: [Discuss-gnuradio] New USRP2 Warning Message

2009-02-09 Thread Firas Abbas
Hi, > On Mon, 2/9/09, Eric Blossom wrote: > > For the first part of the question, something about > reset_db, I think you need to update, build and reinstall the f/w on the > SDCARD since internally, we now use a new (internal) method to handle > some things. > > Eric I think my SD revision is

Re: [Discuss-gnuradio] New USRP2 Warning Message

2009-02-08 Thread Firas Abbas
Hi, > On Sun, 2/8/09, Johnathan Corgan wrote: > > Do you get this every time you run usrp2_fft.py? Can you > try usrp2_siggen.py or usrp2_rx_cfile.py? > > Johnathan Yes, with usrp2_siggen.py or usrp2_rx_cfile.py, I got this message too. Best Regards, Firas _

Re: [Discuss-gnuradio] New USRP2 Warning Message

2009-02-08 Thread Firas Abbas
Hi, > On Sun, 2/8/09, Johnathan Corgan wrote: > > > Did this start occurring at the same time as the reset_db() failure, > or has it been going on longer? > > Johnathan No. It was existed from an older revisions. Best Regards, Firas ___ Discuss

Re: [Discuss-gnuradio] New USRP2 Warning Message

2009-02-08 Thread Firas Abbas
Hi, > On Sun, 2/8/09, Johnathan Corgan wrote: > > Do you get this every time you run usrp2_fft.py? Can you try > usrp2_siggen.py or usrp2_rx_cfile.py? > > Johnathan I get this message every time I try to run usrp2_fft.py. for the others, I will try tomorrow. Also, when I try to use tb.star

Re: [Discuss-gnuradio] Support for 8-bit USB samples in GRC

2009-01-30 Thread Firas Abbas
Hi, When working with 8 bit samples, you must disable FPGA halfband filter see (http://gnuradio.org/trac/wiki/UsrpFAQ/DDC). To do so, the USRP (via GRC) should load the "std_4rx_0tx.rbf" image. Best Regards, Firas ___ Discuss-gnuradio mailing l

Re: [Discuss-gnuradio] Problem with FFT of simple signal

2009-01-30 Thread Firas Abbas
Hi, > On Fri, 1/30/09, Emil Molin wrote: > > Running it with a generated signal causes the program to freeze. > > This is normal since there is no sampling rate control in your code and your CPU will be eaten. To overcome this problem use gr.throttle API in you code. Best Regards, Firas _

Re: [Discuss-gnuradio] Simple Broadcast FM Receiver

2009-01-26 Thread Firas Abbas
Hi, > On Tue, 1/27/09, Eric Blossom wrote: > > > Attention all newbies: > > Please read the GNU Radio FAQ and the USRP FAQ and try > searching with google before posting to the list. > > http://gnuradio.org/trac/wiki/FAQ > http://gnuradio.org/trac/wiki/UsrpFAQ > > Most commands support

Re: [Discuss-gnuradio] After bootstrap, ./ltmain.sh' not found

2009-01-19 Thread Firas Abbas
Hi, > On Mon, 1/19/09, Johnathan Corgan wrote: > > This may be a problem with a newer libtool and building the howto code > when it is a sub-directory of a checked out copy of the trunk. Can > you try copying the howto directory into another place, not as part of > the full tree? Better yet, c

Re: [Discuss-gnuradio] Macbook Pro and USRP2

2009-01-16 Thread Firas Abbas
Hi, 1) Download and run Ubuntu live CD first (do not install). 2) From terminal, run : dmesg | grep Ethernet and/or run: lspci | grep Ethernet and you will know what is your chip set. Best Regards, Firas ___ Discuss-gnuradio mailing list Di

Re: [Discuss-gnuradio] USRP and USRP2 FFT result comparison analysis help

2009-01-13 Thread Firas Abbas
Hi, 1) The comparison is not fair with these decimation values. For USRP2, you used a decimation of 25. Using this odd decimation will disable the FIR filters of the USRP2 FPGA. 2) To make the comparison valid, I suggest for you to use decimation of 64 for USRP and decimation of 100 for USRP2.

Re: [Discuss-gnuradio] usrp_wfm_rcv.py and audio underrun aUaUaU

2009-01-13 Thread Firas Abbas
Hi, Try : usrp_wfm_rcv_nogui.py if it is working with no aUaUaU, then you have CPU utilization problem. If not, you have to check if your sound card can accept the required 32KHz audio stream. Regards, Firas ___ Discuss-gnuradio mailing list Dis

Re: [Discuss-gnuradio] Boost Problem in Compiling Current Trunk

2009-01-01 Thread Firas Abbas
Hi, > On Thu, 1/1/09, Johnathan Corgan wrote: > Please svn update and retry. > > -Johnathan Everything is OK now. I Successfully complied revision [10184]. Thank you and happy new year. Firas ___ Discuss-gnuradio mailing list Discuss-gnuradio@g

Re: [Discuss-gnuradio] Some usrp_spectrum_sense.py code Explanation

2008-12-30 Thread Firas Abbas
Hi, > --- On Tue, 12/30/08, Ling Huang wrote: > Hi, Firas > In my opinion the ouput Y[i] has the same dimension with > the power. If we square root the output, and divide it with the fft bin > numbers, then we get the voltage magnitude. Am I right? > > Best Regards, > Ling Yes, If we square r

Re: [Discuss-gnuradio] Marvell Yukon 88E8039 PCI-E Ethernet - USRP2

2008-12-29 Thread Firas Abbas
Hi, 1) Use static IP address 2) Run find_usrps with sudo 3) Post your ifconfig Regards, Firas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] wfm_tx and nbfm_tx

2008-12-19 Thread Firas Abbas
Hi Dimtris, --- On Fri, 12/19/08, Dimitris Symeonidis wrote: > the description should be changed to show that: > - blks2.wfm_tx can receive a maximum audio rate of <=16k > (instead of > the declared >= 16k) > - blks2.nbfm_tx can receive a maximum audio rate of <= > 4.5k (instead of >= 16k) >

Re: [Discuss-gnuradio] High bandwidth channel estimation using the USRP

2008-12-15 Thread Firas Abbas
Hi, I you want to do sampling @ 8 bit, USRP bandwidth can be extended to 16MHz. See usrp_fft.py with option (-8). Regards, firas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Help with USRP

2008-12-09 Thread Firas Abbas
Hi, 1) USRP1 minimum interpolation rate is 16. You cannot go lower. 2) If you want to transmit signals, use usrp_siggen.py or modify it to do what you require. Regards, Firas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lis

Re: [Discuss-gnuradio] Tom Rondeau esquire

2008-12-05 Thread Firas Abbas
Congratulation Tom. Best Regards, Firas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] how to change the channel width when data is transmitting

2008-12-04 Thread Firas Abbas
Hi, I have a strange suggestion to you (it worked for me in some time earlier). If it works for you please give us a feedback. the Suggestion: Change TX amplitude from 12000 (as you stated in your email) to 2000 and redo the experiment. Note: To run with real time scheduling, start your p

Re: [Discuss-gnuradio] Re: Error - in building new signal processing block

2008-11-29 Thread Firas Abbas
Sat, 11/29/08, Bruhtesfa Ebrahim <[EMAIL PROTECTED]> wrote: From: Bruhtesfa Ebrahim <[EMAIL PROTECTED]> Subject: [Discuss-gnuradio] Re: Error - in building new signal processing block To: discuss-gnuradio@gnu.org Date: Saturday, November 29, 2008, 2:56 PM Firas Abbas wrote: >

Re: [Discuss-gnuradio] Error - in building new signal processing block

2008-11-28 Thread Firas Abbas
check :   http://gnuradio.org/trac/ticket/308 ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] how to change the channel width when data is transmitting

2008-11-18 Thread Firas Abbas
Hi, What is your gnuradio code revision ? svn info Regards, Firas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] New (potential) user + question

2008-11-17 Thread Firas Abbas
Hi, If you want to use gnuradio in your sound work only (not doing any RF work), I dont think you will need the USRP. All what you need is your PC sound card and the gnuradio software. Best regards, Firas --- On Mon, 11/17/08, Peter O'Doherty <[EMAIL PROTECTED]> wrote: From: Peter O'Doher

RE: [Discuss-gnuradio] Tune failed with FLEX400 on side B

2008-11-15 Thread Firas Abbas
Hi, > Brian T. Solan wrote: > Do you mean to use the source_c tune method?I mean the 0 in your : r = usrp.tune(self.u, 0, self.subdev, target_freq) is wrong. For side B, it should be 1 or use _which. Regards, Firas ___ Discuss-gnuradio mailing list D

Re: [Discuss-gnuradio] Tune failed with FLEX400 on side B

2008-11-15 Thread Firas Abbas
Hi, Use : r = usrp.tune(self.subdev._which, self.subdev, target_freq) instead of : r = usrp.tune(self.u, 0, self.subdev, target_freq)     Regards, Firas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/list

Re: [Discuss-gnuradio] Use of bin_statistics

2008-11-07 Thread Firas Abbas
Hi, >  Paul Mathews <[EMAIL PROTECTED]> wrote: > use "--tune-delay" with 10e-3 > > Based on the above, I'd expect an integer tune delay parameter. > Is 10e-3 just a way of specifying a value smaller than 1, so > there's no tune delay? The tune delay timing parameter passed to bin_statistics is

Re: [Discuss-gnuradio] JPEG Transmission via USRP

2008-11-06 Thread Firas Abbas
http://academic.csuohio.edu/yuc/mobile08/Sai_Sachin2.pdf ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] USRP2 latency calculations

2008-11-05 Thread Firas Abbas
Hi, If USRP2 can respond to PING and reply back, then one should be able to measure the delay. Regards, Firas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Help with new install..

2008-11-05 Thread Firas Abbas
Hi, If  you installed boost at (for example): /opt/boost_1_36_0/lib then : 1)  sudo edit : /etc/ld.so.conf 2) add the line: /opt/boost_1_36_0/lib    to it 3) exit and do: sudo ldconfig Regards, Firas ___ Discuss-gnuradio mailing list Discuss-g

Re: [Discuss-gnuradio] fft realated problems

2008-11-04 Thread Firas Abbas
Hi, Post your code used  in the experiments  (the one you used to get input signal from RX2) and the command line arguments you use to run the it. Firas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/

[Discuss-gnuradio] Re: [Patch-gnuradio] Fixing Bug in usrp_spectrum_sense.py

2008-10-17 Thread Firas Abbas
Hi, 1) Why you are posting in Patch-gnuradio ?. Posting to Patch-gnuradio is used only if you have a patch to the gnuradio project. 2) > Santi Ortega <[EMAIL PROTECTED]> wrote: > > How?? It's seems to be too easy but I don't know so much python to do it... > Could you write me some initial code

[Discuss-gnuradio] Re: [Patch-gnuradio] Fixing Bug in usrp_spectrum_sense.py

2008-10-14 Thread Firas Abbas
Hi, > Santi Ortega <[EMAIL PROTECTED]> wrote: > > Does anyone give you the reason? What do you mean by reason? > Is it possible to show the wideband spectrum in a Graphic Window? Yes it is possible. You can use gnuPlot or something like the GUI used in fft_sink. Regards, Firas --- On Tue

Re: [Discuss-gnuradio] introducing CGRAN: 3rd party GNU Radio application support

2008-10-14 Thread Firas Abbas
Hi, Thank you for your efforts. Can you add a blogging page to us? I think blogging is very important. Kindly see : http://sdrblog.wordpress.com/ It belong to Dimitris Symeonidis. He said that he started it " to keep a log of the problems I face and how I solve them". I think it is very use

Re: [Discuss-gnuradio] Wideband Spectrum Analyzer

2008-10-14 Thread Firas Abbas
Hi, > Santi Ortega <[EMAIL PROTECTED]> wrote: > > Yes, but I think we can take the spectrum of every 8MHz band and put it into > the > computer so it can memorize and show it. See usrp_spectrum_sense.py, it implements this technique to scan the entire spectrum available to each USRP daughter

Re: [Discuss-gnuradio] On Off Keying

2008-09-30 Thread Firas Abbas
Hi, > Johnathan Corgan <[EMAIL PROTECTED]> wrote: > > None of the daughterboards have AGC as far as I'm aware (Matt, > correct me if I'm wrong on this.) I'm not very sure, but I think TVRX daughter board has an AGC. Regards, Firas ___ Discuss-gnurad

Re: [Discuss-gnuradio] upgrade the rds code to work on 3.1.2

2008-08-20 Thread Firas Abbas
Hi, > Dimitris Symeonidis wrote: >  > What would you think of creating a page on the gnuradio wiki to put all this information >  to make it available to others? I think there is always a need for such things, but the project is being developed so rapidly (which is technically great) in away t

  1   2   >