discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] fft realated problems


From: Firas A.
Subject: Re: [Discuss-gnuradio] fft realated problems
Date: Mon, 3 Nov 2008 21:32:09 -0800 (PST)

Hi,

1) use "--tune-delay" with 10e-3

2) Uncomment :
#self.connect(self.u, s2v, fft, c2mag, log, stats)

3) Comment:
self.connect(self.u, s2v, fft, c2mag, stats)

4) Change the line :
self.max_center_freq = self.min_center_freq + (nsteps * self.freq_step)

to be :
self.max_center_freq = self.min_center_freq + ((nsteps-1) *self.freq_step)


5) Redo your experiments again!!.


Best Regards,


Firas

-- 
View this message in context: 
http://www.nabble.com/fft-realated-problems-tp20308034p20316456.html
Sent from the GnuRadio mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]