On Thu, Oct 9, 2008 at 5:20 AM, Alvaro Palomo <[EMAIL PROTECTED]> wrote:
> My problem is related to the Reed-solomon and Viterbi components. In > the trunk they are placed in the folder /gnuradio-core/src/lib/viterbi > and /gnuradio-core/src/lib/reed-solomon respectively, well, I suppose > you already know this :). The thing is that I see that there is not > any .i swig file associated to these two implementations in those > directories. So I can't find they way of using them when I create my > flow graph with Python. Neither of these components are designed as GNU Radio blocks, but are to be used as traditional C++ functions you can call from within your own custom C++ signal processing blocks. -- Johnathan Corgan Corgan Enterprises LLC http://corganenterprises.com/ _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
