Error Distribution (chi):
Condition:
Matlab implement:
x=-60:1:60; y=normpdf(x,0,5.65); y=round(y,3); y=mod(y,113); stem(x,y)