معرفی شرکت ها


AIMM-simulator-2.0.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

AIMM 5G system-level simulator (development for the AIMM project https://aimm.celticnext.eu)
ویژگی مقدار
سیستم عامل -
نام فایل AIMM-simulator-2.0.2
نام AIMM-simulator
نسخه کتابخانه 2.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده Keith Briggs <k.briggs73@btinternet.com>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/AIMM-simulator/
مجوز -
AIMM 5G system simulator ------------------------ The AIMM simulator emulates a cellular radio system roughly following 5G concepts and channel models. The intention is to have an easy-to-use and fast system written in pure Python with minimal dependencies. It is especially designed to be suitable for interfacing to AI engines such as ``tensorflow`` or ``pytorch``, and it is not a principal aim for it to be extremely accurate at the level of the radio channel. The simulator was developed for the AIMM project (<https://aimm.celticnext.eu>) by Keith Briggs (<https://keithbriggs.info>). The full documentation is at <https://aimm-simulator.readthedocs.io/en/latest/>. Software dependencies --------------------- 1. Python 3.8 or higher <https://python.org>. 2. NumPy <https://numpy.org/>. 3. Simpy <https://pypi.org/project/simpy/>. 4. If real-time plotting is needed, matplotlib <https://matplotlib.org>. Installation ------------ Three ways are possible: * The simplest way, direct from PyPI: ``pip install AIMM-simulator``. This will not always get the latest version. * Download the wheel, typically ``dist/aimm_simulator-2.x.y-py3-none-any.whl`` from github, and run ``pip install <wheel>``. * Alternatively, the package can be installed by downloading the complete repository (using the green ``<> Code ⌄`` button) as a zip, unpacking it, and then doing ``make install_local`` from inside the unpacked zip. After installation, run a test with ``python3 examples/basic_test.py``. Simulator block diagram ----------------------- The diagram below (not visible on pypi.org) shows the main classes in the code and the relationships between them. ![AIMM Simulator block diagram](https://github.com/keithbriggs/AIMM-simulator/blob/main/doc/sphinx_source/AIMM_Simulator_block_diagram.png)


نیازمندی

مقدار نام
- matplotlib>=3.6
- numpy>=1.23
- simpy>=4.0


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl AIMM-simulator-2.0.2:

    pip install AIMM-simulator-2.0.2.whl


نصب پکیج tar.gz AIMM-simulator-2.0.2:

    pip install AIMM-simulator-2.0.2.tar.gz