Re: [Discuss-gnuradio] Implementation of dynamic spectrum access

2011-05-08 Thread Tom Rondeau
On Sun, May 8, 2011 at 2:03 AM, yulong yang yyl@gmail.com wrote: Thanks for reply. My plan is to extend the usrp_spectrum_sense.py: grab its output data and let a py script find the best available frequency in the data; then put this frequency into the usrp2_source block of file

Re: [Discuss-gnuradio] USRP custom hardware suppliers?

2011-05-08 Thread Stefan Gofferje
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/07/2011 05:28 PM, David Bengtson wrote: That's a pretty aggressive goal, to hit 5W over the USRP BW. To get reasonable linearity, you're probably looking at something that draws 25W of DC power. An external Amp is probably off the shelf. For

[Discuss-gnuradio] USRP2 on switch?

2011-05-08 Thread Stefan Gofferje
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, that MIGHT be a stupid question, so please forgive me if it is :). Is it possible/adviseable to connect an USRP2 to the PC via a (GigaBit - of course) network switch? Or might that create problems / latencies which would unreasonably impact the

Re: [Discuss-gnuradio] Issues on Build/install on Ubuntu x32 (version 3.3.0)

2011-05-08 Thread Tom Rondeau
On Thu, May 5, 2011 at 7:48 AM, Tom Rondeau trondeau1...@gmail.com wrote: On Wed, May 4, 2011 at 6:40 PM, Arturo Rinaldi arty.n...@gmail.comwrote: i have some issue in building gnuradio-3.3.0 on ubuntu 11.04 x32. In particular I get errors in the building of the gr-usrp2 module, so i'm

Re: [Discuss-gnuradio] Implementation of dynamic spectrum access

2011-05-08 Thread Yang
How I understand of benchmark is that in the script it start the block, wait for the packet to generate and then send it out. Do you mean this threading wait? Is a block a thread? So do you mean to import the spectrum_sense block in benchmark file and make the transmitter wait when it dose

Re: [Discuss-gnuradio] USRP2 on switch?

2011-05-08 Thread Yang
it seems every usrp2 must have a ethernet number and a MAC address, so I think the connecting with switch might not work...? -- Yang Sent with Sparrow On 2011年5月8日星期日 at 下午6:29, Stefan Gofferje wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, that MIGHT be a stupid question, so

Re: [Discuss-gnuradio] USRP2 on switch?

2011-05-08 Thread Mike Clark
I have an N210 (UHD) hooked to a switch. It works just fine. I think the reason it is recommended to hook it directly to the computer doing the processing is that a switch will have a limit as to how much data can go through it at any time. So you probably shouldn't have 10 USRPs hooked to the

Re: [Discuss-gnuradio] Implementation of dynamic spectrum access

2011-05-08 Thread Tom Rondeau
On Sun, May 8, 2011 at 1:42 PM, Yang yyl@gmail.com wrote: How I understand of benchmark is that in the script it start the block, wait for the packet to generate and then send it out. Do you mean this threading wait? Is a block a thread? So do you mean to import the spectrum_sense block

[Discuss-gnuradio] Variable Sink in GRC?

2011-05-08 Thread George S. Williams
Is there still a Variable Sink in GRC? I've seen references to it on several threads and in the online GRC documentation, but can't find it in GRC. I'm using a fairly recent gnuradio GIT. Thanks, George ___ Discuss-gnuradio mailing list

Re: [Discuss-gnuradio] GNU Radio + UHD install

2011-05-08 Thread sumitstop
Hi marc, When i am typing the follwing thing git branch --track next origin/next git checkout next its giving error that fatal:not a valid object name : 'origin next' Marc Epard-3 wrote: Yesterday I did a ground-up install of GNU Radio for UHD. Since all the steps

Re: [Discuss-gnuradio] GNU Radio + UHD install

2011-05-08 Thread Marcus D. Leech
Hi marc, When i am typing the follwing thing git branch --track next origin/next git checkout next its giving error that fatal:not a valid object name : 'origin next' You might try: http://www.sbrac.org/files/build-gnuradio Which takes care of GIT-uploading the very

Re: [Discuss-gnuradio] Variable Sink in GRC?

2011-05-08 Thread Josh Blum
See the function probe block: Periodically probe a function and set its value to this variable. Set the values for block ID, function name, and function args appropriately: Block ID should be the ID of another block in this flow graph. Function name should be the name of a class method on that

