2-D Savitzky-Golay Differentiation Filter

版本 1.0.0.0 (1.3 KB) 作者: Jianwen Luo
2-D Savitzky-Golay Differentiation Filter.
2.9K 次下载
更新时间 2004/11/2

无许可证

2-D Savitzky-Golay Differentiation Filter.
Here the filter coefficients for the central point and the first order derivative (differentiation) is taken into account.

Usage:
h=sgdf_2d(x,y,nx,ny,flag_coupling)
x = x data point, e.g., -3:3
y = y data point, e.g., -2:2
nx =x polynomial order default=1
ny =y polynomial order default=1
flag_coupling = with or without the consideration of the coupling terms, between x and y. default=0
Example:
sgdf_2d(-3:3,-4:4,2,2)
sgdf_2d(-3:3,-4:4,2,3,1)
Author:
Jianwen Luo <luojw@bme.tsinghua.edu.cn, luojw@ieee.org> 2004-10-31
Department of Biomedical Engineering
Tsinghua University, Beijing 100084, P. R. China
Reference
[1]A. Savitzky and M. J. E. Golay, "Smoothing and Differentiation of Data by Simplified Least Squares Procedures,"
Analytical Chemistry, vol. 36, pp. 1627-1639, 1964.
[2]K. L. Ratzlaff and J. T. Johnson, "Computation of Two-Dimensional Polynomial Least-Squares Convolution Smoothing Integers,"
Analytical Chemistry, vol. 61, pp. 1303-1305, 1989.
[3]J. E. Kuo, H. Wang, and S. Pickup, "Multidimensional Least-Squares Smoothing Using Orthogonal Polynomials,"
Analytical Chemistry, vol. 63, pp. 630-635, 1991.
[4]http://research.microsoft.com/users/jckrumm/SavGol/SavGol.htm
[5] J. W. Luo, K. Ying, P. He and J. Bai,
¡°Properties of Savitzky-Golay digital differentiators,¡±
Digital Signal Processing, in press.

引用格式

Jianwen Luo (2024). 2-D Savitzky-Golay Differentiation Filter (https://www.mathworks.com/matlabcentral/fileexchange/6151-2-d-savitzky-golay-differentiation-filter), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R13SP1
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Correction for the case of flag_coupling=1.