From b2cc5fe497f7f0f7cba553277101ef3f20e502c5 Mon Sep 17 00:00:00 2001 From: BrokenVoodooDoll <44895553+BrokenVoodooDoll@users.noreply.github.com> Date: Fri, 29 Jan 2021 19:24:38 +0300 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80c266d..ffbdcfb 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ -# BeamPropagationMethod \ No newline at end of file +# 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)