This repository contains design files for generating commutators suitable for overlap-save streaming FFT implementations of digital convolution.
## Instruction for the first-stage OLS-commutator
## Instruction for the First-stage OLS-commutator
The [ols_first.py](ols_first.py) creates a VHDL code for the first-stage OLS-commutator. It has the arguments **$C$, $L$, $P$, $B$** and includes an option called `code`. The `code` option determines whether to generate VHDL code (`True`) or not (`False`).