nqlib


Namenqlib JSON
Version 0.5.1 PyPI version JSON
download
home_pagehttps://github.com/knttnk/NQLib
SummaryNQLib: Library to design noise shaping quantizer for discrete-valued input control.
upload_time2023-09-19 05:51:16
maintainer
docs_urlNone
authorknttnk
requires_python>=3.8
license
keywords discrete-valued input control control theory quantizer control system design quantization simulation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # **Welcome to NQLib**
NQLib is a 
<a href="https://www.python.org/" target="_blank">Python</a>
library to design noise shaping quantizer for discrete-valued input control.

# **What can I do with NQLib?**
In the real world, a dynamic system may have to be controlled by discrete-valued signals due to the inclusion of actuators that are driven by ON/OFF or network with capacity limitations. In such a case, a good output may be obtained by converting continuous-valued input to discrete-valued input with a quantizer designed by NQLib.

## **Example**
See
<a href="https://colab.research.google.com/drive/1Ui-XqaTZCjwqRXC3ZeMeMCbPqGxK9YXO" target="_blank">here</a>.

# **Install**
You can install NQLib by using pip
```
pip install nqlib
```

or conda.
```
conda install -c conda-forge nqlib
```

# **References**
NQLib is a Python library version of
<a href="https://github.com/rmorita-jp/odqtoolbox" target="_blank">ODQ Toolbox</a>,
which were developed in
<a href="https://www.mathworks.com/products/matlab.html" target="_blank">MATLAB</a>.

The algorithms used in NQLib are based on the following paper.

- [1] S. Azuma and T. Sugie: Synthesis of optimal dynamic quantizers for discrete-valued input control;IEEE Transactions on Automatic Control, Vol. 53,pp. 2064–2075 (2008)

- [2] S. Azuma, Y. Minami and T. Sugie: Optimal dynamic quantizers for feedback control with discrete-level actuators; Journal of Dynamic Systems, Measurement, and Control, Vol. 133, No. 2, 021005 (2011)

- [3] 南,加嶋:システムの直列分解に基づく動的量子化器設計;計測自動制御学会論文集,Vol. 52, pp. 46–51(2016)

- [4] R. Morita, S. Azuma, Y. Minami and T. Sugie: Graphical design software for dynamic quantizers in control systems; SICE Journal of Control, Measurement, and System Integration, Vol. 4, No. 5, pp. 372-379 (2011)

- [5] Y. Minami and T. Muromaki: Differential evolution-based synthesis of dynamic quantizers with fixed-structures; International Journal of Computational Intelligence and Applications, Vol. 15, No. 2, 1650008 (2016)


