RTOS_MSPM0  1.1
ECE445M starter code
fixed.h
Go to the documentation of this file.
1 
14 #include <stdint.h>
15 
27 int16_t fixed_sin(int32_t theta);
28 
29 
37 int16_t fixed_cos(int32_t theta);
38 
46 int32_t fixed_sin2(int32_t theta);
47 
55 int32_t fixed_cos2(int32_t theta);
56 
69 int32_t sin540(int32_t theta);
70 
78 int32_t cos540(int32_t theta);
int32_t fixed_sin2(int32_t theta)
binary fixed-point sin
int32_t sin540(int32_t theta)
binary fixed-point sin
int16_t fixed_sin(int32_t theta)
decimal fixed-point sin
int32_t fixed_cos2(int32_t theta)
binary fixed-point cos
int16_t fixed_cos(int32_t theta)
decimal fixed-point cos
int32_t cos540(int32_t theta)
binary fixed-point cos