{ "info": { "author": "Vinicius Mesquita", "author_email": "viniciusmesquita@poli.ufrj.br", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Convolution using Overlap-Add\n\nImplements convolution using overlap-add (OA) method for efficient way to evaluate the discrete convolution of a very long signal. Just for fun. Probably numpy already does that.\n\n[This link explains the overlap-add method.](https://en.wikipedia.org/wiki/Overlap%E2%80%93add_method)\n\nThis code is inefficient when compared to pure numpy.convolve ([see this example](example_timing.py)). However, I belive someday we can defeat them.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mesquita/convolution_overlap_add", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "convolution-overlap-add", "package_url": "https://pypi.org/project/convolution-overlap-add/", "platform": "", "project_url": "https://pypi.org/project/convolution-overlap-add/", "project_urls": { "Homepage": "https://github.com/mesquita/convolution_overlap_add" }, "release_url": "https://pypi.org/project/convolution-overlap-add/0.1/", "requires_dist": null, "requires_python": "", "summary": "Convolution using overlap-add method", "version": "0.1" }, "last_serial": 5560758, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "1f23c4d14f8cdde97f70eb0e42417223", "sha256": "d84153f5cd4d056fe21acab9c795c9f1cf8fd4d677b242b0cbfdff3196c8f4bd" }, "downloads": -1, "filename": "convolution_overlap_add-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "1f23c4d14f8cdde97f70eb0e42417223", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2373, "upload_time": "2019-07-20T14:29:06", "url": "https://files.pythonhosted.org/packages/7e/a6/7e28677ee329b5c67ec6c5c02d4d430df48ca0e3d54ff35680b3bd846bc5/convolution_overlap_add-0.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1f23c4d14f8cdde97f70eb0e42417223", "sha256": "d84153f5cd4d056fe21acab9c795c9f1cf8fd4d677b242b0cbfdff3196c8f4bd" }, "downloads": -1, "filename": "convolution_overlap_add-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "1f23c4d14f8cdde97f70eb0e42417223", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2373, "upload_time": "2019-07-20T14:29:06", "url": "https://files.pythonhosted.org/packages/7e/a6/7e28677ee329b5c67ec6c5c02d4d430df48ca0e3d54ff35680b3bd846bc5/convolution_overlap_add-0.1-py3-none-any.whl" } ] }