Re: [Discuss-gnuradio] Frequency hopping in gnu radio

2017-10-25 Thread Martin Braun
There's even an example in gr-uhd/examples/python/freq_hopping.py Cheers, M On 10/25/2017 12:51 AM, Usman Haider wrote: > Hi Atif, > > > You can use combination of timed commands, and set_center_freq to do > hopping. See following links > > > https://files.ettus.com/manual/classuhd_1_1usrp_1_

Re: [Discuss-gnuradio] Frequency hopping in gnu radio

2017-10-25 Thread Usman Haider
Hi Atif, You can use combination of timed commands, and set_center_freq to do hopping. See following links https://files.ettus.com/manual/classuhd_1_1usrp_1_1multi__usrp.html#a191b78b00d051d3d51c2f719361c1fb5 https://gnuradio.org/doc/doxygen/classgr_1_1uhd_1_1usrp__block.html#abee715a8a09943f37

[Discuss-gnuradio] Frequency hopping in gnu radio

2017-10-24 Thread Atif Javed
Can you please suggest me the important steps & guideline for the implemention frequency hopping using blocks in gnu radio. Best, ATIF JAVED ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnurad

Re: [Discuss-gnuradio] Frequency hopping in GNU radio

2007-11-07 Thread C S Nagaraj
Hi Giri, Once you are able to get the signal in bandwidth of your interest (by appropriate down-conversion and filtering), it is up to you to design the transceiver chain and implement it and this is true even for FH based Tx and Rx. If you already have the design on paper, it would just take the

[Discuss-gnuradio] Frequency hopping in GNU radio

2007-11-06 Thread GIRIDHAR PATNAIK
Hi All, Does the architecture of Universal Software Radio Peripheral for GNU radio support frequency hopping? How easy is it, if not already supported, to customize GNU radio to support frequency hopping. What is involved in implementing it. Has anyone implemented frequency hopping? If