AFBR-S50 API Reference Manual v1.5.6
AFBR-S50 Time-of-Flight Sensor SDK for Embedded Software
|
Representation of a correlation vector containing sine/cosine components. More...
#include <argus_px.h>
Data Fields | ||
union { | ||
q15_16_t SC [2] | ||
struct { | ||
q15_16_t S | ||
q15_16_t C | ||
} | ||
}; | ||
Representation of a correlation vector containing sine/cosine components.
union { ... } argus_vector_t |
q15_16_t argus_vector_t::C |
The cosine component.
q15_16_t argus_vector_t::S |
The sine component.
q15_16_t argus_vector_t::SC[2] |
The sine [0] and cosine [1] components.