[Discuss-gnuradio] Decimation of multiple streams

2015-03-06 Thread Ali Riaz
Hey guys, I just had a quick question; if we have multiple streams that need to be decimated, is there a fast way to go about doing that in GNURadio Companion? How would you do it? Here's a picture of my flow graph: http://imgur.com/a/a0KCX Thank you for your help! Best, Ali

Re: [Discuss-gnuradio] Decoding Morse code

2015-03-06 Thread Mike Markowski
On 03/06/2015 03:30 PM, Martin Braun wrote: Mike, have you gone through our beginner's tutorials? [...] Martin, I will revisit them. At this early stage, at each iteration I absorb some more. Your note implies my answer is there, so off I go... On 03/06/2015 04:08 PM, Iain Young, G7III

Re: [Discuss-gnuradio] PSD in dBm/Hz

2015-03-06 Thread Marcus Müller
Hi Activecat, I still don't understand; do you really just want a offline data periodogram? In that case, have a look at the python matplotlib library examples. Also, Martin's and Lou's statements still stand: just by labeling an axis dBm doesn't make the data actually represent that physical

Re: [Discuss-gnuradio] PSD in dBm/Hz

2015-03-06 Thread madengr
Equivalent function here, which could be encapsulated into a GR block if you don't need speed: http://docs.scipy.org/doc/scipy-dev/reference/generated/scipy.signal.periodogram.html I suppose it boils down to the difference between an FFT just normalized to bandwidth, and the FFT of the

Re: [Discuss-gnuradio] gnuradio importerror undefined symbol

2015-03-06 Thread Mohammad Ghassemi
I added set(GR_REQUIRED_COMPONENTS RUNTIME FILTER) set(GR_REQUIRED_COMPONENTS RUNTIME FILTER DIGITAL) and ${GNURADIO_ALL_LIBRARIES} to my CMakeLists.txt and the problem solved, but It's interesting that I had to edit CMakeLists.txt to make it work, I thought gnuradio would do it

[Discuss-gnuradio] Invitation to SDRA-2015 and HAMRADIO Friedrichshafen

2015-03-06 Thread Markus Heller
Dear list, please feel invited to contribute to SDRA-2015! Hope we meet at Friedrichshafen! br / vy73 markus dl8rds ** apologies for cross-posting ** Call for Papers: HAMRADIO Friedrichshafen Software Defined Radio Academy 2015 (SDRA-2015) Date: Saturday 27.06.2015 Conference Websites:

Re: [Discuss-gnuradio] PSD in dBm/Hz

2015-03-06 Thread Marcus D. Leech
On 03/06/2015 10:12 AM, Marcus Müller wrote: Hi Activecat, I still don't understand; do you really just want a offline data periodogram? In that case, have a look at the python matplotlib library examples. Also, Martin's and Lou's statements still stand: just by labeling an axis dBm doesn't

Re: [Discuss-gnuradio] gnuradio importerror undefined symbol

2015-03-06 Thread Mohammad Ghassemi
Hello Marcus , thank you I found find_package(Gnuradio 3.7.2 REQUIRED) in my CMakelists.txt file and the output for gnuradio-config-info --version is v3.7.6.1-103-g8ecfd13a is this the problem? How do i fix that? -- View this message in context:

Re: [Discuss-gnuradio] PSD in dBm/Hz

2015-03-06 Thread Activecat
Dear Sirs, Thanks for the answers. Let me further elaborate. I could get what I want using Matlab, via below steps: 1). Using GRC flowgraph, connect the USRP Source to a File Sink. 2). Copy the file (says, test02.dat) to a PC running Matlab. 3). Using Matlab, run these commands: a). c

Re: [Discuss-gnuradio] PSD in dBm/Hz

2015-03-06 Thread Martin Braun
The gr-specest toolbox has all sorts of spectrum estimation algorithms, but they also don't calibrate your device. A periodogram would be in there, called 'welch'. M On 06.03.2015 05:54, Activecat wrote: Dear Sirs, Thanks for the answers. Let me further elaborate. I could get what I want

[Discuss-gnuradio] Decoding Morse code

2015-03-06 Thread Mike Markowski
A few weeks ago I started learning my way around gnuradio and am making progress, but could use advice from experienced users. I've been making something of an online lab notebook recording my efforts in gnuradio at: http://udel.edu/~mm/gr/ At the very bottom of that page is a section

Re: [Discuss-gnuradio] Decoding Morse code

2015-03-06 Thread Martin Braun
Mike, have you gone through our beginner's tutorials? http://gnuradio.org/redmine/projects/gnuradio/wiki/Guided_Tutorials M On 06.03.2015 11:19, Mike Markowski wrote: A few weeks ago I started learning my way around gnuradio and am making progress, but could use advice from experienced

Re: [Discuss-gnuradio] Decoding Morse code

2015-03-06 Thread Iain Young, G7III
On 06/03/15 19:19, Mike Markowski wrote: A few weeks ago I started learning my way around gnuradio and am making progress, but could use advice from experienced users. I've been making something of an online lab notebook recording my efforts in gnuradio at: http://udel.edu/~mm/gr/ At the

[Discuss-gnuradio] error: GNURADIO filter not found, while making own custom block in gnuradio

2015-03-06 Thread Abhishek Shukla
While making own custom block derivative_ff using method specified in https://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModulesConfig; on Gnuradio 3.7.3 and for OS ubuntu 4.10, following error struck me while compiling the file using cmake ../.