Exemple #1
0
 void incrementState()
 {
     /* Increment internal state to prepare for the next call */
     zchip_fraction_accum += zchips_per_sample + doppler;
     handleWrap();
 }
Exemple #2
0
 void slewZChipFraction(double val)
 {
     zchip_fraction_accum+=val;
     handleWrap();
 }
Exemple #3
0
static int
HandleOP(Encrypt)
{
    return handleWrap(op, c);
}