usrp-users@lists.ettus.com

Discussion and technical support related to USRP, UHD, RFNoC

View all threads

Reading file sink for USRP N210 usding gnuradio

이성복
Thu, Nov 30, 2017 4:20 AM

Hi list,

I tried to transmit text file and recieve it using GMSK mod/demod

Tx: file source -> packet encoder ->GMSK mod ->multiply const -> usrp sink
Rx: usrp source -> multiply const -> Low pass filter ->GMSK demod ->packet
decoder ->files sink

input data type of file sink is byte. so i create receive.txt file but i
can't read the file.
I want to read text message. what should i do for read message?

Hi list, I tried to transmit text file and recieve it using GMSK mod/demod Tx: file source -> packet encoder ->GMSK mod ->multiply const -> usrp sink Rx: usrp source -> multiply const -> Low pass filter ->GMSK demod ->packet decoder ->files sink input data type of file sink is byte. so i create receive.txt file but i can't read the file. I want to read text message. what should i do for read message?