From d4bae735855a9f1b988d4e85b26664d8e5422382 Mon Sep 17 00:00:00 2001 From: kevin Date: Sat, 14 Dec 2024 10:05:08 -0500 Subject: [PATCH] test/ref/dsp - test reference files. Initial commit. --- src/cwtest/cfg/test/ref/dsp/convolve/log.txt | 7 +++++++ src/cwtest/cfg/test/ref/dsp/fft/log.txt | 3 +++ src/cwtest/cfg/test/ref/dsp/ifft/log.txt | 4 ++++ 3 files changed, 14 insertions(+) create mode 100644 src/cwtest/cfg/test/ref/dsp/convolve/log.txt create mode 100644 src/cwtest/cfg/test/ref/dsp/fft/log.txt create mode 100644 src/cwtest/cfg/test/ref/dsp/ifft/log.txt diff --git a/src/cwtest/cfg/test/ref/dsp/convolve/log.txt b/src/cwtest/cfg/test/ref/dsp/convolve/log.txt new file mode 100644 index 0000000..6ff9a93 --- /dev/null +++ b/src/cwtest/cfg/test/ref/dsp/convolve/log.txt @@ -0,0 +1,7 @@ +: out : : 1.000000 : 0.500000 : 0.250000 : 0.100000 : +: ola : : 0.050000 : 0.000000 : 0.000000 : -0.000000 : +: out : : 1.050000 : 0.500000 : 0.250000 : 0.100000 : +: ola : : 0.050000 : 0.000000 : 0.000000 : -0.000000 : +: out : : 1.050000 : 0.500000 : 0.250000 : 0.100000 : +: ola : : 0.050000 : 0.000000 : 0.000000 : -0.000000 : +: yV : : 1.00 : 0.50 : 0.25 : 0.10 : 1.05 : 0.50 : 0.25 : 0.10 : 1.05 : 0.50 : 0.25 : 0.10 : 0.05 : 0.00 : 0.00 : 0.00 : 0.00 : 0.00 : 0.00 : 0.00 : diff --git a/src/cwtest/cfg/test/ref/dsp/fft/log.txt b/src/cwtest/cfg/test/ref/dsp/fft/log.txt new file mode 100644 index 0000000..18b28c1 --- /dev/null +++ b/src/cwtest/cfg/test/ref/dsp/fft/log.txt @@ -0,0 +1,3 @@ +: sin : : 0.000000 : 0.382683 : 0.707107 : 0.923880 : 1.000000 : 0.923880 : 0.707107 : 0.382683 : -0.000000 : -0.382683 : -0.707107 : -0.923880 : -1.000000 : -0.923879 : -0.707107 : -0.382683 : +: mag : : 0.000000 : 1.000000 : 0.000000 : 0.000000 : 0.000000 : 0.000000 : 0.000000 : 0.000000 : 0.000000 : +: phs : : 0.000000 : -1.570796 : -2.546503 : 0.000000 : -1.872442 : -0.749834 : 1.800163 : 3.141593 : 3.141593 : diff --git a/src/cwtest/cfg/test/ref/dsp/ifft/log.txt b/src/cwtest/cfg/test/ref/dsp/ifft/log.txt new file mode 100644 index 0000000..b4815c7 --- /dev/null +++ b/src/cwtest/cfg/test/ref/dsp/ifft/log.txt @@ -0,0 +1,4 @@ +: sin : : 0.000000 : 0.382683 : 0.707107 : 0.923880 : 1.000000 : 0.923880 : 0.707107 : 0.382683 : 0.000000 : -0.382683 : -0.707107 : -0.923880 : -1.000000 : -0.923880 : -0.707107 : -0.382683 : +: mag : : 0.000000 : 1.000000 : 0.000000 : 0.000000 : 0.000000 : 0.000000 : 0.000000 : 0.000000 : 0.000000 : +: phs : : 3.141593 : -1.570796 : -2.128818 : -1.399942 : -1.133610 : -0.858986 : -0.562898 : 0.000000 : 0.000000 : +: sig : : 0.000000 : 0.382683 : 0.707107 : 0.923880 : 1.000000 : 0.923880 : 0.707107 : 0.382683 : 0.000000 : -0.382683 : -0.707107 : -0.923880 : -1.000000 : -0.923880 : -0.707107 : -0.382683 :