On Wed, Jul 8, 2009 at 14:02, Abdalla Sokar wrote:
> i downloaded gnuradio from the update manager not from the source
> and when i searched for gr_ofdm i only found the .h files but i need the
> .cpp files
Do:
$ apt-get source gnuradio
Johnathan
_
-gnuradio] OFDM Mod C++ source code
To: "discuss-gnuradio@gnu.org"
Date: Wednesday, July 8, 2009, 5:52 PM
try something like:
$ find [gnuradio-build-tree-path] -name gr_ofdm*
find, grep and others are friendly, you just have to talk to them... So
are the man- pages =;oP
//Mattias
>
&g
try something like:
$ find [gnuradio-build-tree-path] -name gr_ofdm*
find, grep and others are friendly, you just have to talk to them... So
are the man- pages =;oP
//Mattias
>
> how can i get the C++ source code of the blocks in GRC
> i mainly need that of the OFDM mod and demod i tried browsing
how can i get the C++ source code of the blocks in GRC
i mainly need that of the OFDM mod and demod i tried browsing "browse source"
tab in gnuradio.org but it is something like a tree where i dont understand any
thing
can any one plz help
_