/
concept-collection
/
sample-6
Jump to
/
Appearance
Match my system
Paper
GitHub
Slate
Midnight
Terminal
Sign in
concept-collection
/
sample-6
Code
Commits
Issues
0
Pull requests
0
Branches
1
Tags
0
main
Branches
main
sample-6
/
lib
/
mexican_hat.m
5 lines · 122 B
Code
Blame
History
0a4fb76
Initial commit
Jeremy Magland
1 month ago
1
function z = mexican_hat(x, y)
2
% MEXICAN_HAT Ricker wavelet surface.
3
r2 = x.^
2
+ y.^
2
;
4
z = (
1
- r2) .* exp(-r2 /
2
);
5
end
↑
↓
move
↵
open
esc
close