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
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 ()