Code | Bandwidth_Rating_Bias |
Name | Bandwidth Rating Bias |
Parents | Property > Bandwidth |
Description | Statistical estimation of bandwidth of data within window. Aids in determining appropriate spectral operators for subsequent operations. Computation: Let the autocorrelation of the trace be A[i]. Then compute M = max(A) and S = sum(A[i]**2). The bandwidth rating bias B is then : B = M**2 / r(2 S - M**2), where r is the sample rate. |