{ "info": { "author": "Erin Carrier, Nathan Bowman", "author_email": "bowmanat@mail.gvsu.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Topic :: Scientific/Engineering", "Topic :: Utilities" ], "description": "This project contains several transformations used for signal processing,\nalong with associated tools.\n\n**Transformations**\n\nAs of v0.2, the included transformations are: discrete Fourier transform (dft),\ndiscrete cosine transform (dct), and discrete wavelet transform (dwt).\n\n**GPU-Acceleration**\n\nEach of these transformations has both a sequential and a GPU-acclerated\nversion. To use the GPU-accelerated version, you would simply import\n\"[transformation_name]Cuda\" instead of 'transformation_name\". For example,\nyou might use\n\nimport pygasp.dwtCuda as dwt\n\ninstead of using\n\nimport pygasp.dwt as dwt\n\nto get the CUDA version of the dwt. \n\n*NOTE*: To use the CUDA versions, you must have a CUDA-capable GPU and have\ninstalled the PyCUDA library. Information on this library can be found\nat: mathema.tician.de/software/pycuda .\n\n**Tools**\n\nAs of v0.2, the tools include:\n\t* high-, low-, and bandpass filters for the fft\n\t* hard and soft thresholding for the dwt\n\t* scalogram visualization of the dwt\n\n**License**\n\nThis library is free and open-source software released under the MIT License.\nThe source code is available at https://bitbucket.org/bowmanat/pygasp .\n\n**Contact**\n\nPlease email \"bowmanat AT mail DOT gvsu DOT edu\" with any questions or\ncomments.\n\n\n", "description_content_type": null, "docs_url": "https://pythonhosted.org/PyGASP/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://packages.python.org/PyGASP", "keywords": "signal processing,science,PyCUDA,DWT,FFT,DCT", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "PyGASP", "package_url": "https://pypi.org/project/PyGASP/", "platform": "", "project_url": "https://pypi.org/project/PyGASP/", "project_urls": { "Homepage": "http://packages.python.org/PyGASP" }, "release_url": "https://pypi.org/project/PyGASP/0.2.1/", "requires_dist": null, "requires_python": "", "summary": "A GPU-accelerated signal processing library.", "version": "0.2.1" }, "last_serial": 4135446, "releases": { "0.2.1": [ { "comment_text": "", "digests": { "md5": "f852c5d464d9103a286c57b0334280c8", "sha256": "a46e0b281017379427a7aa141171a7afb7c00cb7cdef7aae917013d99c67d5e5" }, "downloads": -1, "filename": "PyGASP-0.2.1-py2-none-any.whl", "has_sig": false, "md5_digest": "f852c5d464d9103a286c57b0334280c8", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 22351, "upload_time": "2017-12-08T19:49:22", "url": "https://files.pythonhosted.org/packages/d5/59/6366319c8cde3859a5a7c4fcedccda3652edc2da95602d5741a13f9ad219/PyGASP-0.2.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7fd567ad55dff1743777810d2207e8db", "sha256": "ed00813edf924b27e0f5d0b5c034cc3faa378546c6801b08dd1245645640ef56" }, "downloads": -1, "filename": "PyGASP-0.2.1.tar.gz", "has_sig": false, "md5_digest": "7fd567ad55dff1743777810d2207e8db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19595, "upload_time": "2017-12-08T19:49:24", "url": "https://files.pythonhosted.org/packages/55/6d/6ed00264bc791ea042817646461406313f759f37cb1d20f2bd42b8b411fd/PyGASP-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f852c5d464d9103a286c57b0334280c8", "sha256": "a46e0b281017379427a7aa141171a7afb7c00cb7cdef7aae917013d99c67d5e5" }, "downloads": -1, "filename": "PyGASP-0.2.1-py2-none-any.whl", "has_sig": false, "md5_digest": "f852c5d464d9103a286c57b0334280c8", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 22351, "upload_time": "2017-12-08T19:49:22", "url": "https://files.pythonhosted.org/packages/d5/59/6366319c8cde3859a5a7c4fcedccda3652edc2da95602d5741a13f9ad219/PyGASP-0.2.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7fd567ad55dff1743777810d2207e8db", "sha256": "ed00813edf924b27e0f5d0b5c034cc3faa378546c6801b08dd1245645640ef56" }, "downloads": -1, "filename": "PyGASP-0.2.1.tar.gz", "has_sig": false, "md5_digest": "7fd567ad55dff1743777810d2207e8db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19595, "upload_time": "2017-12-08T19:49:24", "url": "https://files.pythonhosted.org/packages/55/6d/6ed00264bc791ea042817646461406313f759f37cb1d20f2bd42b8b411fd/PyGASP-0.2.1.tar.gz" } ] }