summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorJon Nordby <jononor@gmail.com>2025-08-08 23:53:32 +0200
committerJon Nordby <jononor@gmail.com>2025-08-08 23:53:32 +0200
commitaf24fc893090c12af3d8e2a16fb2d86267e0955a (patch)
tree5b9b9ebaabfaee659cf2f73bb158d8039b6d83dc /bindings
parent5fcbeb9f3d64a5022c81445f5f5052f04a728e6c (diff)
pdm: Try to use shifts instead of mul
Diffstat (limited to 'bindings')
-rw-r--r--bindings/test_galearn_pdm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/test_galearn_pdm.py b/bindings/test_galearn_pdm.py
index 7975c34..6fbbc4c 100644
--- a/bindings/test_galearn_pdm.py
+++ b/bindings/test_galearn_pdm.py
@@ -137,7 +137,7 @@ def test_dc():
out = numpy.zeros(shape=len(pdm_input)//DECIMATION, dtype=numpy.int16)
# Process using filter
- n_samples = galearn_pdm.process(pdm_input, out, 100, 0)
+ n_samples = galearn_pdm.process(pdm_input, out, 64, 0)
out = out / (2**12)
# Compensate for delay through filter