On Fri, Nov 16, 2012 at 12:30 PM, daviko <david....@gmail.com> wrote:
> I came to know about the 'gr-sounder' application which does just the thing > and was implemented in previous versions of gnuradio. I have version 3.6.0 > > how can I use this app for my purpose? > any help is appreciated > The gr-sounder app was a custom FPGA implementation based off the obsolete GNU Radio libusrp2 package for USRP2. It would have to reimplemented from scratch using the current UHD package from Ettus Research. The use of the FPGA was to enable the sounding waveform to cover a wider bandwidth than could be sent over the GbE transport for processing on the PC. If your channel is narrow enough, you could implement the same algorithm in GNU Radio. The transmitter was sending BPSK modulated PN sequences and the receiver was calculating correlation at successive time lags to estimate the channel impulse response. Johnathan
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio