Re: [Discuss-gnuradio] Extracting intermediate data

2009-01-20 Thread Martin DvH
On Tue, 2009-01-20 at 15:33 -0500, Catalin Lacatus wrote: > Hello, > > I am working with usrp_spectrum_sense.py and I am trying to analyze the > intermediate data from different DSP blocks. > > After I passed the input stream to a vector I tried to save this information > on a file like this:

[Discuss-gnuradio] Extracting intermediate data

2009-01-20 Thread Catalin Lacatus
Hello, I am working with usrp_spectrum_sense.py and I am trying to analyze the intermediate data from different DSP blocks. After I passed the input stream to a vector I tried to save this information on a file like this: /s2v = gr.stream_to_vector(gr.sizeof_gr_complex, self.fft_size