PyWindow aims to help the engineers to design and analyze spectral windows. We built this tool using Python. The tool opens with a default 64-point Hann window.
We used Python 3.7.16 to develop this tool, but the codebase is expected to be compatible with Python 3.8-3.11. First you can create an virtual environment using conda:
conda create --name env_name python==3.7.16The codebase also depends on a few pip packages. You can download and install these packages using pip.
pip install -r requirements.txtIf you want more details on this tool, please browser the help file. Please feel free to contact us if you have more suggestions.