Hi Alejandro,

what about vector to stream, and a deinterleave with block size = fftlen/2 ?

Greetings
Marcus

On 03/21/2015 04:32 PM, Alejandro Pascual Laguna wrote:
> Hello again,
>
> I still couldn't figure out how to find a way to split a vector in the
> flowgraph (instead of digging into the code).
> I am using the standalone block for the FFT and I want to split its
> output in halves, meaning at the output of a FFT sized fftSize I want
> a vector (size fftSize/2) with the upper half and a vector (size
> fftSize/2) with the lower half.
> Is there any block to do so or any kind of snippet of code to add in
> the fields of the parameters of the subsequent blocks?
>
> Thank you and best regards,
> Alejandro
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


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

Reply via email to