discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] bins osmocom_spectrum_sense


From: Sylvain Munaut
Subject: Re: [Discuss-gnuradio] bins osmocom_spectrum_sense
Date: Wed, 25 Jan 2017 09:38:00 +0100

> Does anyone know why the first and last 25% of FFT bins are discarded? I am
> talking about the following lines of code:
>
> line 267: bin_start = int(tb.fft_size * ((1 - 0.75) / 2))
> line 277: bin_stop = int(tb.fft_size - bin_start)

Read that code again ... it discards the first and last 12.5% ... so
that it discards 25% in total.


Cheers,

   Sylvain



reply via email to

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