Question:
I try to save a FFT as CSV but my problem (or issue) is, that the stored file contents more data then I would expect.
FFT config is "FlatTop" from -1MHz to 11MHz (I want to measure a 10MHz sinus)
but when I store this data as CSV (notation is Basic), I get a 18MByte file with the first entry :
frequency in Hz,amplitude in dBm
0,16.1454887979076
762.939453,15.9385173526038
1525.878906,13.3055244161149
2288.818359,5.36509117926091
3051.757812,-10.6657555785911
3814.697265,-43.0133926725808
4577.636718,-64.2355115825378
5340.576171,-63.5112260073501
6103.515624,-61.1944315639434
...
and ends with:
399993133.479387,-86.890482359017
399993896.41884,-88.1015246335283
399994659.358293,-85.3007784036304
399995422.297746,-82.316570242416
399996185.237199,-80.7752461769722
399996948.176652,-80.2946646262134
399997711.116105,-80.7086019593274
399998474.055558,-82.0799550920783
399999236.995011,-85.7636750861821
399999999.934464,-92.9785939270364
so the last entry is at 400MHz... ?!?
do I miss a configuration here....or is this a 'bug'?