Gaussian fractional derivative wavelet generator.

版本 1.0.0 (2.1 KB) 作者: NIKOLAY YAKOVENKO
Fractional derivatives of Gaussian Function approximation. Observed to be used as wavelets in seismology and other areas.
10.0 次下载
更新时间 2023/8/23

查看许可证

[ X, psir] = gauferPub(N,W, NumWAW,NumWAW_max, Step) returns the fractional order derivative of
Gaussian wavelet, psir, on an N-point regular grid, X for the interval
[LB,UB].
This based on aproximated calculation algorithm by https://www.researchgate.net/publication/319534355
(Author: Can Evren Yarman )
USAGE example:
[x,psir] = gauferPub(300, 0.25,0,2.0,0.25);
plot(transpose(psir)); Where W is the reference cyclic
frequency W0 parameter. The above will generate a family of wavelets
from fractional order of 0 (Gaussian function) to 2 (Mexican Hat) step
0.25, i.e. 8 wavelets.

引用格式

NIKOLAY YAKOVENKO (2024). Gaussian fractional derivative wavelet generator. (https://www.mathworks.com/matlabcentral/fileexchange/134257-gaussian-fractional-derivative-wavelet-generator), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2023a
兼容任何版本
平台兼容性
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