discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] scalar and vector streams


From: Vincenzo Pellegrini
Subject: Re: [Discuss-gnuradio] scalar and vector streams
Date: Mon, 19 Feb 2007 11:31:24 +0100


thanks Josh,
it worked fine!

vincenzo

PS
to obtain an ifft instead of a fft,i should use gr.fft_vcc with the boolean argument "forward" set to false, right?

PS2
is there any other paper available describing the gnuradio blocks, apart from DaweiShen's tutorial 9?

2007/2/18, Josh Blum <address@hidden>:
you should use gr.stream_to_vector(nbytes,
fft_size)-->fft-->gr.vector_to_stream(nbytes, fft_size)

nbytes will be 8 for complex data input/output

-Josh

Vincenzo Pellegrini wrote:
> hello,
> first of all thanks to everybody in the list for the huge amount of
> suggestions about hard-disk reading speeds I was provided with a few
> days ago. :)
>
> then another question: which is the wisest way to convert a scalar
> stream to a vector stream and then back to a scalar stream within a
> python flow graph.. if there is one, of course!
>
> what I'm trying to do is:
>
>              source_c---> gr.fft_vcc--->rest_of_the_flow_graph_c
>
> is this reasonable?
>
>
> best regards
> vincenzo
>
>
>
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>




--
Vincenzo Pellegrini
reply via email to

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