measpy


Namemeaspy JSON
Version 0.1.2 PyPI version JSON
download
home_page
SummaryMeasurements with Python
upload_time2023-09-04 13:49:00
maintainer
docs_urlNone
authorOlivier Doaré
requires_python
license
keywords python measurements data acquisition signal processing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
    measpy is a set of classes and methods to help the data acquisition and analysis of signals. It is mainly acoustics and vibrations oriented. This package is very recent, it is still incomplete and many bugs may appear.

    The base classes are:

    - ```Signal```: It is basically a class that contain a 1D numpy array, an a few other properties to describe the data as: sampling frequency, calibration and unit.
    - ```Spectral```: A spectral data class that contains the complex amplitudes as a 1D numpy array for frequencies up to the Nyquist frequency, and some properties as sampling frequency, unit, description
    - ```Measurement``` : A class that describe a data acquisition process, its outputs (Signal objects), its inputs (Signal objects)...
    - ```Weighting``` : Weighting spectral functions (Not yet fully test/functionnal)

    For now, these daq devices can be used :

    - Audio cards, via the ```sounddevice``` package,
    - NI DAQ cards, via the ```nidaqmx``` package.
    - Picoscope scopes, via the ```picosdk-python-wrappers``` package.
    
    

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "measpy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Python,Measurements,Data acquisition,Signal processing",
    "author": "Olivier Doar\u00e9",
    "author_email": "<olivier.doare@ensta-paris.fr>",
    "download_url": "https://files.pythonhosted.org/packages/b4/4d/649eaea57b40066b7f08b3cb461ba28b2b9b067b9070736bae64c1850164/measpy-0.1.2.tar.gz",
    "platform": null,
    "description": "\n    measpy is a set of classes and methods to help the data acquisition and analysis of signals. It is mainly acoustics and vibrations oriented. This package is very recent, it is still incomplete and many bugs may appear.\n\n    The base classes are:\n\n    - ```Signal```: It is basically a class that contain a 1D numpy array, an a few other properties to describe the data as: sampling frequency, calibration and unit.\n    - ```Spectral```: A spectral data class that contains the complex amplitudes as a 1D numpy array for frequencies up to the Nyquist frequency, and some properties as sampling frequency, unit, description\n    - ```Measurement``` : A class that describe a data acquisition process, its outputs (Signal objects), its inputs (Signal objects)...\n    - ```Weighting``` : Weighting spectral functions (Not yet fully test/functionnal)\n\n    For now, these daq devices can be used :\n\n    - Audio cards, via the ```sounddevice``` package,\n    - NI DAQ cards, via the ```nidaqmx``` package.\n    - Picoscope scopes, via the ```picosdk-python-wrappers``` package.\n    \n    \n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Measurements with Python",
    "version": "0.1.2",
    "project_urls": null,
    "split_keywords": [
        "python",
        "measurements",
        "data acquisition",
        "signal processing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "800caebb7d1c7f107a265516c26f787c0406896522569b939aca4a7db829250a",
                "md5": "44947e567262c3265572a530d0bd60f1",
                "sha256": "a6b965862f667d9c2c031083b8c1816637abcd5be8068d4f697faf444fc73d47"
            },
            "downloads": -1,
            "filename": "measpy-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "44947e567262c3265572a530d0bd60f1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 42266,
            "upload_time": "2023-09-04T13:48:58",
            "upload_time_iso_8601": "2023-09-04T13:48:58.928563Z",
            "url": "https://files.pythonhosted.org/packages/80/0c/aebb7d1c7f107a265516c26f787c0406896522569b939aca4a7db829250a/measpy-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b44d649eaea57b40066b7f08b3cb461ba28b2b9b067b9070736bae64c1850164",
                "md5": "1afaad46e1d2355da0dd951e54e677d2",
                "sha256": "ae7a6744afbae4899145d463f13d2400677f2b10fdf918b1a5a231a1754efe7c"
            },
            "downloads": -1,
            "filename": "measpy-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "1afaad46e1d2355da0dd951e54e677d2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 60299,
            "upload_time": "2023-09-04T13:49:00",
            "upload_time_iso_8601": "2023-09-04T13:49:00.268938Z",
            "url": "https://files.pythonhosted.org/packages/b4/4d/649eaea57b40066b7f08b3cb461ba28b2b9b067b9070736bae64c1850164/measpy-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-04 13:49:00",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "measpy"
}
        
Elapsed time: 0.10672s