On 10/22/2012 03:03 PM, Ahmed Zaheer wrote: > attached file or provide me with any transceiver using any digital > modulation which should work on latest gnuradio with USRP N210 that > would really be a great help. I really appreciate your help. > Regards. Ahmed. > Hi, If things are working fine for FM modulation,then it's surely due to LO offset between Tx & Rx. I hope you know on how to correct LO offset. Sumit: If possible, could you please post some videos and tutorials on LO Offset Correction.
on 2012-10-24 03:45

on 2012-10-24 04:59

Yeah ..Done already -- View this message in context: http://gnuradio.4.n7.nabble.com/No-Digital-Modulat... Sent from the GnuRadio mailing list archive at Nabble.com.
on 2012-10-24 17:45

Apart from what everyone said, what I can see from your attached file is that you are multiplying with 5000 before sending to USRP sink, isn't it? There is possibly a clipping issue here. Also in the receiver side, you should remove the throttle. Throttle is needed only when there is no hardware involved. If any hardware (such as USRP, audio source/sink) is involved in your flowgraph you don't need throttle. On Tue, Oct 23, 2012 at 10:58 PM, sumitstop <sumit.kumar@research.iiit.ac.in
on 2012-10-24 18:18

Thanks Sakib, the issue was solved when I changed the multiplying constant to 100 mili. They were not communicating due to clipping. Regards. Ahmed. ________________________________ From: Sakib Chowdhury <sakib.others@gmail.com> To: ghumman1988@yahoo.com Cc: discuss-gnuradio@gnu.org Sent: Wednesday, October 24, 2012 8:43 AM Subject: Re: [Discuss-gnuradio] No Digital Modulation Working Apart from what everyone said, what I can see from your attached file is that you are multiplying with 5000 before sending to USRP sink, isn't it? There is possibly a clipping issue here. Also in the receiver side, you should remove the throttle. Throttle is needed only when there is no hardware involved. If any hardware (such as USRP, audio source/sink) is involved in your flowgraph you don't need throttle. On Tue, Oct 23, 2012 at 10:58 PM, sumitstop <sumit.kumar@research.iiit.ac.in> wrote: Yeah ..Done already