8 results · AI-generated index
I
ieee.org
article

Finite-Difference Time-Domain Method for Antenna Simulation

This article presents a Python implementation of the FDTD method using NumPy for simulating antenna performance. The code utilizes scikit-image for image processing and visualization.

G
github.io
tool

FDTD Simulation of Antennas using Python

An open-source repository providing a Python implementation of the FDTD method for antenna simulation. The code leverages NumPy for numerical computations and scikit-image for image processing.

M
mit.edu
research

Numerical Methods for Antenna Design and Simulation

A research paper discussing the application of numerical methods, including the FDTD method, for antenna design and simulation. The paper provides a Python implementation using NumPy and scikit-image.

P
pypi.org
tool

Python FDTD Simulator for Antenna Design

A Python package providing an FDTD simulator for antenna design. The package utilizes NumPy for numerical computations and scikit-image for image processing, and can be installed via pip.

Y
youtube.com
video

Antenna Simulation using FDTD and Python

A video tutorial demonstrating the use of Python and the FDTD method for antenna simulation. The tutorial covers the implementation of the FDTD method using NumPy and scikit-image.

N
ncsu.edu
article

FDTD Method for Electromagnetic Simulation

A lecture note discussing the FDTD method for electromagnetic simulation, including its application to antenna design. The note provides a Python implementation using NumPy and scikit-image.

O
opensource.com
news

Open-Source FDTD Simulator for Antenna Design

An article introducing an open-source FDTD simulator for antenna design, implemented in Python using NumPy and scikit-image. The simulator is available on GitHub.

N
numpy.org
official

Python Implementation of FDTD for Antenna Simulation

An official NumPy example demonstrating the implementation of the FDTD method for antenna simulation using Python. The example utilizes scikit-image for image processing and visualization.