Re: [Discuss-gnuradio] GNU Radio + UHD install

2011-05-08 Thread Tom Rondeau
On Sun, May 8, 2011 at 5:40 PM, sumitstop sumit.ku...@research.iiit.ac.inwrote: Hi marc, When i am typing the follwing thing git branch --track next origin/next git checkout next its giving error that fatal:not a valid object name : 'origin next' There is currently no

Re: [Discuss-gnuradio] JTRS SCA

2011-05-08 Thread Ben Hilburn
What do you mean by this, exactly? GNURadio doesn't implement the SCA. Cheers, Ben On Thu, May 5, 2011 at 5:24 AM, Jaco Meintjes jmeint...@csir.co.za wrote: Hi, Has anyone worked on JTRS (Joint Tactical Radios Sytems) SCA (Software Communication Architecture) with GNURadio and UHD?

Re: [Discuss-gnuradio] GNU Radio + UHD install

2011-05-08 Thread sumitstop
Hi Marcus thanks for the script a lot. I saved it as build-gnuradio.sh I ran that script but after pressing yes its giving following error which I am unable to debug ./build-gnuradio.sh: 52: function not found ./build-gnuradio.sh:73:syntax error: } unexpected Thanks Marcus D. Leech wrote:

Re: [Discuss-gnuradio] GNU Radio + UHD install

2011-05-08 Thread sumitstop
Thanks Tom. Tom Rondeau wrote: On Sun, May 8, 2011 at 5:40 PM, sumitstop sumit.ku...@research.iiit.ac.inwrote: Hi marc, When i am typing the follwing thing git branch --track next origin/next git checkout next its giving error that fatal:not a valid object name :

Re: [Discuss-gnuradio] GNU Radio + UHD install

2011-05-08 Thread sumitstop
Hi Marcus thanks for the script a lot. I saved it as build-gnuradio.sh I ran that script but after pressing yes its giving following error which I am unable to debug ./build-gnuradio.sh: 52: function not found ./build-gnuradio.sh:73:syntax error: } unexpected Thanks Marcus D. Leech wrote:

Re: [Discuss-gnuradio] GNU Radio + UHD install

