Update README.md

This commit is contained in:
BrokenVoodooDoll
2021-01-29 19:24:38 +03:00
committed by GitHub
parent 3d45750509
commit b2cc5fe497

View File

@@ -1 +1,10 @@
# BeamPropagationMethod # BeamPropagationMethod
> *Read this in other languages: [Русский](README.ru.md)*
## Description
Simple realization of the beam propagation method based on FFT (Fast Fourier Tranform) for MATLAB/Octave.
Includes several scripts described by their names. One can change values denoted as "User Choices" to get different results.
The file "rect.m" contains the [rectangular function](https://en.wikipedia.org/wiki/Rectangular_function).
## References
- [Hung Loui. Fourier Beam Propagation (2004)](https://www.researchgate.net/publication/228549957_Fourier_Beam_Propagation)