1D Convolution in Julia - convolve_cyclic
not commutative
#853
Labels
lang: julia
Julia programming language
Problem
This is a problem in the archive or an implementation.
Bug Report
Description
The convolution operation should be commutative, but the Julia implementation isn't for inputs of different size.
Steps to Reproduce
When the signal is larger, the filter is padded with 0s (conceptually, maybe not in the implementation). It should go the other way around too. The following lines even suggest that:
algorithm-archive/contents/convolutions/code/julia/1d_convolution.jl
Lines 7 to 8 in 0930d27
Expected behavior
For Algorithm Archive Developers
The text was updated successfully, but these errors were encountered: