jgaeddert / liquid-usrp

Toy programs for SDR applications
http://liquidsdr.org
56 stars 26 forks source link

Created methods that copy transmit_packet() in ofdmtxrx class but allow access to samples before transmission #2

Closed fmromano closed 5 years ago

fmromano commented 10 years ago

Hi Joe,

I copied transmit_packet() from the ofdmtxrx class and split it into several functions: assemble_frame(), transmit_symbol(), transmit_symbol, and end_transmit_frame(). This way, the user has the option to modify the baseband samples before having the ofdmtxrx object send them to the USRP. I left the original intact so that those who don't need this functionality can continue to use transmit_packet().

Thanks, Fred Romano