[PR #1517] Convolution #2128

Open
opened 2026-01-29 15:29:11 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/TheAlgorithms/C/pull/1517

State: closed
Merged: No


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.

**Original Pull Request:** https://github.com/TheAlgorithms/C/pull/1517 **State:** closed **Merged:** No --- 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.
claunia added the pull-request label 2026-01-29 15:29:11 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#2128