ddr-analysis-tools


Nameddr-analysis-tools JSON
Version 0.0.12 PyPI version JSON
download
home_pagehttps://github.com/ddrathod121294/ddr_analysis_tools
SummaryPackage for data analysis tools
upload_time2024-05-04 05:52:31
maintainerNone
docs_urlNone
authorDarshan Rathod
requires_python<4,>=3.10
licenseNone
keywords ddr time series data analysis data analysis pod spod fft ddr_fft ddr_spod ddr_podddr_analysis_tools
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ddr_analysis_tools

This project contains multiple analysis tools. Some of these tools may be derrived from some other libraries but are adjusted to use in other conditions.

## ddr_POD

This code contains two major class which could perfor POD. 1- POD using singular value decomposition and 2- snapshot POD method. I have varified in certain cases that these two methods results in almost similar eigenmodes, however use these method judiciously. The data to these classes should be provided in 2D matrix form where the time axis lies in first dimention.

## ddr_SPOD

The SPOD class in this module is derrived from pyspod library available online.

## ddr_PSD_welch

This is the class made to use welch's method in performing FFT. The welch's method is already availalbe in scipy. The class in this library uses that.

## ddr_FFT

numpy FFT method is used to perform FFt on the data. The class contains several other methods which could be usefull in plotting and filtering.


---
---

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ddrathod121294/ddr_analysis_tools",
    "name": "ddr-analysis-tools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.10",
    "maintainer_email": null,
    "keywords": "ddr, time series data analysis, data analysis, POD, SPOD, FFT, ddr_FFT, ddr_SPOD, ddr_PODddr_analysis_tools",
    "author": "Darshan Rathod",
    "author_email": "darshan.rathod1994@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/42/12/8d388ab2846e3affeb713101492b70d9684d3f6e88b7eb82e3246dd3bc78/ddr_analysis_tools-0.0.12.tar.gz",
    "platform": null,
    "description": "# ddr_analysis_tools\n\nThis project contains multiple analysis tools. Some of these tools may be derrived from some other libraries but are adjusted to use in other conditions.\n\n## ddr_POD\n\nThis code contains two major class which could perfor POD. 1- POD using singular value decomposition and 2- snapshot POD method. I have varified in certain cases that these two methods results in almost similar eigenmodes, however use these method judiciously. The data to these classes should be provided in 2D matrix form where the time axis lies in first dimention.\n\n## ddr_SPOD\n\nThe SPOD class in this module is derrived from pyspod library available online.\n\n## ddr_PSD_welch\n\nThis is the class made to use welch's method in performing FFT. The welch's method is already availalbe in scipy. The class in this library uses that.\n\n## ddr_FFT\n\nnumpy FFT method is used to perform FFt on the data. The class contains several other methods which could be usefull in plotting and filtering.\n\n\n---\n---\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Package for data analysis tools",
    "version": "0.0.12",
    "project_urls": {
        "Homepage": "https://github.com/ddrathod121294/ddr_analysis_tools"
    },
    "split_keywords": [
        "ddr",
        " time series data analysis",
        " data analysis",
        " pod",
        " spod",
        " fft",
        " ddr_fft",
        " ddr_spod",
        " ddr_podddr_analysis_tools"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "090ad09215741b2d7aab22b42310c1c14cd9d338c576881cef7ffc471177ae15",
                "md5": "bc43aa18f05778a24288fd37563b1f28",
                "sha256": "c25349bec62119db2169ee1afbbb9155b67806e2434961f52336640f933c6e65"
            },
            "downloads": -1,
            "filename": "ddr_analysis_tools-0.0.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bc43aa18f05778a24288fd37563b1f28",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.10",
            "size": 57822,
            "upload_time": "2024-05-04T05:52:29",
            "upload_time_iso_8601": "2024-05-04T05:52:29.522614Z",
            "url": "https://files.pythonhosted.org/packages/09/0a/d09215741b2d7aab22b42310c1c14cd9d338c576881cef7ffc471177ae15/ddr_analysis_tools-0.0.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42128d388ab2846e3affeb713101492b70d9684d3f6e88b7eb82e3246dd3bc78",
                "md5": "67600b6e48e536cb92be4c3a1c65788b",
                "sha256": "e34d3a3342f053936510838b9e71d720711d702e99e8cbcc69a5d1d6f4a0f182"
            },
            "downloads": -1,
            "filename": "ddr_analysis_tools-0.0.12.tar.gz",
            "has_sig": false,
            "md5_digest": "67600b6e48e536cb92be4c3a1c65788b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.10",
            "size": 48413,
            "upload_time": "2024-05-04T05:52:31",
            "upload_time_iso_8601": "2024-05-04T05:52:31.227575Z",
            "url": "https://files.pythonhosted.org/packages/42/12/8d388ab2846e3affeb713101492b70d9684d3f6e88b7eb82e3246dd3bc78/ddr_analysis_tools-0.0.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-04 05:52:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ddrathod121294",
    "github_project": "ddr_analysis_tools",
    "github_not_found": true,
    "lcname": "ddr-analysis-tools"
}
        
Elapsed time: 0.25147s