CMSIS DSP Software Library: arm_linear_interp_instance_f32 Struct Reference
Main Page
Modules
Data Structures
Files
Examples
Data Structures
Data Fields
Data Fields
arm_linear_interp_instance_f32 Struct Reference
Instance structure for the floating-point Linear Interpolate function.
More...
#include <arm_math.h>
Data Fields
uint32_t nValues
float32_t x1
float32_t xSpacing
float32_t * pYData
Detailed Description
Instance structure for the floating-point Linear Interpolate function.
Examples:
arm_linear_interp_example_f32.c.
Definition at line 1699 of file arm_math.h.
Field Documentation
uint32_t arm_linear_interp_instance_f32::nValues
Definition at line 1701 of file arm_math.h.
float32_t arm_linear_interp_instance_f32::x1
Definition at line 1702 of file arm_math.h.
float32_t arm_linear_interp_instance_f32::xSpacing
Definition at line 1703 of file arm_math.h.
float32_t* arm_linear_interp_instance_f32::pYData
pointer to the table of Y values
Definition at line 1704 of file arm_math.h.
The documentation for this struct was generated from the following file:
arm_math.h
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines
Generated on Mon Nov 29 2010 17:20:07 for CMSIS DSP Software Library by
1.7.2