From 76177aa280494bb36d7a0bcbda1078d4db717020 Mon Sep 17 00:00:00 2001 From: Ali Labbene Date: Mon, 9 Dec 2019 11:25:19 +0100 Subject: Official ARM version: v4.5 --- .../DSP/html/group__group_interpolation.html | 140 +++++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 Documentation/DSP/html/group__group_interpolation.html (limited to 'Documentation/DSP/html/group__group_interpolation.html') diff --git a/Documentation/DSP/html/group__group_interpolation.html b/Documentation/DSP/html/group__group_interpolation.html new file mode 100644 index 0000000..3f966cd --- /dev/null +++ b/Documentation/DSP/html/group__group_interpolation.html @@ -0,0 +1,140 @@ + + + + + +Interpolation Functions +CMSIS-DSP: Interpolation Functions + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-DSP +  Version 1.4.7 +
+
CMSIS DSP Software Library
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
Interpolation Functions
+
+
+ + + + + + +

+Content

 Linear Interpolation
 
 Bilinear Interpolation
 
+

Description

+

These functions perform 1- and 2-dimensional interpolation of data. Linear interpolation is used for 1-dimensional data and bilinear interpolation is used for 2-dimensional data.

+
+
+ + + + -- cgit