mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #1517] [CLOSED] Convolution #2123
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1517
Author: @ghost
Created: 10/27/2025
Status: ❌ Closed
Base:
master← Head:Convolution📝 Commits (2)
cef1ec4feat: Add convolution algorithm and plotting the output50f70cbfeat: Add convolution algorithm and plotting the output📊 Changes
5 files changed (+259 additions, -0 deletions)
View changed files
➕
Convolution/README.md(+50 -0)➕
Convolution/conv(+0 -0)➕
Convolution/requirements.txt(+2 -0)➕
Convolution/src/convolve.c(+154 -0)➕
Convolution/src/plotter.py(+53 -0)📄 Description
This project uses the brute force way to convolve two arrays (linear 1D convolution) and plot the output with pythons Matplotlib this includes writing the output to files and linking C with python using a simple function in C.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.