discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] how to use FFT without grc block


From: Paul B. Huter
Subject: Re: [Discuss-gnuradio] how to use FFT without grc block
Date: Fri, 24 Jan 2014 07:57:31 -0600

Does the function referred to have the ability to read in a File Sink binary file?

Paul B. Huter

On Jan 24, 2014 7:00 AM, "Martin Braun" <address@hidden> wrote:
On 01/24/2014 02:45 AM, Nasi wrote:
> Thanks!
>
> with doxygen docs do you mean
> these: http://gnuradio.org/doc/doxygen/classgr_1_1fft_1_1fft__complex.html ?
> this redundant information is hopeless...
>
> Do you know any normal good mature documentation?

Nasi,

part of learning GNU Radio is learning to read the documentation. You're
pointing to a specific object deep inside the guts of GNU Radio. There
will be no beginner-level documentation for these kinds of objects,
probably ever. If you followed the docs through the navigation Modules
-> Fourier Analysis, you'd see three blocks available for FFTs. All they
do is calculate an FFT -- there is not much to say here. The assumption
on this page is that you know how blocks work, and what an FFT is.

The page you pointed to is not redundant, whether or not it's hopeless
is of course matter of debate. But it has all you need to calculate an
FFT: The object you need, the functions you need to call etc.
Here's all you really need: "compute FFT. The input comes from inbuf,
the output is placed in outbuf."

Martin

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

reply via email to

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