#include <gr_fxpt.h>
fixed pt radians --------- -------- -2**31 -pi 0 0 2**31-1 pi - epsilon
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) |
|
|
|
|
|
|
|
Given a fixed point angle x, return float sine (x).
|