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 ../".
abhishek@abhishek-Inspiron-N5110:~/g
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 w
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
___
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 v
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 users.
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 name
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 u
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 ma
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 autocorrel
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
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 en
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
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 automaticall
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:
http://gnuradio.4.n7.nabble.com/gnuradio
14 matches
Mail list logo