From 107509468a60f3e9e698d82a2575b700d9dde07e Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Domas?= Date: Wed, 3 May 2017 17:55:05 +0200 Subject: [PATCH 1/1] adding xsd files to master --- implementation.xsd | 159 +++++++++++++++++++ lib/implementations/average-Nx3_impl.xml | 35 +++++ reference.xsd | 188 +++++++++++++++++++++++ 3 files changed, 382 insertions(+) create mode 100644 implementation.xsd create mode 100644 lib/implementations/average-Nx3_impl.xml create mode 100644 reference.xsd diff --git a/implementation.xsd b/implementation.xsd new file mode 100644 index 0000000..0dff1f6 --- /dev/null +++ b/implementation.xsd @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/implementations/average-Nx3_impl.xml b/lib/implementations/average-Nx3_impl.xml new file mode 100644 index 0000000..e74de0f --- /dev/null +++ b/lib/implementations/average-Nx3_impl.xml @@ -0,0 +1,35 @@ + + + + + + + + This component is a average filter on 3 succesives inputs, over N samples + + + No notes + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/reference.xsd b/reference.xsd new file mode 100644 index 0000000..a5c2c2d --- /dev/null +++ b/reference.xsd @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.39.5