Optimization for grid-based batch scan
http://kakyolab.xicp.net/0.report/29.batch/Towards%20the%20automated%20batch%20scan.doc
Description
Description
Labels: MItAC
Labels: groove geometry, MItAC, stitching
Description
Previously, it was confirmed that raw groove edge of the scanned sine wave is not as smooth as an ideal audio sine wave, after testing with interpolation at various sampling rates; therefore, certain smoothing should be performed somewhere in the workflow prior to the audio output.
Whether to perform smoothing before or after the differentiation is a question.
A few literature on numerical differentiation (ND) are visited.
See detail.
Detail
From what I read, common ND all use a function to fit the data first, and then obtain the ND to that function.
Smooth can be integrated with the UFO thing.
Bibliography
Engeln-Müllges, G, and F. Uhlig. 1996. Numerical Algorithms with C. Berlin: Springer-Verlag.
Indicated that among three common ND methods (interpolating polynomial, spline, Richardson extrapolation), the differentiation of an interpolating polynomial is least recommended. Note that Haber adopted polinomial interpolation.
The rating from the higher to the lower methods in terms of accuracy is Richardson extrapolation, spline, and polynomial.
Practical recipes of the first three methos are given.
Numerical quadrature leads to better result than ND does, due to roughening effect of differentiation.
Cheney, W., and D. Kincaid. 1999. Numerical Mathematics and Computing, 4th ed. Brooks/Cole: Pacific Grove.
Talked about differentiation i the context of interpolation.
Indicate that the data for interpolation and differentiation usually contain noise.
Indiate that polynomial may overfit and create large variance. Spline is preferred over polynomial.
Gautschi, W. 1997. Numerical Analysis: An Introduction. Birkhäuser: Boston.
Starting from general formula of differention of unequally spaced points, explained that symmetical difference quotient is one order more accurate than the one-sided one is.
Explained that in practice, purturbed data usually causes increasing error, especially as the h parameter gets smaller, i.e., fewer point differentiation. This is called truncation error, i.e., the finite approximation throws out the error term in the Taylor formulae.
Maron, M. 1987. Numerical Analysis:A Practical Approach, 2nd ed. New York: Macmillan.
Discussed approximation error in terms of truncation error (polynomial interpolation) and roundoff error, inversely proportional to the step-size h in 1st-order derivatives , i.e., large h leads to large truncation error, but too small an h would cause roundoff error.
Discussed ND based on equispaced and unevenly spaced samples. Polynomial and Robinson extrapolation are efficient in the equispaced case; for unevenly cases, quadrature like Gauss quadrature and adaptive auadrature is preferred.
Sharma, J. 2004. Numerical Methods for Engineers and Scientists. Pangbourne: Alpha Science International.
Pointed out that ND is essentially fitting the data to a function and then obtaining the approximate analytical differentiation of that function.
Gave definition for quadrature.
Nakamura, S. 1991. Applied Numerical Methods with Software. Englewood Cliffs: Prentice-Hall.
Talked about forward, backward, and central difference approximation. Central ND is always more accurate than the other two, in the sense of Newton interpolation.
Talked about 3 approaches to deriving difference approximatios: Taylor expansion, difference operators, and differentiation of interpolating polynomials; their advantage and disadvantage are explained.
Rice J. 1993. Numerical Methods Software and Analysis, 2nd ed. Harcour Brace, and Jovanovich: Acdemic Press
simultaneously smooth and estimate derivative in Chi1.
Quadrature is lagacy term of approximate interpotion.
Labels: differentiation, fitting, MItAC
Description
Labels: MItAC, sample rate, sampling
Description
Plan
Labels: differentiation, groove tracing, MItAC
Description
Labels: differentiation, MItAC, sample rate, sampling