> What I don't understand is the use of the switch case block in the code (to > treat BPSK and QPSK separately from other modulations) as the code in all of > the cases considered is exactly the same. My first thought was that there > would be specific and more efficient functions for BPSK and QPSK but I only > see generic ones.
There are more specific functions for for these, but they have not yet been debugged and/or optimized, so the 'generic' routine is still the one selected in the constructor. -- Johnathan Corgan Corgan Enterprises LLC http://corganenterprises.com/ _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
