DirectConvolution.jl

Direct Convolution (no FFT) in Julia
Author vincent-picaud
Popularity
7 Stars
Updated Last
2 Years Ago
Started In
January 2018

DirectConvolution

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

Required Packages

Used By Packages

No packages found.