mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
libdsp: Add average filter
This commit add average filter to DSP library
This commit is contained in:
committed by
Mateusz Szafoni
parent
a85c87436e
commit
69081a72d7
@@ -21,6 +21,7 @@
|
||||
include $(TOPDIR)/Make.defs
|
||||
|
||||
ifeq ($(CONFIG_LIBDSP),y)
|
||||
CSRCS += lib_avg.c
|
||||
CSRCS += lib_pid.c
|
||||
CSRCS += lib_svm.c
|
||||
CSRCS += lib_transform.c
|
||||
|
||||
Reference in New Issue
Block a user