Skip to content

Commit 5cb4295

Browse files
sharanrydevmotion
andauthored
Update src/kernels/gabor.jl
Co-Authored-By: David Widmann <[email protected]>
1 parent 836ccb6 commit 5cb4295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kernels/gabor.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
GaborKernel(; ell::Real=1.0, p::Real=1.0)
33
44
Gabor kernel with length scale ell and period p. Given by
5-
```
5+
```math
66
κ(x,y) = h(x-z), h(t) = exp(-sum(t.^2./(2*ell.^2)))*cos(2*pi*sum(t./p))
77
```
88

0 commit comments

Comments
 (0)