https://github.com/augustunderground/rectangle-convolution
Convolution of rectangular signals representing shapes.
https://github.com/augustunderground/rectangle-convolution
Last synced: about 1 month ago
JSON representation
Convolution of rectangular signals representing shapes.
- Host: GitHub
- URL: https://github.com/augustunderground/rectangle-convolution
- Owner: AugustUnderground
- License: mit
- Created: 2020-04-25T09:28:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T09:07:02.000Z (about 6 years ago)
- Last Synced: 2025-09-09T12:53:54.890Z (9 months ago)
- Language: Jupyter Notebook
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Convolution of Rectangle Signals
## Prerequisites
+ [conda](https://docs.conda.io/en/latest/miniconda.html) (python 3.7) 4.8.3
## Getting Started
Initialize the conda environment with all dependencies:
```{bash}
$ conda create --name conv --file conda-env.txt
```
Then enter the environment:
```{bash}
$ conda activate conv
```
And launch jupyter
```{bash}
$ jupyter lab
```
A browser should come up where you can select `conv.ipynb`.