An open API service indexing awesome lists of open source software.

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.

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`.