# 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/dev-ddr/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/8c/71/8070f00bd58b2dec1f50a4c12092bca0e08166e0bd98cf321ab4b03d4127/ddr_analysis_tools-0.0.14.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.14",
"project_urls": {
"Homepage": "https://github.com/dev-ddr/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": "a74a76bae54f69f81562fdbeb09222b1c0473e86a037269ebd88af5c44dfc271",
"md5": "50ad12e64456e9cd6b3bb241613e737b",
"sha256": "5414c880b40a9c121a7566d5d2e7f1d77324268c72b9ea7bd2392fc106141883"
},
"downloads": -1,
"filename": "ddr_analysis_tools-0.0.14-py3-none-any.whl",
"has_sig": false,
"md5_digest": "50ad12e64456e9cd6b3bb241613e737b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.10",
"size": 61585,
"upload_time": "2024-10-18T12:33:28",
"upload_time_iso_8601": "2024-10-18T12:33:28.350620Z",
"url": "https://files.pythonhosted.org/packages/a7/4a/76bae54f69f81562fdbeb09222b1c0473e86a037269ebd88af5c44dfc271/ddr_analysis_tools-0.0.14-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8c718070f00bd58b2dec1f50a4c12092bca0e08166e0bd98cf321ab4b03d4127",
"md5": "4350b3d47edef6f5f4bf9fc2cab1e121",
"sha256": "a98b714cd7da1c5fa761a5295d3187f7f947d26c064e7daa8b346ea1d872d966"
},
"downloads": -1,
"filename": "ddr_analysis_tools-0.0.14.tar.gz",
"has_sig": false,
"md5_digest": "4350b3d47edef6f5f4bf9fc2cab1e121",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.10",
"size": 51984,
"upload_time": "2024-10-18T12:33:29",
"upload_time_iso_8601": "2024-10-18T12:33:29.961021Z",
"url": "https://files.pythonhosted.org/packages/8c/71/8070f00bd58b2dec1f50a4c12092bca0e08166e0bd98cf321ab4b03d4127/ddr_analysis_tools-0.0.14.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-18 12:33:29",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "dev-ddr",
"github_project": "ddr_analysis_tools",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "ddr-analysis-tools"
}