A lightweight simulation library for wireless sensing and electromagnetic world modeling.
Project description
emrass-world-model 📡
em-world-model is a lightweight electromagnetic world modeling and simulation library designed for Embodied AI and 6G communications. It aims to bridge the gap between traditional visual perception and physical-layer EM simulation, providing AI agents with an "Electromagnetic Perspective" for environment understanding.
🌟 Key Features
- Physics-Based Simulation Engine: Built-in models for Free Space Path Loss (FSPL), Two-Ray Ground Reflection, and complex Multipath Fading.
- Environmental Semantic Modeling: Supports EM scattering and reflection profiling for common materials such as concrete, glass, and metal.
- ISAC Integration: Supports preliminary simulations for Integrated Sensing and Communication, enabling joint waveform and perception analysis.
- Lightweight & Scalable: Minimal dependencies (NumPy based), making it easy to integrate into Reinforcement Learning (RL) environments or autonomous driving simulators like CARLA or AirSim.
🚀 Quick Start
Installation
Install the stable version from PyPI:
pip install emrass-world-model
Basic Usage: Calculating Path Loss
from em_model.physics import free_space_path_loss
# Parameters: distance (meters), frequency (Hz)
distance = 150
frequency = 28e9 # 28 GHz mmWave
loss = free_space_path_loss(distance, frequency)
print(f"Path loss at {distance}m: {loss:.2f} dB")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file emrass_world_model-0.1.0.tar.gz.
File metadata
- Download URL: emrass_world_model-0.1.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84fa4a93aaee768fa1b32417948059fbf0a2986cf115667eef32c3118f29f910
|
|
| MD5 |
206bf24d28adb71352c120f2c1540245
|
|
| BLAKE2b-256 |
20629dc1ce8ac62b90f0605ca68c9da739dc3d5056328e1206e4aa3e14d3fa07
|
File details
Details for the file emrass_world_model-0.1.0-py3-none-any.whl.
File metadata
- Download URL: emrass_world_model-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5b41fa813f3b377eff96893c6a19c30f68adfb452d1ff008b6081e0560fad22
|
|
| MD5 |
2809bffb5e6baa8c8e5b62184a611978
|
|
| BLAKE2b-256 |
19e48cd91e811a491373e22cb70b1ec2bf8443dc95f3d87f93a318c0e991bcf8
|