Skip to content

hanafsky/DirectConvolution.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

173 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DirectConvolution

This is a fork from DirectConvolution.jl.

Modified things are as follows:

  • add Project.toml
  • rename ./src/directConvolution.jl to ./src/directConv.jl so as not to conflict with ./src/DirectConvolution.jl on Windows OS

Build Status codecov.io

This package provides functions related to convolution products using direct (no FFT) methods. For short filters this approach is faster and more versatile than the Julia native conv(...) function.

Currently supported features:

  • 1D convolution, cross-correlation, boundary extensions...
  • Savitzky-Golay filters
  • Undecimated Wavelet Transform

udwt

You can read documentation directly here, however if you want to use the css theme you must clone this repo and browse it locally:

firefox docs/index.html

About

Direct Convolution (no FFT) in Julia

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 100.0%