I generated a trajectory for a point target by using coordianted turn model with a turn rate w = 0.08 rad/s ~ 4.6 degrees/s. When i use extended kalman filter with coordinated turn model, the estimated turn rate converges to 3.8 (~ 0.066 rad/s if estimate is in degrees). If I accept estimated turn rate is in degrees, my filter is OK. I just need to convert deg2rad. Any ideas?