Thibaud Hottelier wrote: > Something surprised me in the current rx_buffer code: It seems that if > samples are received from different rx_chains at the same time, they > will be mixed in the next USB packet toward the host. Has the host a way > to separate them? Shall I keep this behaviour or separate samples by > channel when USB packets are built? >
The standard USRP code interleaves samples from the different streams. The host side code does the separation, although it is not always necessary. For the inband work we should keep them separate, at least for now. Matt _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
