Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.03 KB

README_old.md

File metadata and controls

26 lines (17 loc) · 1.03 KB

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