V4.0.1 of the ARM CMSIS DSP libraries. Note that arm_bitreversal2.s, arm_cfft_f32.c and arm_rfft_fast_f32.c had to be removed. arm_bitreversal2.s will not assemble with the online tools. So, the fast f32 FFT functions are not yet available. All the other FFT functions are available.

Dependents:   MPU9150_Example fir_f32 fir_f32 MPU9150_nucleo_noni2cdev ... more

Embed: (wiki syntax)

« Back to documentation index

Interpolation Functions

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.