diff options
Diffstat (limited to 'src/f1_dft.gnuplot')
-rw-r--r-- | src/f1_dft.gnuplot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/f1_dft.gnuplot b/src/f1_dft.gnuplot new file mode 100644 index 0000000..216be5a --- /dev/null +++ b/src/f1_dft.gnuplot @@ -0,0 +1,5 @@ +set terminal png size 1440, 900 +set output 'res/f1_dft.png' +set logscale y +set xrange [0:1000] +plot 'res/f1_dft.txt' title 'dft' with lines
\ No newline at end of file |