Thanks Marco. Glad you could check it out.

I noticed the trigger level display bug. Will have to check it...
The frequency scale on the FFT is actually dependent on the x scale sample time.
It's something like:
Nyquist_freq should be = (1.000.000.000.000 / _T_Scale) / 2
(_T_Scale is in nS)
The whole FFT graph (256 lines) x_scale should cover from 0 to the Nyquist_freq.
so each line in the FFT should be = Nyquist_freq / 256
... I have a build with that value and the top frequency from the FFT displayed.
I'll just fix the trigger level thing and release it...
here's the code for those calculations:
Statistics : Posted by pmos69 • on Fri Mar 02, 2012 8:09 am • Replies 231 • Views 23818