Dear all, We're using benchmark_tx(rx) apps to implement a simple cellular-like network.
In the benchmark_rx example, the demodulator demodulates some amount of symbols at a time and the correlator and the framer, which followed the demodulator, read the demodulated bits and packetize them into a frame. But, for some reasons, we want to change the way the receiver decodes a packet. That is, we are trying save all the samples of a packet (all complex values) and demodulate at once in a function at a receiver. However, we haven't implemented or seen this kind of receiver structure in gnuradio. If you have seen or any experience with similar examples, please let us know. Any comment on it would be very appreciated. Thanks in advance. PS. we're using USRP1 / gnuradio 3.3.0 / Ubuntu 10.04 -- Minsuk
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio