Re: [Discuss-gnuradio] [USRP-users] Audio Control loop testing

2017-09-22 Thread Benny Alexandar
Hi Marcus, Please find the attached figure on how the audio control loop will be placed in Gnu Radio chain. In the figure the first block is the RF IQ acquisition block which samples the RF samples and put a timestamp. It is then passed on to channel and audio decoder and finally reaches the

Re: [Discuss-gnuradio] Energy Detection output incorrect

2017-09-22 Thread West, Nathan
Re: vector mode This kind of code is what you're looking for https://github.com/gnuradio/gnuradio/pull/1462#discussion_r140610909 On Thursday, September 21, 2017, Tellrell White wrote: > Thanks for the replies guys > > Marcus I know you can find the PSD of a signal in both the time and > frequen

Re: [Discuss-gnuradio] Frequency sweep using GNU radio

2017-09-22 Thread abhilash b
Dear all, I am new to GNU radio. I use bladeRF/USRP as the SDR. I want to send some signal/samples at frequency range 2.4-2.8MHz sweeping the band every 1MHz. I found a tutorial which says to use a slider. I want to know is there a way to frequency sweep without using sliders. Can anybody help me