Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 502 Bytes

File metadata and controls

21 lines (13 loc) · 502 Bytes

QuickConvolution

A tool to make quick convolutions with predefined signals such as unit impulses, square impulses and more. It uses matplotlib, numpy and streamlit.

You can try QuickConvolution online

Requirements and deployment

Requirements as mentioned are:

pip install matplotlib numpy streamlit

Once installed, to run it needs streamlit run:

streamlit run convolver.py

At the moment it supports two basic signal convolutions