Documentation ¶
Index ¶
Constants ¶
View Source
const ( RADIUS_DEC = 30 // factor of 1/30 each cycle ALPHA_BIASSHIFT = 10 // alpha starts at 1 INIT_ALPHA = 1 << ALPHA_BIASSHIFT // biased by 10 bits GAMMA = 1024.0 BETA = 1.0 / GAMMA BETAGAMMA = BETA * GAMMA NCYCLES = 600 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.