Re: [Discuss-gnuradio] Complex to bits

2013-10-20 Thread Karan Talasila
HI Gui, why did you connect to two byte vector to stream blocks. Is it like one for the real part and one for the imaginary part? On Sun, Oct 20, 2013 at 11:54 PM, Gui Ritter wrote: > Yesterday, during the night, I tried my luck on the #gnuradio IRC channel. > One was kind enough to p

[Discuss-gnuradio] Complex to bits

2013-10-20 Thread Gui Ritter
Yesterday, during the night, I tried my luck on the #gnuradio IRC channel. One was kind enough to point me in the right direction. Up to this point I had no idea I could connect ports of different types. So, starting from the FFT's output, I connected that to a complex Vector to Stream, as one

[Discuss-gnuradio] Complex to bits

2013-10-19 Thread Gui Ritter
I just realized that float to bits is also acceptable, as long as the samples don't lose precision. I didn't tacked this by scaling the samples then converting to int because I don't know what is the range of values for the outputs of the FFT and IFFT blocks. From: gui--rit...@hotmail.com To: d

[Discuss-gnuradio] Complex to bits

2013-10-19 Thread Gui Ritter
Hi everyone. Thanks for all the replies on my previous thread. I did some tests and found out that the FFT and IFFT do not add noise to my audio signal. It works perfectly! The noise is coming from another part of my flowgraph. Before I introduced the FFT and IFFT, I was working with an audio sig