OmarMSaad/1D-Modified-Laplacian-of-Gaussian-Filter-for-Smoothing-and-Denoising-

版本 1.0.0.0 (93.6 KB) 作者: omar mohamed
DOI: https://doi.org/10.1016/j.cageo.2018.01.013
325.0 次下载
更新时间 2018/2/9

# 1D-Modified-Laplacian-of-Gaussian-Filter-for-Smoothing-and-Denoising-
% 1D Modified Laplacian of Gaussian (MLOG).
% [Gaussian_1D_2_Diff_Modified]=MLOG(sigma,N) returns the 1-D Modified Laplacian of Gaussian Mask.
% "Automatic arrival time detection for earthquakes based on Modified Laplacian of Gaussian filter", in Computers and Geosciences journal.
% This filter is a denoising filter which can deal with several types of signals.
% DOI: https://doi.org/10.1016/j.cageo.2018.01.013
INPUT VARIABLES
% N : Filter Order
% sigma : standard deviation
%
% OUTPUT VARIABLES
% Gaussian_1D_2_Diff_Modified : The Cofficients of MLOG (Mask)
%
% COMMENTS:
% If you need to reach any equation in the paper rather than the final equation,
% you can change the name of the output in this function
%
% EXAMPLE:
% N = 10; sigma = 2.5;
% [Gaussian_1D_2_Diff_Modified]=MLOG(sigma,N);
%
% Code written by Omar M. Saad
% Last update: January 25, 2018
% Copyright 2018 Omar M. Saad
% Contact : omar.saad@ejust.edu.eg

引用格式

omar mohamed (2024). OmarMSaad/1D-Modified-Laplacian-of-Gaussian-Filter-for-Smoothing-and-Denoising- (https://github.com/OmarMSaad/1D-Modified-Laplacian-of-Gaussian-Filter-for-Smoothing-and-Denoising-), GitHub. 检索来源 .

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

Community Treasure Hunt

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

Start Hunting!

无法下载基于 GitHub 默认分支的版本

版本 已发布 发行说明
1.0.0.0

More Details about using the MLOG Function.
Upload Cover image.

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库