Hi, all,
Has anyone used usrp_spectrum_sense.py to sweep frequency band and get
the
channel’s power? I need your help.
When I use “self.connect(self.u, s2v, fft, c2mag, log, stats)”, the FFT
bin
values I got are all zero. But if I use “self.connect(self.u, s2v, fft,
c2mag, stats)”, some FFT bin values would be very large, bigger than
5000
sometimes.
Anyone of you know how to deal with this case? Thanks.