discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] GRC - converting complex stream to vector for FFT


From: Josh Blum
Subject: Re: [Discuss-gnuradio] GRC - converting complex stream to vector for FFT
Date: Sat, 02 Jun 2012 10:33:18 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1


On 06/02/2012 01:00 AM, John Shields wrote:
> I have complex multiplied a couple of 1 msps complex values and I wish
> to do a 2048 FFT so am trying to convert to 2048-length vector but I
> cannot find a suitable block in the 'stream conversion' group of GRC. By
> making vec length 2048 I get the correct kind of connector on the output
> of the block (dark blue) but the input is also dark blue and I just want
> complex (Re, Im) alternating.
> 
>       Can someone point me in the right direction?
> 

I think you are looking for the stream to vector block? It will turn a
stream of X into a vector of type X, which you can pass into a FFT block.

-josh

>             Kind Regards,
> 
> 
>                          John
> 
> _______________________________________________
> 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]