and where can i find [gnuradio-build-tree-path]
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
— On Wed, 7/8/09, Mattias K. [email protected] wrote:
From: Mattias K. [email protected]
Subject: Re: [Discuss-gnuradio] OFDM Mod C++ source code
To: “[email protected]” [email protected]
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