owlfft


Nameowlfft JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryWrap scipy fft and numpy loadtxt within a simple GUI
upload_time2023-12-16 16:30:22
maintainer
docs_urlNone
author
requires_python>=3
licenseMIT License
keywords fourier transform structural dynamics teaching
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This package implements a simple GUI to calculate real positive Fourier transforms from data stored in a `.csv` file, e.g., the recording data of an accelerometer. It aimts to be an educational resource for the structural dynamics course at the [Barcelona School of Civil Engineering](https://camins.upc.edu/en).

## Installation
On the commandline, type the following command:
```sh
pip install owlfft
```
After that, you can call the package as a module from any location, like
```sh
python -m owlfft
```

Alternatively, you can download the file `owlfft.py` into a place of your choice and make sure all the dependencies are installed,
```sh
pip install numpy scipy matplotlib pyqt5 superqt
```
and then, run the python script:
```sh
python owlfft.py
```

## Usage
![](https://github.com/miguelmaso/dynamics/raw/main/tools/docs/main_window.png)

The above window will be opened. It allows to select a `.csv` file and to specify how to read it (custom delimiter, columns where to read data, etc.). There are also two range sliders to trim the time and the frequency domains. Finally, a cursor is added to the FFT spectrum plot.

## Why an owl?
Because the python project must be unique, because the author likes birds and because the name is short.

## Thanks
The author gratefully acknoledge [Flaticon](https://www.flaticon.com/free-icons/owl) for the design of the icon.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "owlfft",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": "",
    "keywords": "Fourier transform,structural dynamics,teaching",
    "author": "",
    "author_email": "Miguel Mas\u00f3 <miguel.maso@upc.edu>",
    "download_url": "https://files.pythonhosted.org/packages/70/1b/151fabdd5d70ed71db0b6322f31da5ba929d14c9fd1eca9ede05761b28b8/owlfft-0.0.1.tar.gz",
    "platform": null,
    "description": "This package implements a simple GUI to calculate real positive Fourier transforms from data stored in a `.csv` file, e.g., the recording data of an accelerometer. It aimts to be an educational resource for the structural dynamics course at the [Barcelona School of Civil Engineering](https://camins.upc.edu/en).\n\n## Installation\nOn the commandline, type the following command:\n```sh\npip install owlfft\n```\nAfter that, you can call the package as a module from any location, like\n```sh\npython -m owlfft\n```\n\nAlternatively, you can download the file `owlfft.py` into a place of your choice and make sure all the dependencies are installed,\n```sh\npip install numpy scipy matplotlib pyqt5 superqt\n```\nand then, run the python script:\n```sh\npython owlfft.py\n```\n\n## Usage\n![](https://github.com/miguelmaso/dynamics/raw/main/tools/docs/main_window.png)\n\nThe above window will be opened. It allows to select a `.csv` file and to specify how to read it (custom delimiter, columns where to read data, etc.). There are also two range sliders to trim the time and the frequency domains. Finally, a cursor is added to the FFT spectrum plot.\n\n## Why an owl?\nBecause the python project must be unique, because the author likes birds and because the name is short.\n\n## Thanks\nThe author gratefully acknoledge [Flaticon](https://www.flaticon.com/free-icons/owl) for the design of the icon.\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Wrap scipy fft and numpy loadtxt within a simple GUI",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/miguelmaso/dynamics",
        "Repository": "https://github.com/miguelmaso/dynamics/tools"
    },
    "split_keywords": [
        "fourier transform",
        "structural dynamics",
        "teaching"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a0c9432001659a2cb03f25ccb2d00881aa7054c0425125bbd756d31d945c01f",
                "md5": "a2feafd547be6ff8cfaf1f41297536ae",
                "sha256": "a1deb476473e58d287efc717c7311c6d7c3dad738b72051fc1b79942a8ab82c5"
            },
            "downloads": -1,
            "filename": "owlfft-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a2feafd547be6ff8cfaf1f41297536ae",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 5091,
            "upload_time": "2023-12-16T16:30:19",
            "upload_time_iso_8601": "2023-12-16T16:30:19.883895Z",
            "url": "https://files.pythonhosted.org/packages/9a/0c/9432001659a2cb03f25ccb2d00881aa7054c0425125bbd756d31d945c01f/owlfft-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "701b151fabdd5d70ed71db0b6322f31da5ba929d14c9fd1eca9ede05761b28b8",
                "md5": "61688ad80c1e5fbf669b7e81121e522b",
                "sha256": "bf8b63d83fd5cc29bd8ff105f4459172566440073567960e83e93da651c578cc"
            },
            "downloads": -1,
            "filename": "owlfft-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "61688ad80c1e5fbf669b7e81121e522b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 209391,
            "upload_time": "2023-12-16T16:30:22",
            "upload_time_iso_8601": "2023-12-16T16:30:22.271535Z",
            "url": "https://files.pythonhosted.org/packages/70/1b/151fabdd5d70ed71db0b6322f31da5ba929d14c9fd1eca9ede05761b28b8/owlfft-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-16 16:30:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "miguelmaso",
    "github_project": "dynamics",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "owlfft"
}
        
Elapsed time: 0.22419s