Re: [Discuss-gnuradio] Problems with fft_sink_f

2006-09-07 Thread Matt Ettus
Erlend Barstad Strand wrote: Hi I am quite fresh on GNU Radio so please exscuse me if ask stupid questions. I simlpy want to view the fft of two sines. Code: " self.src0 = gr.sig_source_f (sampling_freq, gr.GR_SIN_WAVE, 350, ampl) self.src1 = gr.sig_source_f (sampling_freq, gr.GR_SIN_WAVE, 440

[Discuss-gnuradio] Problems with fft_sink_f

2006-09-07 Thread Erlend Barstad Strand
Hi I am quite fresh on GNU Radio so please exscuse me if ask stupid questions. I simlpy want to view the fft of two sines. Code: " self.src0 = gr.sig_source_f (sampling_freq, gr.GR_SIN_WAVE, 350, ampl) self.src1 = gr.sig_source_f (sampling_freq, gr.GR_SIN_WAVE, 440, ampl) self.src = gr.add_ff ()