AFBR-S50 API Reference Manual  v1.6.5
AFBR-S50 Time-of-Flight Sensor SDK for Embedded Software
argus_vector_t Struct Reference

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
 
   } 
 
}; 
 

Detailed Description

Representation of a correlation vector containing sine/cosine components.


Field Documentation

◆ @3

union { ... }

◆ C

q15_16_t argus_vector_t::C

The cosine component.

◆ S

q15_16_t argus_vector_t::S

The sine component.

◆ SC

q15_16_t argus_vector_t::SC[2]

The sine [0] and cosine [1] components.


The documentation for this struct was generated from the following file: