✅ Author Profile: A research enthusiast and Matlab simulation developer, continuously improving both mindset and technology.
For code acquisition, paper reproduction, and research simulation collaboration, please DM me.
🍎 Personal Homepage: Matlab King Assistant
🍊 Personal Motto: Walk every day, unafraid of the thousands of miles ahead
🍊 Code Acquisition Method: QQ: 2307468664
🔥 Content Introduction
In the field of optics, holography has become a key technology in optical imaging, non-destructive testing, and information storage due to its unique ability to “record all information of light waves (amplitude and phase) and reproduce the three-dimensional morphology of objects.” Unlike off-axis holography (where the reference light and object light have a significant angle), inline holography adopts a “coaxial propagation of object light and reference light” optical path structure, which has advantages such as compact system, high field utilization, and no spatial frequency limitations of off-axis interference fringes, making it particularly suitable for imaging studies of small objects (such as biological cells and micro-nano structures).
When using spherical waves as object light or reference light, the recording and reconstruction process of inline holography is closer to practical application scenarios — for example, after the spherical wave emitted by a point light source illuminates an object, the scattered light (object light) interferes with the direct spherical wave (reference light) that is not blocked by the object on the recording plane, forming an inline hologram; during reconstruction, the wavefront is back-propagated through the illuminated hologram to recover the amplitude and phase information of the original object light. The paraxial approximation is a commonly used simplification model for optical propagation analysis, which can significantly reduce the computational complexity of spherical wavefront propagation while ensuring the accuracy required for engineering applications, thus becoming an important bridge connecting theoretical analysis and practical simulation. Therefore, in-depth research on the simulation, reconstruction, and paraxial wavefront propagation of inline holograms based on spherical wave recording is of great significance for promoting the practical application of holography technology.

⛳️ Running Results



📣 Sample Code
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% WAVEFRONT PROPAGATION FOR SPHERICAL WAVES IN PARAXIAL APPROXIMATION
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Citation for this code/algorithm or any of its parts:
% Tatiana Latychevskaia and Hans-Werner Fink
% “Practical algorithms for simulation and reconstruction of digital in-line holograms”,
% Appl. Optics 54, 2424 – 2434 (2015)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% The code is written by Tatiana Latychevskaia, 2002
% The version of Matlab for this code is R2010b
function [p] = PropagatorS(N, lambda, s, z)
delta = 1/s;
p = zeros(N,N);
for ii = 1:N;
for jj = 1:N
u = delta*(ii – N/2 -1);
v = delta*(jj – N/2 -1);
p(ii,jj) = exp(-i*pi*lambda*z*(u^2 + v^2));
end
end;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
🔗 References
[1] Ding Lingyan. Research on Non-spherical Phase Recovery Detection Technology [D]. National University of Defense Technology, 2011. DOI:10.7666/d.d159992.
🎈 Some theoretical references are from online literature; please contact the author for removal if there is any infringement.
👇 Follow me to receive a wealth of Matlab e-books and mathematical modeling materials
🏆 Our team specializes in guiding customized MATLAB simulations in various research fields, helping to realize research dreams:
🌟 Various intelligent optimization algorithm improvements and applications
Production scheduling, economic scheduling, assembly line scheduling, charging optimization, workshop scheduling, departure optimization, reservoir scheduling, three-dimensional packing, logistics site selection, cargo position optimization, bus scheduling optimization, charging pile layout optimization, workshop layout optimization, container ship loading optimization, pump combination optimization, medical resource allocation optimization, facility layout optimization, visual field base station and drone site selection optimization, knapsack problem, wind farm layout, time slot allocation optimization, optimal distributed generation unit allocation, multi-stage pipeline maintenance, factory-center-demand point three-level site selection problem, emergency life material distribution center site selection, base station site selection, road lamp column arrangement, hub node deployment, transmission line typhoon monitoring devices, container scheduling, unit optimization, investment optimization portfolio, cloud server combination optimization, antenna linear array distribution optimization, CVRP problem, VRPPD problem, multi-center VRP problem, multi-layer network VRP problem, multi-center multi-vehicle VRP problem, dynamic VRP problem, two-layer vehicle routing planning (2E-VRP), electric vehicle routing planning (EVRP), oil-electric hybrid vehicle routing planning, hybrid flow shop problem, order splitting scheduling problem, bus scheduling optimization problem, flight shuttle vehicle scheduling problem, site selection path planning problem, port scheduling, port bridge scheduling, parking space allocation, airport flight scheduling, leak source localization, cold chain, time window, multi-vehicle field, etc., site selection optimization, port bridge scheduling optimization, traffic impedance, redistribution, parking space allocation, airport flight scheduling, communication upload and download allocation optimization
🌟 Time series, regression, classification, clustering, and dimensionality reduction in machine learning and deep learning
2.1 BP time series, regression prediction, and classification
2.2 ENS voice neural network time series, regression prediction, and classification
2.3 SVM/CNN-SVM/LSSVM/RVM support vector machine series time series, regression prediction, and classification
2.4 CNN|TCN|GCN convolutional neural network series time series, regression prediction, and classification
2.5 ELM/KELM/RELM/DELM extreme learning machine series time series, regression prediction, and classification
2.6 GRU/Bi-GRU/CNN-GRU/CNN-BiGRU gated neural network time series, regression prediction, and classification
2.7 Elman recurrent neural network time series, regression prediction, and classification
2.8 LSTM/BiLSTM/CNN-LSTM/CNN-BiLSTM long short-term memory neural network series time series, regression prediction, and classification
2.9 RBF radial basis function neural network time series, regression prediction, and classification
2.10 DBN deep belief network time series, regression prediction, and classification
2.11 FNN fuzzy neural network time series, regression prediction
2.12 RF random forest time series, regression prediction, and classification
2.13 BLS broad learning system time series, regression prediction, and classification
2.14 PNN pulse neural network classification
2.15 Fuzzy wavelet neural network prediction and classification
2.16 Time series, regression prediction, and classification
2.17 Time series, regression prediction, and classification
2.18 XGBOOST ensemble learning time series, regression prediction, and classification
2.19 Transform various combinations of time series, regression prediction, and classification
Covering wind power prediction, photovoltaic prediction, battery life prediction, radiation source identification, traffic flow prediction, load forecasting, stock price prediction, PM2.5 concentration prediction, battery health state prediction, electricity consumption prediction, water body optical parameter inversion, NLOS signal identification, subway stop precise prediction, transformer fault diagnosis
🌟 In image processing
Image recognition, image segmentation, image detection, image hiding, image registration, image stitching, image fusion, image enhancement, image compressed sensing
🌟 In path planning
Traveling salesman problem (TSP), vehicle routing problem (VRP, MVRP, CVRP, VRPTW, etc.), drone three-dimensional path planning, drone collaboration, drone formation, robot path planning, grid map path planning, multimodal transport problem, electric vehicle routing planning (EVRP), two-layer vehicle routing planning (2E-VRP), oil-electric hybrid vehicle routing planning, ship trajectory planning, full path planning, warehouse patrol, bus time scheduling, reservoir scheduling optimization, multimodal optimization
🌟 In drone applications
Drone path planning, drone control, drone formation, drone collaboration, drone task allocation, drone secure communication trajectory online optimization, vehicle collaborative drone path planning,
🌟 In communication
Sensor deployment optimization, communication protocol optimization, routing optimization, target localization optimization, Dv-Hop localization optimization, Leach protocol optimization, WSN coverage optimization, multicast optimization, RSSI localization optimization, underwater communication, communication upload and download allocation
🌟 In signal processing
Signal recognition, signal encryption, signal denoising, signal enhancement, radar signal processing, signal watermark embedding and extraction, electromyography signals, electroencephalography signals, signal timing optimization, electrocardiogram signals, DOA estimation, encoding and decoding, variational mode decomposition, pipeline leakage, filters, digital signal processing + transmission + analysis + denoising, digital signal modulation, bit error rate, signal estimation, DTMF, signal detection
🌟 In power systems
Microgrid optimization, reactive power optimization, distribution network reconstruction, energy storage configuration, orderly charging, MPPT optimization, household electricity, electric/cold/heat load forecasting, power equipment fault diagnosis, battery management system (BMS) SOC/SOH estimation (particle filter/Kalman filter), multi-objective optimization in power system scheduling applications, photovoltaic MPPT control algorithm improvement (perturbation observation method/incremental conductance method), electric vehicle charging and discharging optimization, microgrid day-ahead optimization, energy storage optimization, household electricity optimization, supply chain optimization
🌟 In cellular automata
Traffic flow, crowd evacuation, virus spread, crystal growth, metal corrosion
🌟 In radar
Kalman filter tracking, trajectory association, trajectory fusion, SOC estimation, array optimization, NLOS identification
🌟 In workshop scheduling
Zero-wait flow shop scheduling problem (NWFSP), permutation flow shop scheduling problem (PFSP), hybrid flow shop scheduling problem (HFSP), zero idle flow shop scheduling problem (NIFSP), distributed permutation flow shop scheduling problem (DPFSP), blocking flow shop scheduling problem (BFSP)
👇