2011-05-08 Thread sumitstop
**Sorry for spamming.I thought I lost the thread :( Hi Marcus thanks for the script a lot. I saved it as build-gnuradio.sh I ran that script but after pressing yes its giving following error which I am unable to debug ./build-gnuradio.sh: 52: function not found ./build-gnuradio.sh:73:syntax

Re: [Discuss-gnuradio] GNU Radio + UHD install

2011-05-08 Thread Marcus D. Leech
**Sorry for spamming.I thought I lost the thread :( Hi Marcus thanks for the script a lot. I saved it as build-gnuradio.sh I ran that script but after pressing yes its giving following error which I am unable to debug ./build-gnuradio.sh: 52: function not found

[Discuss-gnuradio] Interesting performance observations on WX GUI FFT sink

2011-05-08 Thread Marcus D. Leech
I was doing some experiments with multi-DDC support in recent UHD+USRP2 firmware. I thought I'd start by a simple source-FFT Sink I discovered rather by accident that if my FFT sinks had averaging turned *OFF*, that even at modest input bandwidths on my dual-centrino laptop, they'd get

Re: [Discuss-gnuradio] GNU Radio + UHD install

2011-05-08 Thread sumitstop
Hi Marcus Yes I did sh build-gnuradio.sh actually in the beginning. But now its working with the modifications you said. Its really too helpful script for first time users :) Thanks Marcus D. Leech wrote: **Sorry for spamming.I thought I lost the thread :( Hi Marcus thanks for the

Re: [Discuss-gnuradio] GNU Radio + UHD install

2011-05-08 Thread sumitstop
Hi Marcus , Will the UHD and FPGA/FIRMWARE installed work for USRP2 devices as well ? Because the installation is finished now and its saying about USRP1 only. I have USRP2 motherboards. Marcus D. Leech wrote: **Sorry for spamming.I thought I lost the thread :( Hi Marcus thanks for the

Re: [Discuss-gnuradio] Interesting performance observations on WX GUI FFT sink

2011-05-08 Thread Stefan Gofferje
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/08/2011 11:50 PM, Marcus D. Leech wrote: I discovered rather by accident that if my FFT sinks had averaging turned *OFF*, that even at modest input bandwidths on my dual-centrino laptop, they'd get wedged, even at relatively-low FFT

Re: [Discuss-gnuradio] Interesting performance observations on WX GUI FFT sink

2011-05-08 Thread Marcus D. Leech
-BEGIN PGP SIGNED MESSAGE- I have similar observations but without any hardware. The WX FFT totally locks my Athlon 64 3800+, when displaying. Just signal source - FFT sink. BUT - only the WX FFT. The QT FFT seems rather reasonable in performance demands. Try turning down the display

Re: [Discuss-gnuradio] Interesting performance observations on WX GUI FFT sink

2011-05-08 Thread Stefan Gofferje
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/09/2011 12:44 AM, Marcus D. Leech wrote: Try turning down the display rate in the WX FFT display--by default it's set to 30 FPS. I generally run mine with 5 FPS or less, and turn on averaging, with an alpha of 0.1 or smaller. Yeah, at

Re: [Discuss-gnuradio] Interesting performance observations on WX GUI FFT sink

2011-05-08 Thread Tom Rondeau
On Sun, May 8, 2011 at 10:40 PM, Stefan Gofferje stefan.goffe...@gmx.dewrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/08/2011 11:50 PM, Marcus D. Leech wrote: I discovered rather by accident that if my FFT sinks had averaging turned *OFF*, that even at modest input

Re: [Discuss-gnuradio] Interesting performance observations on WX GUI FFT sink

2011-05-08 Thread Stefan Gofferje
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/09/2011 12:52 AM, Tom Rondeau wrote: Are you saying you're using a gr_sig_source straight into the FFT sink? You should probably put a gr_throttle block in there since you have nothing else rate-limiting the flowgraph. It's not a surprise

Re: [Discuss-gnuradio] Implementation of dynamic spectrum access

2011-05-08 Thread adib_sairi
Dear Yang, My master work is on this topic. I have a recent paper on this which as below, M. Adib Sarijari, Rozeha A. Rashid, N. Fisal, A. C. C. Lo, S. K. S. Yusof, N. H. Mahalin. http://trg.fke.utm.my/members/adib/publications/WWRF%202011-2(2).pdf Dynamic Spectrum Access Using Cognitive Radio

Re: [Discuss-gnuradio] JTRS SCA

2011-05-08 Thread turbovectorz turbovectorz
Jaco, I worked on a project about 3 years ago using experimental SDR and later USRP1's to interoperate with military field radios such as the AN/PRC-113 SATCOM and SINCGARS. However, our core C4ISR applications were using SCA. Our primary goal is interoperability with multiple radio system

Re: [Discuss-gnuradio] Software controllable channel filter in XCVR2450 and RFX2400

2011-05-08 Thread Jason Abele
On Sat, May 7, 2011 at 7:04 AM, sumitstop sumit.ku...@research.iiit.ac.in wrote: Does XCVR2450 and RFX2400 have software controllable channel filter as in DBSRX2 ? XCVR2450 does, though with fewer bandwidth settings than DBSRX2, RFX2400 does not have a software controlled analog channel filter

Re: [Discuss-gnuradio] USRP custom hardware suppliers?

2011-05-08 Thread David Bengtson
You're going to need several stages of amplification to get to 5+ watts out. It can all be done on a single board, but making it work requires a fair amount of experience. The other issue is the various regulatory bodies are going to frown on something like that if you try to sell it. You can't

Re: [Discuss-gnuradio] Cumsum block on GRC

2011-05-08 Thread mehmet kabasakal
Hi Nick, I made the change you suggested and it worked, thanks a lot. Mehmet. 2011/5/7, Nick Foster n...@ettus.com: On Sat, 2011-05-07 at 15:53 +0100, Tom Rondeau wrote: On Sat, May 7, 2011 at 3:44 PM, mehmet kabasakal 85kabasa...@gmail.com wrote: Hi List, I am trying to

Re: [Discuss-gnuradio] JTRS SCA

2011-05-08 Thread Robert McGwier
http://ossie.wireless.vt.edu/trac/ On Thu, May 5, 2011 at 4:24 AM, Jaco Meintjes jmeint...@csir.co.za wrote: Hi, Has anyone worked on JTRS (Joint Tactical Radios Sytems) SCA (Software Communication Architecture) with GNURadio and UHD? Regards, Jaco -- This message is subject to the