Crates.io | convolution-dsp |
lib.rs | convolution-dsp |
version | 0.3.0 |
source | src |
created_at | 2024-07-10 00:23:49.779783 |
updated_at | 2024-10-12 10:38:22.999 |
description | 1-dimensional convolution library intended for use in DSP applications. |
homepage | |
repository | https://github.com/dankirkham/convolution-dsp |
max_upload_size | |
id | 1297650 |
size | 599,375 |
1-dimensional convolution library for Rust intended for use in DSP applications. Uses the overlap-add FFT method.
Stephen W. Smith, Ph.D., The Scientist and Engineer's Guide to Digital Signal Processing, Chapter 18.