On Tue, Nov 11, 2008 at 10:55 AM, Santi Ortega
<[EMAIL PROTECTED]> wrote:
> I have been working with usrp_spectrum_sense.py but I haven't found the file
> where it does the fft:
>
> fft = gr.fft_vcc (self.fft_size, True, mywindow)
>
> I've found the file window.py and self.fft_size is taken from the options...
> But I dont't know the fft file!
>
> Could anyone tell me??
The power of swig allows the Python code to talk to the C++ defined here:
http://gnuradio.org/trac/browser/gnuradio/trunk/gnuradio-core/src/lib/general/gr_fft_vcc.cc
Hopefully you can follow it from there.
Brian
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio