https://github.com/vincent-picaud/directconvolution.jl
Direct Convolution (no FFT) in Julia
https://github.com/vincent-picaud/directconvolution.jl
convolution savitzky-golay wavelet
Last synced: 9 months ago
JSON representation
Direct Convolution (no FFT) in Julia
- Host: GitHub
- URL: https://github.com/vincent-picaud/directconvolution.jl
- Owner: vincent-picaud
- License: other
- Created: 2018-01-28T09:56:57.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T15:50:38.000Z (about 4 years ago)
- Last Synced: 2025-03-24T12:16:36.154Z (10 months ago)
- Topics: convolution, savitzky-golay, wavelet
- Language: Julia
- Size: 6.44 MB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# DirectConvolution [](https://vincent-picaud.github.io/DirectConvolution.jl/stable) [](https://vincent-picaud.github.io/DirectConvolution.jl/dev) [](https://github.com/vincent-picaud/DirectConvolution.jl/actions) [](https://codecov.io/gh/vincent-picaud/DirectConvolution.jl)
A Julia package to compute: γ[k] = Σ_i α[i] β[k+λi]
Has applications to filtering, wavelet transform...
Work in progress: documentation rewriting (using Documenter.jl)