Given one sine wave in time domain, I want to find its frequency. Because I observe only a very small part of the sine wave ~1 cycle, FFT methods have a poor spectral resolution.
Has there been work that bounds the error on the frequency estimate?
Thanks a ton
If you have lots of points on the sine wave, and FFT will do very well. If you have $1024$ points and FFT them, the bin width is $0.1\%$ of the period. You can also just look at the time between two zero crossings. The fractional error in frequency will be twice the (rss of two) measurement errors divided by the time between them. If you measure the zero crossing well, that will be quite good. The reason to use zero crossings rather than peaks and troughs is they are better defined.