AFBR-S50 API Reference Manual v1.5.6
AFBR-S50 Time-of-Flight Sensor SDK for Embedded Software
Loading...
Searching...
No Matches
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

◆ [union]

union { ... } argus_vector_t

◆ 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: