https://github.com/jancarauma/wifi-simulator-reception
2D FDTD simulation of WiFi signal propagation in an floor plan with semi‑transparent walls
https://github.com/jancarauma/wifi-simulator-reception
eletromagnetism fdtd ftdtmethod propagation signal simulation wave wifi wireless
Last synced: 5 months ago
JSON representation
2D FDTD simulation of WiFi signal propagation in an floor plan with semi‑transparent walls
- Host: GitHub
- URL: https://github.com/jancarauma/wifi-simulator-reception
- Owner: jancarauma
- License: mit
- Created: 2025-07-22T15:37:22.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-22T17:03:25.000Z (11 months ago)
- Last Synced: 2025-07-22T17:39:05.562Z (11 months ago)
- Topics: eletromagnetism, fdtd, ftdtmethod, propagation, signal, simulation, wave, wifi, wireless
- Language: HTML
- Homepage: https://wifi-simulator-reception.vercel.app
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WiFi Reception Simulator
Implementation of a 2D Finite‑Difference Time‑Domain (FDTD) method for simulating WiFi signal propagation inside a simplified apartment floor plan. Walls are modeled as semi‑transparent materials using cell‑wise absorption coefficients.

## Pre-requisites
- Browser
## Installation
Download the code
```bash
git clone https://github.com/jancarauma/wifi-reception-sim.git
cd wifi-reception-sim
```
Open the file "WiFi-Reception-Sim.html" on your preferred browser.
## References
* J. S. M. Cole, “HelmHurts,” jasmcole.com, August 25, 2014.
* A. Taflove & S. Hagness, Computational Electrodynamics: The Finite‑Difference Time‑Domain Method, Artech House, 2005.
* K. S. Yee, “Numerical solution of initial boundary value problems involving Maxwell’s equations in isotropic media,” IEEE Trans. Antennas Propagat., 14(3), 1966.
## License
© 2025 Janderson G. da Silva
"artientista.blogspot.com"
This project is licensed under the MIT License. See LICENSE for details.