# License
This software is released under the MIT License, see LICENSE.txt.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/knttnk/NQLib",
    "name": "nqlib",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "discrete-valued input control,control theory,quantizer,control system design,quantization,simulation",
    "author": "knttnk",
    "author_email": "kenta.tanaka@eom.mech.eng.osaka-u.ac.jp",
    "download_url": "https://files.pythonhosted.org/packages/ac/4d/6a511a52e99b57755859c01b08cc37f39493e000d17d9d6b21b9c8671160/nqlib-0.5.1.tar.gz",
    "platform": null,
    "description": "# **Welcome to NQLib**\nNQLib is a \n<a href=\"https://www.python.org/\" target=\"_blank\">Python</a>\nlibrary to design noise shaping quantizer for discrete-valued input control.\n\n# **What can I do with NQLib?**\nIn the real world, a dynamic system may have to be controlled by discrete-valued signals due to the inclusion of actuators that are driven by ON/OFF or network with capacity limitations. In such a case, a good output may be obtained by converting continuous-valued input to discrete-valued input with a quantizer designed by NQLib.\n\n## **Example**\nSee\n<a href=\"https://colab.research.google.com/drive/1Ui-XqaTZCjwqRXC3ZeMeMCbPqGxK9YXO\" target=\"_blank\">here</a>.\n\n# **Install**\nYou can install NQLib by using pip\n```\npip install nqlib\n```\n\nor conda.\n```\nconda install -c conda-forge nqlib\n```\n\n# **References**\nNQLib is a Python library version of\n<a href=\"https://github.com/rmorita-jp/odqtoolbox\" target=\"_blank\">ODQ Toolbox</a>,\nwhich were developed in\n<a href=\"https://www.mathworks.com/products/matlab.html\" target=\"_blank\">MATLAB</a>.\n\nThe algorithms used in NQLib are based on the following paper.\n\n- [1] S. Azuma and T. Sugie: Synthesis of optimal dynamic quantizers for discrete-valued input control;IEEE Transactions on Automatic Control, Vol. 53,pp. 2064\u20132075 (2008)\n\n- [2] S. Azuma, Y. Minami and T. Sugie: Optimal dynamic quantizers for feedback control with discrete-level actuators; Journal of Dynamic Systems, Measurement, and Control, Vol. 133, No. 2, 021005 (2011)\n\n- [3] \u5357\uff0c\u52a0\u5d8b\uff1a\u30b7\u30b9\u30c6\u30e0\u306e\u76f4\u5217\u5206\u89e3\u306b\u57fa\u3065\u304f\u52d5\u7684\u91cf\u5b50\u5316\u5668\u8a2d\u8a08\uff1b\u8a08\u6e2c\u81ea\u52d5\u5236\u5fa1\u5b66\u4f1a\u8ad6\u6587\u96c6\uff0cVol. 52, pp. 46\u201351(2016)\n\n- [4] R. Morita, S. Azuma, Y. Minami and T. Sugie: Graphical design software for dynamic quantizers in control systems; SICE Journal of Control, Measurement, and System Integration, Vol. 4, No. 5, pp. 372-379 (2011)\n\n- [5] Y. Minami and T. Muromaki: Differential evolution-based synthesis of dynamic quantizers with fixed-structures; International Journal of Computational Intelligence and Applications, Vol. 15, No. 2, 1650008 (2016)\n\n\n# License\nThis software is released under the MIT License, see LICENSE.txt.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "NQLib: Library to design noise shaping quantizer for discrete-valued input control.",
    "version": "0.5.1",
    "project_urls": {
        "Homepage": "https://github.com/knttnk/NQLib"
    },
    "split_keywords": [
        "discrete-valued input control",
        "control theory",
        "quantizer",
        "control system design",
        "quantization",
        "simulation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "954466b290cf19d2658c71bfa2897f4931fdc106aca7acb127fe67800814652c",
                "md5": "7edadcd9399695cf3e55b090fe9f9987",
                "sha256": "c902c103e38a5def8273a146171fc9ab595e977584ff72c1a43945883d493552"
            },
            "downloads": -1,
            "filename": "nqlib-0.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7edadcd9399695cf3e55b090fe9f9987",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 21333,
            "upload_time": "2023-09-19T05:51:15",
            "upload_time_iso_8601": "2023-09-19T05:51:15.069006Z",
            "url": "https://files.pythonhosted.org/packages/95/44/66b290cf19d2658c71bfa2897f4931fdc106aca7acb127fe67800814652c/nqlib-0.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac4d6a511a52e99b57755859c01b08cc37f39493e000d17d9d6b21b9c8671160",
                "md5": "68779aab7f481cc7bd4d75e48bc6ad67",
                "sha256": "619559e081cadc16615b65b8fc075f2be71ba9b7af8b4a9f3ecd6139b3942338"
            },
            "downloads": -1,
            "filename": "nqlib-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "68779aab7f481cc7bd4d75e48bc6ad67",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 24072,
            "upload_time": "2023-09-19T05:51:16",
            "upload_time_iso_8601": "2023-09-19T05:51:16.741787Z",
            "url": "https://files.pythonhosted.org/packages/ac/4d/6a511a52e99b57755859c01b08cc37f39493e000d17d9d6b21b9c8671160/nqlib-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-19 05:51:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "knttnk",
    "github_project": "NQLib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "nqlib"
}
        
Elapsed time: 0.11634s