A few DSP blocks

This commit is contained in:
2026-03-06 19:55:31 +01:00
parent 5f86cb2cd6
commit af9308c070
19 changed files with 799 additions and 37 deletions

9
ntw_dsp/Cargo.toml Normal file
View File

@ -0,0 +1,9 @@
[package]
name = "ntw_dsp"
version = "0.1.0"
edition = "2024"
[dependencies]
ntw_flowgraph = {path = "../ntw_flowgraph/"}
ntw_flowgraph_macros = {path = "../ntw_flowgraph_macros/"}
num = "0.4.3"