Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
cordic_iq Struct Reference

#include <cordic.h>

Data Fields

s32 i
 
s32 q
 

Detailed Description

struct cordic_iq - i/q coordinate.

: real part of coordinate (in phase). : imaginary part of coordinate (quadrature).

Definition at line 27 of file cordic.h.

Field Documentation

s32 i

Definition at line 28 of file cordic.h.

s32 q

Definition at line 29 of file cordic.h.


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