mbed library sources. Supersedes mbed-src. Fixes analogIn and analogOut problems for TARGET_STM32F3. Tested on NUCLEO-F303K8, using 3 analogout and 7 analogin channels simultaneously. Added ability for STM32F334R8 and STM32F303K8 to use all three channels of DAC simultaneously. https://developer.mbed.org/users/StevieWray/code/mbed-dev/ Added ability for TARGET_STM32F3 to use more than one ADC simultaneously. https://developer.mbed.org/questions/67997/NUCLEO-F303K8ADC/
Fork of mbed-dev by
Interpolation Functions
These functions perform 1- and 2-dimensional interpolation of data. More...
Modules | |
| Linear Interpolation | |
Linear interpolation is a method of curve fitting using linear polynomials. | |
| Bilinear Interpolation | |
Bilinear interpolation is an extension of linear interpolation applied to a two dimensional grid. | |
Detailed 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.
Generated on Tue Jul 12 2022 18:55:49 by
1.7.2
