{ "info": { "author": "Vladimir Popov", "author_email": "vladimir.popov@gmx.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "fftpower23 package contains library to calculate Fast Foutrier Transformation.\nAlso it provides a set of functions to calculate commonly used sprectral characteristics (both single and mutual) for numerical series.\n\nThe main difference from the other simular packages that it provides FFT for the series those have length based both powers 2 and 3.\nThe exact formula for acceptable lenghts is 4*2**n*3**m; n,m >= 0.\nAny particular length can be checked by calling function IsValidLength (lenght)\nList of first 100 allowed numbers (number \u2116100 = 373248) can be found in docs/first_100_allowed_lengths.txt\n\nThe source code successfully compiled and tested on both python 2.7.6 and python 3.4.3\nOriginal algoryth has been rewritten to python from C++, C++ source code is available at https://bitbucket.org/VladimirPopov43/fft_cpp/src\n\nFull public API with the example of usage can be found at docs/api_doc.txt\n\nSincerely yours,\nVladimir Popov, vladimir.popov@gmx.com\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/VladimirPopov43/fft_python/src", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "fftpower23", "package_url": "https://pypi.org/project/fftpower23/", "platform": "", "project_url": "https://pypi.org/project/fftpower23/", "project_urls": { "Homepage": "https://bitbucket.org/VladimirPopov43/fft_python/src" }, "release_url": "https://pypi.org/project/fftpower23/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Fast Fourier Transformation with powers 2 and 3", "version": "1.0.0" }, "last_serial": 4057481, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "246505d843ccae83b191580caf5aeb2c", "sha256": "fd6b15d2d1ff9073909d173c4b6a69beae05f671efb325f6499c63c83b6b0aed" }, "downloads": -1, "filename": "fftpower23-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "246505d843ccae83b191580caf5aeb2c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4889, "upload_time": "2018-07-13T11:18:27", "url": "https://files.pythonhosted.org/packages/cc/94/af740b9c9385b4625e9c596db2b66beea1a37bd1ef2492fa506abac119b7/fftpower23-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "15cd5552a6b5e700532559ad974f4a9e", "sha256": "80fac4400b455549e9f4db659aa5b3fdd5c1a719ab6c8cd7fe13f1be13622ce9" }, "downloads": -1, "filename": "fftpower23-1.0.0.tar.gz", "has_sig": false, "md5_digest": "15cd5552a6b5e700532559ad974f4a9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6680, "upload_time": "2018-07-13T11:18:29", "url": "https://files.pythonhosted.org/packages/ec/19/840ad7183ac0add29f0ca3f0314d13910f917b97d84f53d792de17c21eb8/fftpower23-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "246505d843ccae83b191580caf5aeb2c", "sha256": "fd6b15d2d1ff9073909d173c4b6a69beae05f671efb325f6499c63c83b6b0aed" }, "downloads": -1, "filename": "fftpower23-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "246505d843ccae83b191580caf5aeb2c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4889, "upload_time": "2018-07-13T11:18:27", "url": "https://files.pythonhosted.org/packages/cc/94/af740b9c9385b4625e9c596db2b66beea1a37bd1ef2492fa506abac119b7/fftpower23-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "15cd5552a6b5e700532559ad974f4a9e", "sha256": "80fac4400b455549e9f4db659aa5b3fdd5c1a719ab6c8cd7fe13f1be13622ce9" }, "downloads": -1, "filename": "fftpower23-1.0.0.tar.gz", "has_sig": false, "md5_digest": "15cd5552a6b5e700532559ad974f4a9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6680, "upload_time": "2018-07-13T11:18:29", "url": "https://files.pythonhosted.org/packages/ec/19/840ad7183ac0add29f0ca3f0314d13910f917b97d84f53d792de17c21eb8/fftpower23-1.0.0.tar.gz" } ] }