Hi, 

I have some difficulties in unserstanding the statements belowin 
usrp_spectrum_sense.py. 

fft = gr.fft_vcc(self.fft_size, True, mywindow)

power = 0

for tap in my wondow:

    power += tap*tap

What is stored in window and what is tap? Where is the FFT data stored? I 
turned to C++ file gr_fft_vcc.cc. And also I can not understand what is stored 
in the out[]? Can anybody help me? Thank you!
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to