discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] A question on gnuradio capacity of handling real


From: Marcus D. Leech
Subject: Re: [Discuss-gnuradio] A question on gnuradio capacity of handling real time data streaming and signal processing with USRP N210 + gnuradio on host linux computer
Date: Mon, 13 May 2013 19:45:58 -0400
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

Dear Group,

 

I have a need to do real time or near real time tracking (most likely phase-lock loop) of multiple narrow-band carriers/tones in a 1MHz band of signal input using USRP N210 and gnuradio running on a reasonable linux host. Say the carriers/tones are embedded in the band from -500 kHz to +500 kHz. If I want to lock on to 20 carriers in that band using gnuradio PLLs, will this choke up the computer? If there is a problem, I also would like to think how to reduce data rates. But I don’t know whether multiple LO’s are an option.

 

Thanks for reading,

 

LD

The best thing to do is to put together a simulation, and see if your computer is up to the task or not.

Something that we don't have a really good handle on in Gnu Radio is some  estimates for the computational complexity of
  individual blocks in a flow graph.

If we did, one could do some simple arithmetic:

add up all the complexities of all the blocks on your "fast path" (by this I mean blocks that must necessarily operate at the input sample rate)
multiply that by the sample rate

That gives you an idea of the numbers of MFLOPS/GFLOPS required to support your application.


-- 
Marcus Leech
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org

reply via email to

[Prev in Thread] Current Thread [Next in Thread]