Hi,
I find that some cycle numbers are different in spra776a.pdf. On page 18, it said: (2^(K-2) *5+2^(K-5) + 1 +n*2^(n-1) )* FS. With K=5, n=2 for GSM example 1, this formula gives: (2^(5-2) *5+2^(5-5) + 1 + 2*2^(2-1))*FS = 46*FS
On page 25, the GSM_dec function gave cycles: 34*frame_bit_sz. I do not know which one is correct: 34 or 46? The traceback cycles were not the same either.
Thanks,