Small question

Hi all.

can you please tell me where to find the source c code of the signal
processing blocks which already installed in the OS.
my OS is Ubuntu 9.10 - the Karmic Koala -
I found the source in the downloaded file gnuradio-3.2.2.tar.gz in this
directory:
/gnuradio-core/src/lib/general/gr_bin_statistics_f.cc
but i cannot find the same directory in my OS.

sorry for the trivial question but I’m still new.

regards,


View this message in context:
http://old.nabble.com/small-question-tp26919848p26919848.html
Sent from the GnuRadio mailing list archive at Nabble.com.

cc files do not get installed, what gets installed:

shared libraries (compiled and generated from the cc files)
header files for development

-Josh

2009/12/25 abbasi9999 [email protected]

Hi all.

can you please tell me where to find the source c code of the signal
processing blocks which already installed in the OS.

The blocks are probably not installed in the kernel. :slight_smile: On my system
Ubuntu karmic they are compiled as object code and archived in a library
in
/usr/local/lib/libgnuradio*

my OS is Ubuntu 9.10 - the Karmic Koala -
I found the source in the downloaded file gnuradio-3.2.2.tar.gz in this
directory:
/gnuradio-core/src/lib/general/gr_bin_statistics_f.cc
but i cannot find the same directory in my OS.

There is a directory called /usr/local/src in the filesystem. Maybe
there?
Hm, what is it for?


Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page

regards
Josef V.

In general, on Ubuntu, this should work to fetch the sources of
installed binaries:

sudo apt-get source gnuradio

It doesn’t seem to be working right now, however.

I just use the sources in gnuradio-3.2.2.tar.gz myself.

In that tarball you will find, for example:

./gnuradio-core/src/lib/general/gr_bin_statistics_f.cc

I want the source code so i can know what is the function of this class
“gr_bin_statistics_f.cc”. because in the API its not written clearly
just
like “control scanning and record frequency domain statistics”.
Thanks for the reply

Josef V.-3 wrote:

The blocks are probably not installed in the kernel. :slight_smile: On my system

regards
Josef V.


Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page


View this message in context:
http://old.nabble.com/small-question-tp26919848p26924493.html
Sent from the GnuRadio mailing list archive at Nabble.com.