aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDaniil Cherednik <dan.cherednik@gmail.com>2024-05-19 09:44:38 +0000
committerDaniil Cherednik <dan.cherednik@gmail.com>2024-06-14 18:58:21 +0200
commitee120708d72db31012a6aa7b2f6b99960ae1f6d7 (patch)
tree3eae72eb8ee2c337500d0ff8252e69ffe86e1f4b /test
parentf018c661a7a6093cabc40784ae3b1fefb96c82de (diff)
downloadatracdenc-ee120708d72db31012a6aa7b2f6b99960ae1f6d7.tar.gz
[AT3P] PQF implementation
M=16 perfect reconstruction polyphase quadrature analysis filter bank
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 807b4ab..adeac52 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -36,6 +36,7 @@ configure_file(
set(at3plus_pqf_ut
../src/atrac/atrac3plus_pqf/ut/ipqf_ut.cpp
../src/atrac/atrac3plus_pqf/ut/atrac3plusdsp.c
+ ../src/atrac/atrac3plus_pqf/atrac3plus_pqf.c
)
add_executable(at3plus_pqf_ut ${at3plus_pqf_ut})