Hi Dimitris,

a frequency counter counter is a very analog-world concept, I'd say.
As DSP person I'd assume you'd want a frequency estimator.
You can implement a simple one by using an FFT block, abs, max arg
chain, or just get your result from looking at any FFT plot.

Anyway, for spectrum estimation, I recommend the gr-specest toolbox,
https://github.com/kit-cel/gr-specest

Greetings,
Marcus

On Mon, May 5, 2014 at 10:25 AM, Dimitris Siafarikas
<jimsia...@hotmail.com>wrote:

> Hi list,
>
>  
>
> Has anyone been able to implement a frequency counter yet?
>
>
> Any ideas on how I should try it?
>  
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to