On Mon, Aug 10, 2009 at 05:29:27PM -0400, Jonathan Coveney wrote: > Howdy, > > I want to better understand certain blocks... such as what the parameters of > optfir.low_pass actually specify, how it's implemented, that sort of thing. > But the gnuradio filetree is next to impossible to traverse. > > I have been pointed here > /usr/local/share/doc/gnuradio-3.3svn/html/index.html > > which is definitely useful, but seems to be generated automatically off of > header files, and doesn't link you to the actual source code, which I cannot > find. > > I'm sure this exists, just not sure how to grab it. Thoughts? > > Thanks > -Jonathan
If you haven't downloaded the source code, please do. http://gnuradio.org/trac/wiki/Download There are _many_ tools available for browsing source code. Try grep or etags to start. Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
