discuss-gnuradio
[Top][All Lists]
Advanced

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

RE: [Discuss-gnuradio] gnuradio based spectrum analyzer


From: Matthew Francey
Subject: RE: [Discuss-gnuradio] gnuradio based spectrum analyzer
Date: Thu, 25 Sep 2003 17:57:17 -0400

John R. Ackermann (N8UR) is:

>[looking for sharp spectral features at high resolution]

If "real time" is a requirement, you may encounter problems using the FFT
for this:  0.01Hz resolution -> sample lengths of 100s.  The MEM (maximum
entropy method) for spectrum estimation doesn't have the blinding speed of
the FFT, but it can find very narrow spectral features with much less data.
Numerical Recipies (Press, et al.) has a small section on the technique
(description, code, and even an example) if you can't google up anything.





reply via email to

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