discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Where is gr.fft_vcc??


From: Brian Padalino
Subject: Re: [Discuss-gnuradio] Where is gr.fft_vcc??
Date: Tue, 11 Nov 2008 11:04:35 -0500

On Tue, Nov 11, 2008 at 10:55 AM, Santi Ortega
<address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]