Imtoolkit
IMToolkit: An open-source index modulation toolkit for reproducible research based on massively parallel algorithms
Install / Use
/learn @ishikawalab/ImtoolkitREADME
IMToolkit
<a href="https://github.com/ishikawalab/imtoolkit"><img align="right" width="150px" height="150px" src="https://user-images.githubusercontent.com/62990567/88035979-def26700-cb7d-11ea-99a0-db4a4c9bec30.png"></a> IMToolkit, an open-source index modulation (IM) toolkit, attempts to facilitate reproducible research in wireless communications. The major advantages of this toolkit are highlighted as follows:
- It accelerates bit error ratio and average mutual information simulations by relying on a state-of-the-art Nvidia GPU and the massively parallel algorithms proposed in [1].
- It also supports the representative multiplexing schemes for ideal MIMO and OFDM scenarios, in addition to the IM family.
- It contains a comprehensive database of designed active indices, that determine the achievable performance of the generalized spatial modulation or the subcarrier-index modulation.
For more information, please refer to the following webpages.
- IMToolkit official website.
- A detailed tutorial for the imtoolkit command.
- A comprehensive database of the designed active indices.
- A compute capsule on Code Ocean, that reproduces the same results as those reported in [1].
Installation Guide
IMToolkit is available from the Python official package repository PyPi.
> pip install imtoolkit
This installation requires NumPy, Pandas, SciPy, SymPy, Numba, and tqdm, all of which are popular Python packages. Additionally, it is strongly recommended to install CuPy 5.40+. IMToolkit is heavily dependent on CuPy to achieve significantly fast Monte Carlo simulations. The key components required by CuPy are listed here. In case CuPy is not installed in your environment, IMToolkit uses NumPy only. Note that the CuPy-based simulation is 145 times faster than the NumPy-based calculation, as reported in [1].
The above PyPi package excluded the designed active indices due to their large file size, which exceeds 500MB.
Hence, this reduced-size PyPi package will automatically download a required file from the GitHub repository or a mirror website.
If you need all the project files, to use imtoolkit offline, it is recommended to obtain the whole package from GitHub as follows:
> pip install git+https://github.com/ishikawalab/imtoolkit
The IMToolkit development team welcomes other researchers' contributions and pull requests. In that case, it would be better to install the latest package and activate the editable mode as follows:
> git clone https://github.com/ishikawalab/imtoolkit
> pip install -e ./imtoolkit # this activates the editable mode
If you use Anaonda version 4.6.0 or above, the following commands will work.
> conda config --set pip_interop_enabled True
> # for typical users
> pip install imtoolkit
> # for developers
> git clone https://github.com/ishikawalab/imtoolkit
> pip install -e ./imtoolkit
A detailed tutorial for the installed imtoolkit command is available here.
Citations
It would be highly appreciated if you cite the following reference when using IMToolkit.
- [1] N. Ishikawa, ``IMToolkit: An open-source index modulation toolkit for reproducible research based on massively parallel algorithms,'' IEEE Access, vol. 7, pp. 93830--93846, July 2019.
Of course, if your project relies on CuPy, the following reference is strongly recommended.
- [2] R. Okuta, Y. Unno, D. Nishino, S. Hido, and C. Loomis, ``CuPy: A NumPy-compatible library for NVIDIA GPU calculations,'' in Conference on Neural Information Processing Systems Workshop, Long Beach, CA, USA, December 4--9, 2017.
Contributor(s)
- Naoki Ishikawa (Web / Google Scholar / ResearchGate / Publons)
- You might become a valuable contributor of this project. Any contributions and issues are appreciated.
Related Skills
claude-opus-4-5-migration
111.1kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
model-usage
352.2kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
TrendRadar
51.2k⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。
mcp-for-beginners
15.8kThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable, and secure AI workflows from session setup to service orchestration.
