Re: [Discuss-gnuradio] GNU Radio on Android

2015-03-21 Thread Vijay Galbaransingh
Hi guys, I am attempting to write an OOT module to be implemented on Android and am finding myself out of my depth here. As a first step I was able to make and execute my flowgraph on my android device following the instructions on the wiki, using a file sink to store my end result (demodulate

Re: [Discuss-gnuradio] Splitting a vector at the output of the FFT

2015-03-21 Thread Alejandro Pascual Laguna
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)

Re: [Discuss-gnuradio] Splitting a vector at the output of the FFT

2015-03-21 Thread Marcus Müller
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 c