An open API service indexing awesome lists of open source software.

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

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.

image

## 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.