GNU Radio 3.7.1 C++ API
gr::fxpt Class Reference

fixed point sine and cosine and friends.fixed pt radians More...

#include <fxpt.h>

List of all members.

Static Public Member Functions

static gr_int32 float_to_fixed (float x)
static float fixed_to_float (gr_int32 x)
static float sin (gr_int32 x)
 Given a fixed point angle x, return float sine (x)
static float cos (gr_int32 x)
static void sincos (gr_int32 x, float *s, float *c)

Detailed Description

fixed point sine and cosine and friends.

fixed pt radians

--------- -------- -2**31 -pi 0 0 2**31-1 pi - epsilon


Member Function Documentation

static float gr::fxpt::sin ( gr_int32  x) [inline, static]

Given a fixed point angle x, return float sine (x)

Referenced by gr::fxpt_nco::sin(), gr::fxpt_vco::sincos(), and gr::fxpt_nco::sincos().

static void gr::fxpt::sincos ( gr_int32  x,
float *  s,
float *  c 
) [inline, static]

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