Hi I am new to GNU radio.I was aiming to transmit a string of ones using BPSK modulation. I am not using benchmark_tx.py for this as i do not want to send any headers etc. I just need to transmit a continuous stream of all ones...
I am using gr.vector_source_b to generate this bit stream.Then unpacking it using gr.packed_to_unpacked followed by chunks_to_symbols. Am writing the output from chunks_to_symbols to the usrp sink.. I cannot seem to get this working..Is this the right way to do it? -- Posted via http://www.ruby-forum.com/. _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
