jimsiaf91 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@ > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio I have been pulling FFT vectors out of the flow into python using a message queue, then finding the frequency of the maximum bin. I suppose you could do this, retune the USRP or channelizer, then increase the decimation. Keep doing this to narrow down the spectrum. I suppose a gated type counter would work too, where you just could the cycles, and may work better for modulated signals. Lou KD4HSO -- View this message in context: http://gnuradio.4.n7.nabble.com/Frequency-Counter-tp47952p47957.html Sent from the GnuRadio mailing list archive at Nabble.com. _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio