<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Advances in Engineering Electrical Engineering Research</title>
	<atom:link href="https://advanceseng.com/electrical-engineering/feed/" rel="self" type="application/rss+xml" />
	<link>https://advanceseng.com/electrical-engineering/</link>
	<description>Advances in Engineering features breaking research judged by Advances in Engineering advisory team to be of key importance in the Engineering field. Papers are selected from over 10,000 published each week from most peer reviewed journals.</description>
	<lastBuildDate>Sat, 30 May 2026 12:33:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>Localized physics-informed reduced-order modeling for many-core GPU thermal prediction</title>
		<link>https://advanceseng.com/localized-physics-informed-reduced-order-modeling-for-many-core-gpu-thermal-prediction/</link>
		
		<dc:creator><![CDATA[410longworth]]></dc:creator>
		<pubDate>Fri, 29 May 2026 04:04:00 +0000</pubDate>
				<category><![CDATA[Electrical Engineering]]></category>
		<guid isPermaLink="false">https://advanceseng.com/?p=63732</guid>

					<description><![CDATA[<p>Significance  Reference Jiang, L., Liu, Y. &#38; Cheng, MC. Effective thermal modeling for large-scale many-core GPUs using local physics-based data-learning approach. Struct Multidisc Optim 68, 235 (2025). https://doi.org/10.1007/s00158-025-04165-x</p>
<p>The post <a href="https://advanceseng.com/localized-physics-informed-reduced-order-modeling-for-many-core-gpu-thermal-prediction/">Localized physics-informed reduced-order modeling for many-core GPU thermal prediction</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fadvanceseng.com%2Flocalized-physics-informed-reduced-order-modeling-for-many-core-gpu-thermal-prediction%2F&amp;linkname=Localized%20physics-informed%20reduced-order%20modeling%20for%20many-core%20GPU%20thermal%20prediction" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fadvanceseng.com%2Flocalized-physics-informed-reduced-order-modeling-for-many-core-gpu-thermal-prediction%2F&amp;linkname=Localized%20physics-informed%20reduced-order%20modeling%20for%20many-core%20GPU%20thermal%20prediction" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fadvanceseng.com%2Flocalized-physics-informed-reduced-order-modeling-for-many-core-gpu-thermal-prediction%2F&amp;linkname=Localized%20physics-informed%20reduced-order%20modeling%20for%20many-core%20GPU%20thermal%20prediction" title="LinkedIn" rel="nofollow noopener" target="_blank"></a></p><h3 style="text-align: justify;"><span style="color: #000080;"><strong>Significance </strong></span></h3>
<div class="box shadow  "><div class="box-inner-block"><i class="fa tie-shortcode-boxicon"></i>
			
<p style="text-align: justify;">Modern high-performance computing is moving toward architectures built on massive parallelism, instead of depending on further improvements in individual transistor performance. With device miniaturization approaching fundamental physical limits and , integrating larger numbers of cores onto a single chip has become the dominant strategy for sustaining computational growth. Graphics processing units (GPUs), especially those designed for artificial intelligence workloads, are a prime example. However, thermal management is arising as a real limitation and this is because the concentration of power dissipation within densely packed functional units leads to spatially heterogeneous temperature fields, where localized hot spots emerge and evolve dynamically in response to workload fluctuations. These thermal gradients directly influence device reliability, operational stability, and long-term degradation. As cooling strategies approach practical limits, sustaining performance increasingly depends on predictive models that can resolve fine spatial and temporal temperature variations across large-scale chips. Classical numerical approaches, including finite element, finite volume, and finite difference methods, remain the reference standard for thermal analysis due to their physical fidelity. However, their computational burden scales poorly with system size and resolution, which make them not suitable for real-time applications. Other methods were tried to reduce the cost by simplifying the physics or introducing surrogate representations such as circuit-based thermal models which can achieve speed through coarse spatial aggregation but may miss intra-unit hot spots and can approximate heat transfer pathways in a coarse way. Also, purely data-driven methods, such as neural networks, can provide efficiency, but they lack enforcement of the underlying equations, which can reduce confidence in predictions outside the training regime and make interpretation less direct.</p>
<p style="text-align: justify;">Physics-based reduced-order modeling is currently emerging as a promising middle ground with proper orthogonal decomposition (POD), combined with Galerkin projection (GP), providing a structured way to reduce dimension but in the same time retain the underlying physics of heat transfer. Earlier implementations have demonstrated that such models can achieve high accuracy with a small number of modes when applied to systems with relatively few cores. The difficulty arises when extending these methods to architectures with thousands of interacting heat sources. Training such models becomes prohibitively expensive, as the number of possible power configurations grows rapidly. The central challenge, then, lies in preserving the efficiency and accuracy of physics-enforced reduced-order models while making them scalable to the size and complexity of modern many-core GPUs. In a recent research paper published in <strong><em>Structural and Multidisciplinary Optimization</em></strong>, Professor Lin Jiang from the College of Information Science and Engineering at Northeastern University  in China and Professors Yu Liu &amp; Ming-Cheng Cheng from the Department of Electrical and Computer Engineering at Clarkson University developed a local ensemble POD-GP thermal modeling method that combines domain truncation with reusable generic sub-models.  The new approach is built around a different treatment of training locality. The underlying strategy begins by reconsidering how training data are generated and how the domain of the problem is represented. Instead of constructing a single global model or even assembling multiple full-domain models for individual power sources, the approach partitions the chip into a set of power source blocks, each representing one or several functional units. For each block, the thermal response is characterized independently. The key conceptual shift is that thermal influence from a localized source attenuates with distance, so the full chip does not need to be included in every training problem. By exploiting this behavior, the researchers truncate the computational domain around each power source block, restricting training to a localized region where temperature variations remain significant. This choice directly reduces the number of spatial degrees of freedom required in the simulations used to generate training data.</p>
<p style="text-align: justify;">The authors estimated thermal length scales by analyzing how temperature decays away from a heat source, and the domain is extended to several multiples of this length to balance accuracy and efficiency. The analysis shows that extending the domain to approximately five thermal lengths captures the majority of the thermal contribution while avoiding unnecessary computational expense. This decision reflects a clear connection between physical behavior and model construction: the spatial extent of the training domain is dictated by heat diffusion characteristics rather than by geometric convenience. Once the research team established localized training domains, they applied POD to temperature fields generated from high-fidelity finite element simulations. The resulting POD modes provide a compact representation of the dominant thermal patterns within each truncated region. They used Galerkin projection to map the heat transfer equations onto this reduced space, producing a set of ordinary differential equations that describe the temporal evolution of modal coefficients. This step ensures that the reduced-order model remains anchored in the physics of heat conduction, avoiding the extrapolation issues associated with purely data-driven methods.</p>
<p style="text-align: justify;">Many functional units within the GPU share identical or nearly identical geometries. Rather than training a separate model for each such unit, the method introduces generic truncated domains. A single trained model can therefore represent multiple identical regions, substantially reducing the total number of models required. For units located less than five thermal lengths from a chip boundary, a distinct truncated domain is trained separately to capture the boundary‑condition variations encoded in the finite‑element–generated temperature fields. In the case examined, a system comprising hundreds of power source blocks is represented by only a small set of generic models, each reused across multiple locations with appropriate spatial mapping. The assembled model reconstructs the global temperature field by superposing the contributions from all localized models. Because the underlying heat transfer process is linear within the operating temperature range considered, this superposition remains valid. The approach therefore combines localized accuracy with global coverage, without incurring the cost of full-domain simulations for every configuration. When applied to a large GPU architecture with more than ten thousand cores, the method produces detailed spatiotemporal temperature predictions that closely match those obtained from full finite element simulations. At the same time, the computational cost is reduced by several orders of magnitude. The model captures the emergence and evolution of dynamic hot spots across the chip, resolving fine spatial features that would be inaccessible to coarser modeling approaches.</p>
<p style="text-align: justify;">The new approach of Professors Jiang, Liu &amp; Cheng reconciles accuracy and computational efficiency by making locality part of the model architecture, rather than treating it as an after-the-fact simplification.  This distinguishes the method from purely data-driven surrogates, particularly in situations where operating conditions deviate from those seen during training. The ability to estimate error based on the eigenvalue spectrum of the POD modes introduces a level of predictability that is often absent in alternative approaches. It provides a quantitative link between model complexity and expected accuracy, which can guide practical implementation. The treatment of repeated structures within the chip further reflects a pragmatic understanding of modern hardware design. Many-core GPUs are characterized by a high degree of structural regularity, and the method turns this repetition into an opportunity for model reuse. The resulting approach enables detailed thermal analysis at scales that would otherwise be inaccessible for real-time or near-real-time applications. This has implications for dynamic thermal management strategies, where rapid prediction of temperature distributions is essential for controlling power and performance. Also, while the study focused on a specific GPU architecture, the underlying ideas could, in principle, extend to other large-scale integrated systems.</p>
<p><img fetchpriority="high" decoding="async" class="aligncenter wp-image-63736 size-large" src="https://advanceseng.com/wp-content/uploads/2026/05/TemperaturePofile-1024x832.png" alt="" width="618" height="502" srcset="https://advanceseng.com/wp-content/uploads/2026/05/TemperaturePofile-1024x832.png 1024w, https://advanceseng.com/wp-content/uploads/2026/05/TemperaturePofile-300x244.png 300w, https://advanceseng.com/wp-content/uploads/2026/05/TemperaturePofile-768x624.png 768w, https://advanceseng.com/wp-content/uploads/2026/05/TemperaturePofile-1536x1249.png 1536w, https://advanceseng.com/wp-content/uploads/2026/05/TemperaturePofile-2048x1665.png 2048w, https://advanceseng.com/wp-content/uploads/2026/05/TemperaturePofile-800x650.png 800w" sizes="(max-width: 618px) 100vw, 618px" /></p>
<p style="text-align: justify;">FIGURE LEGEND: Temperature maps of the Tesla Volta GV100 GPU at an instant in time calculated using (a) the finite element (FEniCS‑FEM) method and (b) the local ensemble POD‑GP (LEnPOD‑GP) model with six modes per truncated domain. Temperature profiles along the (c) x and (d) y directions through the high‑peak temperatures predicted by FEniCS‑FEM and LEn‑POD‑GP, along with the deviation of LEn‑POD‑GP from FEniCS‑FEM.  CREDIT: Struct Multidisc Optim 68, 235 (2025). https://doi.org/10.1007/s00158-025-04165-x</p>
<p>&nbsp;</p>

			</div></div>

	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2026/05/Lin-Jiang.jpg" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			
<p style="text-align: justify;"><strong>Lin Jiang</strong> is currently a Professor at Northeastern University. He received his B.S., M.S., and Ph.D. degrees from Wuhan University, University of Science and Technology of China, and Clarkson University, respectively, and subsequently worked as a postdoctoral fellow at The Hong Kong University of Science and Technology. His research interests include electronic design automation (EDA), chip thermal management and multiphysics simulation. Dr. Jiang has authored or co-authored over 20 peer-reviewed papers in leading venues. His work was cited by the Defense Advanced Research Projects Agency (DARPA) in 2023 as a significant progress that could potentially bridge the gap in chip thermal simulation across nm-to-mm scales He received the Best Paper Award at IEEE ITherm Conference in 2022 for his contributions to chip thermal management. He is also a recipient of China’s national-level young talent award and the Huawei Hong Kong Young Scholar Award.</p>
<p style="text-align: justify;">
		</div>
	</div>
<p style="text-align: justify;">
	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2026/05/Yu-Liu.jpg" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			
<p style="text-align: justify;"><strong>Yu Liu</strong> is an Associate Professor in the Department of Electrical and Computer Engineering at Clarkson University and a senior member of the IEEE. Prior to joining Clarkson University, he was a research scientist at the Canadian Nuclear Laboratories (CNL) from 2013 through 2017. In addition, he was employed at Motorola as a senior software engineer from 2003 through 2007, and IBM from 2011 through 2013. He received his B.S. and M.S. degrees from Sichuan University in 2000 and 2003, respectively, and his Ph.D. degree from Southern Illinois University Carbondale in 2011. His research interests include high-performance computing, computer architecture, real-time systems, and software engineering education. Dr. Liu has been awarded 6 National Science Foundation (NSF) research grants and authored 60 peer-reviewed publications in these areas.</p>
<p style="text-align: justify;">
<p style="text-align: justify;">
		</div>
	</div>
<p style="text-align: justify;">
	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2026/05/Ming-Cheng-Cheng.png" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			
<p style="text-align: justify;"><a href="https://taschips.clarkson.edu/" target="_blank" rel="noopener"><strong>Ming‑Cheng Cheng</strong></a> received his B.S. degree from National Chiao‑Tung University, Taiwan, and his M.S. and Ph.D. degrees from Polytechnic University, Brooklyn, NY. He is currently a Professor of Electrical and Computer Engineering at Clarkson University, Potsdam, NY. His research spans transport modeling of solid‑state devices, electro‑thermal simulation of semiconductor devices and integrated circuits, and electromagnetic analysis of core losses in magnetic materials. His recent work focuses on high‑fidelity, compact multiphysics simulation frameworks enabled by physics‑enforced learning algorithms, with applications to thermal analysis of ICs, CPUs/GPUs &amp; AI accelerators, quantum nanostructures &amp; nanomaterials, and photonic integrated circuits. Dr. Cheng has authored 130 refereed publications and received the NSF Research Initiation Award, the Best Paper Award at IEEE EDSSC 2003, and an IOP‑Select recognition for a 2013 paper.</p>

		</div>
	</div>
<h3 style="text-align: justify;"><strong style="color: #000080;">Reference</strong></h3>
<p>Jiang, L., Liu, Y. &amp; Cheng, MC. <strong>Effective thermal modeling for large-scale many-core GPUs using local physics-based data-learning approach</strong>. <a href="https://link.springer.com/article/10.1007/s00158-025-04165-x"><em>Struct Multidisc Optim</em> <strong>68</strong>, 235 (2025).</a> https://doi.org/10.1007/s00158-025-04165-x</p>
<a href="https://link.springer.com/article/10.1007/s00158-025-04165-x" target="_blank" class="shortc-button medium blue ">Go to Journal of  Structural and Multidisciplinary Optimization </a>


<p class="wp-block-paragraph"></p>
<p>The post <a href="https://advanceseng.com/localized-physics-informed-reduced-order-modeling-for-many-core-gpu-thermal-prediction/">Localized physics-informed reduced-order modeling for many-core GPU thermal prediction</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Symmetric Full-Field Absolute Testing of Three Optical Flats</title>
		<link>https://advanceseng.com/symmetric-full-field-absolute-testing-of-three-optical-flats/</link>
		
		<dc:creator><![CDATA[410longworth]]></dc:creator>
		<pubDate>Thu, 28 May 2026 02:55:17 +0000</pubDate>
				<category><![CDATA[Electrical Engineering]]></category>
		<guid isPermaLink="false">https://advanceseng.com/?p=63602</guid>

					<description><![CDATA[<p>Significance  Reference Keita Tomita, Kenichi Hibino, Toshiki Kumagai, and Satoru Takahashi, &#8220;Absolute testing method for three optical flats using symmetric algorithms,&#8221; Opt. Express 34, 7220-7238 (2026)</p>
<p>The post <a href="https://advanceseng.com/symmetric-full-field-absolute-testing-of-three-optical-flats/">Symmetric Full-Field Absolute Testing of Three Optical Flats</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fadvanceseng.com%2Fsymmetric-full-field-absolute-testing-of-three-optical-flats%2F&amp;linkname=Symmetric%20Full-Field%20Absolute%20Testing%20of%20Three%20Optical%20Flats" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fadvanceseng.com%2Fsymmetric-full-field-absolute-testing-of-three-optical-flats%2F&amp;linkname=Symmetric%20Full-Field%20Absolute%20Testing%20of%20Three%20Optical%20Flats" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fadvanceseng.com%2Fsymmetric-full-field-absolute-testing-of-three-optical-flats%2F&amp;linkname=Symmetric%20Full-Field%20Absolute%20Testing%20of%20Three%20Optical%20Flats" title="LinkedIn" rel="nofollow noopener" target="_blank"></a></p><h3 style="text-align: justify;"><span style="color: #000080;"><strong>Significance </strong></span></h3>
<p><div class="box shadow  "><div class="box-inner-block"><i class="fa tie-shortcode-boxicon"></i>
			</p>
<p style="text-align: justify;">Optical flat metrology requires absolute surface evaluation when reference standards of higher accuracy are not available. Among the available approaches, the three-flat test has long been valued because it can recover the shapes of three unknown flats through self-consistent interferometric measurements. Extending that logic from line-based assessment to full-aperture surface reconstruction, however, has remained technically demanding, especially when high spatial fidelity must be retained across the reconstructed surface. Earlier full-field approaches generally followed two computational routes. Pixel-based methods reconstructed the surface directly from measured phase maps, which preserved finer spatial structure but introduced symmetry-linked residual components under rotational processing. Zernike-based methods instead expanded the measured data into modal coefficients, which gave greater flexibility in angle selection but removed higher spatial content once the retained order was fixed. That unresolved tension became more significant as interferometric repeatability improved. When hardware operates at sub-nanometer precision, the reconstruction model itself becomes the point at which that precision is either preserved or discarded. In a recent research paper published in <em>Optics Express</em>, Keita Tomita of Olympus Corporation, who is also a Ph.D. student, together with Dr. Toshiki Kumagai from Olympus Corporation, Dr. Kenichi Hibino from the National Institute of Advanced Industrial Science and Technology, and Dr. Satoru Takahashi from the University of Tokyo, addressed this problem by developing a symmetric full-field absolute testing algorithm for three optical flats based on three classical measurements and one additional rotated measurement. The method reconstructs each surface from a linear combination of 8N datasets created by systematic rotation and inversion of the measured phase maps. Its technical novelty lies in deriving the dataset weights from symmetry-based assignment equations and selecting the final coefficients through a minimum-norm Moore–Penrose pseudoinverse solution. That combination gives a pixel-based reconstruction whose first structured cross-talk term moves upward with <em>N </em>and whose spatial resolution improves as <em>N</em> increases.</p>
<p style="text-align: justify;">The research team used four interferometric configurations: A with C, B with C, B with A, and B with a rotated C. In the rotated configuration, flat C turns by α = <em>2π/N</em>, and each measured phase map is also paired with its inverted form. Repeated rotations of those maps generate <em>8N</em> transformed datasets, and the reconstructed surface is written as a linear combination of all of them. That construction matters because it makes the reconstruction problem global at the dataset level. Instead of asking one measurement to carry a privileged share of the surface information, the method distributes the burden across a symmetry-complete family of rotated and inverted data.</p>
<p style="text-align: justify;">The weight determination is central to the method. The authors first derive necessary assignment relations by inserting delta-function surfaces for A, B, or C and comparing where peaks must appear after transformation. Those conditions do not close exactly into a fully consistent system, so the authors introduce small constants o_j and rewrites the constraints in a modified but solvable form. The important point is not only algebraic convenience. Once the exact system becomes inconsistent, the reconstruction must be organized around an approximation principle that still respects the geometry of the problem. The authors choose uniform small constants tied to <em>1/6N</em> and then determine the <em>8N</em> weights by a minimum-norm solution obtained through the Moore–Penrose pseudoinverse. That decision gives the algorithm a controlled regularity: the weights are not chosen ad hoc, and the residual structure can be traced back to the same symmetric formulation that created the dataset family in the first place.</p>
<p style="text-align: justify;">Their theoretical analysis then identifies the form of the remaining structured error. For Zernike components containing sin(<em>Nθ</em>), the reconstructed shape carries a cross-talk term equal to minus one third of the combined contribution from A, B, and C; for axial symmetry and cos(<em>mθ</em>) terms, the reconstruction error vanishes within the formulation they derive. This is important because it replaces a vague statement about “noise” with a very specific symmetry rule. The algorithm does not blur everything equally. It preserves some modal content exactly, and it pushes the first structured cross-talk to the <em>N²</em> + 1st Zernike component. Raising <em>N</em> is effective for a simple reason: the first symmetry-governed contamination is moved to higher order.  The simulations use sinusoidal grating surfaces rather than random Zernike combinations, which is a thoughtful choice because the paper has already shown that some modal classes reconstruct exactly and would mask trends if mixed indiscriminately. With <em>N</em> = 16, reconstruction at f = 3 lines per aperture showed no cross-talk error, and higher-frequency degradation emerged at f = 4 and 5. The interpolation error from bilinear rotation stayed below 0.005 nm rms in the case examined. The modulation transfer analysis then put numerical weight behind the design logic: the 99.9% MTF cut-off rose with <em>N</em>, reaching 4.78 lines per aperture for <em>N</em> = 16. At that same cut-off, the rms error stayed below 0.5 nm, and the investigators report that the <em>N</em> = 16 symmetric method reduced rms error to about one third of the <em>N</em>-position averaging result with the same nominal 8<em>N </em>degrees of freedom.</p>
<p style="text-align: justify;">The laboratory validation was designed to test the same reconstruction logic. Using a wavelength-tuning Fizeau interferometer at 633 nm, with 15 phase-shifted images and a motorized rotation stage accurate to better than 0.05°, the authors reconstructed the absolute shape of a 60 mm clear-aperture flat for <em>N</em> = 2, 4, 8, and 16. Spatial detail increased as <em>N</em> increased. Cross-sectional comparison with the classical three-flat line result along the x-axis kept the deviations below 1 nm, and the rms difference dropped monotonically from 0.420 nm at <em>N</em> = 2 to 0.187 nm at <em>N</em> = 16. Repeated measurements of the three flats gave sub-nanometer standard deviations, listed as 0.697, 0.574, and 0.682 nm rms.</p>
<p style="text-align: justify;">The new study by Keita Tomita and colleagues produced another reconstruction algorithm for optical flats and reorganized absolute three-flat testing around a tunable symmetry parameter and then shows, analytically and experimentally, what that parameter actually does to spatial fidelity. In a field where full-field reconstruction often becomes a negotiation among residual symmetry terms, modal truncation, and computational convenience, the paper supplies a cleaner design rule. <em>N</em> is no longer just a descriptive count associated with a special rotation. It becomes the knob that sets where structured cross-talk first appears in the modal hierarchy. That changes how one thinks about algorithm selection, because the trade is stated in a form that is visible before any measurement is taken.</p>
<p style="text-align: justify;">There is also a methodological shift here. The paper keeps the reconstruction in pixel space, where fine spatial content can remain visible, yet it does not treat that choice as just empirical. The authors derive the weight equations from transformed delta responses, regularize the inconsistent constraint system in a controlled way, and then solve for minimum-norm coefficients through the pseudoinverse. That chain of reasoning matters and means the algorithm is both a better-performing recipe and also a reconstruction framework whose behavior can be tracked from symmetry assumptions to modal cross-talk, from modal cross-talk to transfer characteristics, and from transfer characteristics to the measured line-profile agreement with the classical test. An explicit analytical expression for the residual structure makes the reconstruction behavior easier to interpret.</p>
<p style="text-align: justify;">The comparison with Zernike decomposition sharpens the broader meaning. The paper does not frame pixel-space and Zernike-space methods as interchangeable computational preferences. It shows that they preserve different kinds of information. Zernike reconstruction can remain clean when the retained order is chosen carefully, which is useful for low-spatial-frequency form evaluation. The symmetric pixel-based route keeps much finer spatial detail, because it does not discard the higher-order content through modal truncation. That distinction has practical weight in optical metrology. Production engineers interested in smooth low-order form may favor one representation; users who need to inspect finer surface structure have a strong reason to keep reconstruction in pixel space. The paper articulates that split in a way that is grounded in the measured and simulated behavior of the algorithms rather than in generic preference for one basis over another.</p>
<p style="text-align: justify;">Another important implication comes from data use. The study notes that the <em>N</em>-position averaging method has the same nominal <em>8N</em> data count as the present method, yet its utilization rate approaches only about fifty percent for large <em>N</em>. The symmetric algorithm extracts more from the transformed dataset family because the weight construction uses the full set as a coupled system. That is not a cosmetic computational detail. In absolute metrology, the value of an extra measurement often depends less on simply having more data than on whether the reconstruction actually knows how to use the symmetry those data carry. The present method does.  The experimental repeatability and the estimated sensitivity to rotation error keep the claims properly anchored. Rotational error below 0.10° left the rms behavior largely independent of <em>N</em> except at <em>N</em> = 2, and the actual experiment kept the angle error below 0.05°, placing its influence around 0.1 nm rms. That scale matters because it shows the algorithm is not floating in abstraction; it operates inside a realistic interferometric tolerance budget. To sum up, the study gives full-field absolute flat testing a more explicit symmetry logic, a sharper account of where residual structure enters, and a practical route to higher spatial fidelity with only four measurements. Beyond optical flat calibration, the method may also be relevant to semiconductor metrology, where nanometer-level full-aperture form measurement is increasingly important for wafers, wafer chucks, and precision reference surfaces.</p>
<p><img decoding="async" class="size-large wp-image-63603 aligncenter" src="https://advanceseng.com/wp-content/uploads/2026/04/figure_AIE-1024x642.jpg" alt="" width="618" height="387" srcset="https://advanceseng.com/wp-content/uploads/2026/04/figure_AIE-1024x642.jpg 1024w, https://advanceseng.com/wp-content/uploads/2026/04/figure_AIE-300x188.jpg 300w, https://advanceseng.com/wp-content/uploads/2026/04/figure_AIE-768x481.jpg 768w, https://advanceseng.com/wp-content/uploads/2026/04/figure_AIE-1536x963.jpg 1536w, https://advanceseng.com/wp-content/uploads/2026/04/figure_AIE-2048x1283.jpg 2048w, https://advanceseng.com/wp-content/uploads/2026/04/figure_AIE-800x501.jpg 800w" sizes="(max-width: 618px) 100vw, 618px" /></p>
<p>Fig. 1. (a) Conceptional procedure for calculating the absolute surface shape using the symmetric algorithm. (b) Experimental setup for the wavelength-tuning Fizeau interferometer. (c) Measured absolute shape of flat C using the symmetric algorithm (<em>N</em> = 16), and the differences between the four algorithms (<em>N</em> = 2, 4, 8, and 16) and the classical three-flat test.</p>
<p>
			</div></div></p>
<p>
	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2026/04/Keita-Tomita.jpg" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			</p>
<p style="text-align: justify;"><strong>Keita Tomita</strong> received his B.S. and M.S. degrees in Electronics and Electrical Engineering from Keio University in 2017 and 2019, respectively. He is currently an optical engineer at Olympus Corporation and a Ph.D. student in the Department of Precision Engineering at the University of Tokyo. His research interests include optical surface metrology, interferometry, femtosecond laser technology, and precision measurement of flatness.</p>
<p style="text-align: justify;">
		</div>
	</div></p>
<p style="text-align: justify;">
	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2026/04/Kenichi-Hibino.jpg" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			</p>
<p style="text-align: justify;"><strong>Kenichi Hibino</strong> received his B.S. and M.S. degrees in Physics from the University of Tokyo in 1979 and 1981, respectively, and later obtained his Ph.D. degree. He worked at the Japan Science and Technology Agency (JST) from 1981 to 1984. From 1984 to 2017, he was a senior researcher at the National Metrology Institute of Japan (NMIJ), National Institute of Advanced Industrial Science and Technology (AIST).</p>
<p style="text-align: justify;">
		</div>
	</div></p>
<p style="text-align: justify;">
	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2026/04/Toshiki-Kumagai.jpg" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			</p>
<p style="text-align: justify;"><strong>Toshiki Kumagai</strong> received his B.S. degree in Computer Engineering from Shinshu University in 1994 and later obtained his Ph.D. degree in 2024. He is currently a senior optical engineer at Olympus Corporation. His research interests include optical surface metrology, interferometry, and precision measurement of high-numerical-aperture spherical lenses.</p>
<p>
		</div>
	</div></p>
<p>
	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2026/04/Satoru-TAKAHASHI.jpg" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			</p>
<p style="text-align: justify;"><strong>Satoru Takahashi </strong>is a Professor with the Department of Precision Engineering, The University of Tokyo, Japan. He received his B.S., M.S., and Ph.D. degrees from Osaka University in 1993, 1995, and 2002, respectively. His research focuses on optical metrology, precision manufacturing, micro/nano fabrication, and AI-driven measurement technologies. He is a Fellow of the Japan Society for Precision Engineering (JSPE), the International Society for Nanomanufacturing (ISNM), and the International Academy for Production Engineering (CIRP). He is also an active member of several professional societies, including the American Society for Precision Engineering (ASPE), the European Society for Precision Engineering and Nanotechnology (euspen), and the Japan Society of Mechanical Engineers (JSME).</p>
<p>
		</div>
	</div></p>
<h3 style="text-align: justify;"><strong style="color: #000080;">Reference</strong></h3>
<p>Keita Tomita, Kenichi Hibino, Toshiki Kumagai, and Satoru Takahashi, &#8220;<strong>Absolute testing method for three optical flats using symmetric algorithms</strong>,&#8221; <a href="https://opg.optica.org/oe/fulltext.cfm?uri=oe-34-5-7220">Opt. Express 34, 7220-7238 (2026)</a></p>
<p><a href="https://opg.optica.org/oe/fulltext.cfm?uri=oe-34-5-7220" target="_blank" class="shortc-button medium blue ">Go to Journal of  Optics Express </a></p>
<p>The post <a href="https://advanceseng.com/symmetric-full-field-absolute-testing-of-three-optical-flats/">Symmetric Full-Field Absolute Testing of Three Optical Flats</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Modular Hardware Paths for Scalable Quantum Information Processing</title>
		<link>https://advanceseng.com/modular-hardware-paths-for-scalable-quantum-information-processing/</link>
		
		<dc:creator><![CDATA[410longworth]]></dc:creator>
		<pubDate>Wed, 27 May 2026 15:12:00 +0000</pubDate>
				<category><![CDATA[Electrical Engineering]]></category>
		<guid isPermaLink="false">https://advanceseng.com/?p=63515</guid>

					<description><![CDATA[<p>Significance  Image credit: Science. 2025 Dec 4;390(6777):1004-1010. doi: 10.1126/science.adz8659. Reference Awschalom DD, Bernien H, Hanson R, Oliver WD, Vučković J. Challenges and opportunities for quantum information hardware. Science. 2025 Dec 4;390(6777):1004-1010. doi: 10.1126/science.adz8659.</p>
<p>The post <a href="https://advanceseng.com/modular-hardware-paths-for-scalable-quantum-information-processing/">Modular Hardware Paths for Scalable Quantum Information Processing</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fadvanceseng.com%2Fmodular-hardware-paths-for-scalable-quantum-information-processing%2F&amp;linkname=Modular%20Hardware%20Paths%20for%20Scalable%20Quantum%20Information%20Processing" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fadvanceseng.com%2Fmodular-hardware-paths-for-scalable-quantum-information-processing%2F&amp;linkname=Modular%20Hardware%20Paths%20for%20Scalable%20Quantum%20Information%20Processing" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fadvanceseng.com%2Fmodular-hardware-paths-for-scalable-quantum-information-processing%2F&amp;linkname=Modular%20Hardware%20Paths%20for%20Scalable%20Quantum%20Information%20Processing" title="LinkedIn" rel="nofollow noopener" target="_blank"></a></p><h3 style="text-align: justify;"><span style="color: #000080;"><strong>Significance </strong></span></h3>
<p><div class="box shadow  "><div class="box-inner-block"><i class="fa tie-shortcode-boxicon"></i>
			</p>
<p style="text-align: justify;">Gate errors accumulate long before a quantum processor reaches the scale needed for factoring, chemistry, networked entanglement, or error-corrected computation, and the mismatch is not subtle: present devices can already execute coherent operations and system demonstrations, yet the hardware stack still falls far short of the sustained, low-overhead performance demanded by those ambitions. That tension defines the scientific territory addressed here. In a recent review paper published in <em>Science Journal</em>, Professor David Awschalom and Dr. Hannes Bernien from University of Chicago together with Professor Ronald Hanson from Delft University of Technology and Professor William Oliver from Massachusetts Institute of Technology and Professor Jelena Vučković at Stanford University, developed a cross-platform hardware framework for quantum information processing that compares superconducting qubits, quantum dots, spin defects, trapped ions, neutral atoms, and photonic approaches through the shared demands of scalability. They identify four recurring hardware pressures—materials and fabrication, wiring, calibration and control, and size and power—and treat modular architecture as the organizing response. They also define quantum interconnects, heterogeneous integration, and photonic interfaces as the technical bridge from high-performing modules to large quantum systems. A central difficulty comes from the fact that quantum technologies have already left the stage of laboratory curiosities, yet the metrics that would let the community judge maturity in a rigorous and widely accepted way are still being formed. The authors make this point clearly when they discuss technology readiness across superconducting circuits, trapped ions, neutral atoms, photonics, quantum dots, and spin defects. Relative maturity can be observed, but high readiness in an emerging system does not mean that the end-state machine has arrived. That distinction matters because quantum hardware is now being pushed in operational environments, cloud platforms, sensing systems, and early network demonstrations, even as the raw performance needed for large-scale utility still demands a very different degree of control, reproducibility, and systems integration.</p>
<p style="text-align: justify;">The review also argues that the unresolved character of this problem is not simply a matter of adding more qubits. Classical computing advanced through repeated shifts in base technology, fabrication practice, and systems-level co-design; the authors bring that history forward not as decoration but as a design lesson. Once device concepts were established, progress in electronics accelerated when system requirements began to guide materials and process development from the top down. Quantum hardware, in their reading, has reached the point where that same logic becomes productive. Bottom-up discovery remains valuable, yet scaling depends on choosing targets that are defined by the requirements of whole machines. That is the motivation running through the review. The question is no longer which isolated qubit can be made to function in a clean experiment. The harder and more consequential question concerns how one turns early platform success into extensible hardware: hardware that can be manufactured reproducibly, wired sensibly, calibrated in large numbers, powered within a realistic footprint, and linked into modules without losing the quantum character that gave the system value in the first place.</p>
<p style="text-align: justify;">In their paper, the authors organized the evidence platform by platform, and that choice gives the review its practical force because it lets hardware performance be read together with the physical logic of each architecture. Superconducting qubits and lithographically defined quantum dots are treated as artificial atoms built by electrical design and operated at dilution-refrigerator temperatures. For superconducting processors, they describe arrays exceeding one hundred qubits, single-qubit fidelities in the 99.95 to 99.99% range, two-qubit fidelities around 99.5 to 99.9%, gate times of roughly 10 to 40 ns, and readout above 99% in 100 to 200 ns. Those numbers matter in context because speed compresses the error-correction cycle to about a microsecond, and that in turn makes large encoded demonstrations a meaningful systems test rather than a mere component benchmark. Their discussion of code distances three, five, and seven is especially telling: adding physical qubits reduced logical error rates stepwise, so scale itself began to function as an error-suppressing resource.</p>
<p style="text-align: justify;">For semiconductor spin qubits, the review highlights a different design logic. Their lithographic compactness is attractive because it aligns naturally with industrial fabrication, and gate rates can approach the gigahertz regime. That same compactness also places pressure on wiring selectivity and cross-talk management, making control architecture part of the qubit problem rather than a peripheral engineering detail. The authors note single- and two-qubit operations at 99% fidelity, replication in a 300-mm foundry environment, three-nuclear-spin control above 99%, and four-qubit universal control in Ge/SiGe devices. They also point to valley splitting and operating temperature as physically meaningful materials parameters, since mixing with excited valley states directly feeds leakage and control error. A report of 99.8% Clifford fidelity at 1 K is framed not as a side result but as a sign that temperature itself can be reworked into the device strategy. Their treatment of spin defects, trapped ions, and neutral atoms shows how coherence, optical access, and modular networking are starting to converge. In solid-state spin systems, the researchers describe photonic interfaces, second-long electronic coherence, minute-long nuclear coherence, few-node networks, telecom-band frequency conversion, and entanglement through deployed fiber. In atomic systems, they emphasize the value of homogeneity: identical atoms simplify scaling because reproducibility is built into the physical object itself. Trapped ions exploit shared motional modes for high-fidelity gates, whereas neutral-atom tweezers convert optical field-of-view into a scaling variable and Rydberg excitation into an interaction mechanism over micrometer separations. That contrast is scientifically useful because it shows that “more qubits” is not a single route; each platform grows by leaning into its own physical resource.</p>
<p style="text-align: justify;">Photonics threads through nearly every part of the review. The authors discuss all-photonic computing, cavity-QED cluster-state generation, and high-efficiency single-photon sources, then widen the frame to argue that photons are the preferred carriers for interconnects and multiplexed control across almost all hardware classes. This is not presented as a generic statement about light. It arises from the repeated experimental fact that long-range quantum linkage, modularity, trapping, readout, and chip-to-chip communication all begin to depend on optical functionality once systems move beyond monolithic demonstrations.</p>
<p style="text-align: justify;">The scientific weight of the review comes from the way it changes the question. Rather than asking which platform is winning in a narrow sense, the authors ask what sort of hardware logic can carry quantum information technologies from impressive prototypes to extensible machines. That reframing matters because the review identifies a common structure across very different qubit modalities. Whether the qubit is a Josephson circuit, an electron in a gate-defined dot, an ion in vacuum, a neutral atom in a tweezer, a color center in a crystal, or a photonic cluster-state resource, the path forward begins to converge around a shared set of system demands: manufacturing discipline, scalable routing of signals, acceptable power and footprint, and calibration methods that remain tractable when qubit counts stop being small enough for manual tuning. That shift in emphasis has methodological value. It means quantum hardware can no longer be judged only by its best isolated fidelity number or by a striking demonstration in a carefully prepared setting. The review presses the community toward a more integrated standard in which device performance, architectural choices, and manufacturability must be read together. The authors’ appeal to the history of classical electronics sharpens this point. Progress in computing did not emerge from one magical device class maturing in isolation; it came from repeated coordination across materials, processes, circuits, and system requirements. By importing that lesson into quantum hardware, the review makes co-design feel less like managerial language and more like a scientific necessity.</p>
<p style="text-align: justify;">A second implication concerns modularity. The review treats modular architecture as the route to the large performance jump that monolithic scaling alone is unlikely to deliver. This is a serious conceptual move. Once a machine is understood as an assembly of smaller units joined by quantum links, problems that looked overwhelming at whole-system scale become local design problems repeated many times. Wiring density, cooling burden, calibration load, and control complexity can then be capped at the module level. The price of that move is that interconnect quality becomes central. Fidelity, speed, and availability of the link start to shape the computer as much as the qubit itself. That is why the discussion of quantum memories, heralding, transduction, and hybrid interfaces carries so much weight. The authors are effectively arguing that future hardware may be defined as much by how subsystems talk to one another as by how any single subsystem computes. The review also gives photonics a broader scientific role than simple signal delivery. Photonic materials, couplers, waveguides, electro-optic elements, and single-photon sources become enabling pieces for modular quantum systems and, at the same time, a meeting point for quantum hardware and advanced classical interconnect technology. That convergence may shape future design culture in the area. Quantum hardware is starting to look less like a collection of isolated platform races and more like a heterogeneous engineering stack in which communication, memory, processing, sensing, and control can be optimized in distinct subsystems and then joined through carefully designed interfaces.</p>
<p>
			</div></div></p>
<p><img decoding="async" src="https://advanceseng.com/wp-content/uploads/2026/03/Future-modular-architecture.jpg" /></p>
<p>Image credit: Science. 2025 Dec 4;390(6777):1004-1010. doi: 10.1126/science.adz8659.</p>
<p>
	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2026/03/David-Awschalom.jpg" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			</p>
<p><a href="https://physics.uchicago.edu/people/profile/david-awschalom/" target="_blank" rel="noopener"><strong>Professor David Awschalom </strong></a></p>
<p>Department of Physics, University of Chicago, Chicago, IL, USA.</p>
<p>Prof. Awschalom is a leading scientist in the emerging fields of spintronics and quantuminformation engineering. His research involves understanding and controlling the spins of individual electrons, ions, and nuclei for fundamental studies of quantum phenomena within semiconductors and nanostructures. He explores potential applications of quantum systemsin computing, sensing, imaging, and encryption.</p>
<p>His group explores optical and magnetic interactions in semiconductor quantum structures, spin dynamics and coherence in condensed matter systems, macroscopic quantum phenomena in nanometer-scale magnets, and implementations of quantum information processing in the solid state. He developed a variety of femtosecond-resolved spatiotemporal spectroscopies and micromagnetic sensing techniques aimed at exploring charge and spin motion in the quantum domain. These measurements resulted in the discovery of robust electron spin coherence, transport of coherent states, and the spin Hall effect in semiconductors.</p>
<p>
		</div>
	</div></p>
<p>
	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2026/03/Jelena-Vuckovic.jpg" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			</p>
<p><a href="https://nqp.stanford.edu/" target="_blank" rel="noopener"><strong>Professor Jelena Vučković  </strong></a></p>
<p>Department of Electrical Engineering, Stanford University, Stanford, CA, USA.</p>
<p>The Vuckovic group investigates optics and light manipulation at the nanoscale. Harnessing developments in the semiconductor industry, we engineer platforms that both probe fundamental science and hold promise for future information technologies. Of paramount interest is studying solid-state quantum emitters, such as quantum dots and defect centers in diamond, and their interactions with light. Furthermore, we are transforming conventional nanophotonics with the concept of inverse design, where we design arbitrary optical devices from scratch using computer algorithms with little to no human input. Through these efforts we aim to enable a wide variety of technologies ranging from silicon photonics to quantum computing.</p>
<p>
		</div>
	</div></p>
<h3 style="text-align: justify;"><strong style="color: #000080;">Reference</strong></h3>
<p>Awschalom DD, Bernien H, Hanson R, Oliver WD, Vučković J. <strong>Challenges and opportunities for quantum information hardware</strong>. Science. 2025 Dec 4;390(6777):1004-1010. doi: 10.1126/science.adz8659.</p>
<p><a href="https://www.science.org/doi/10.1126/science.adz8659" target="_blank" class="shortc-button medium blue ">Go to Sicence </a></p>
<p>The post <a href="https://advanceseng.com/modular-hardware-paths-for-scalable-quantum-information-processing/">Modular Hardware Paths for Scalable Quantum Information Processing</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Controlling Stochastic Electromagnetic Processes with Dynamically Random Coding Metasurfaces</title>
		<link>https://advanceseng.com/controlling-stochastic-electromagnetic-processes-with-dynamically-random-coding-metasurfaces/</link>
		
		<dc:creator><![CDATA[410longworth]]></dc:creator>
		<pubDate>Tue, 26 May 2026 02:30:00 +0000</pubDate>
				<category><![CDATA[Electrical Engineering]]></category>
		<guid isPermaLink="false">https://advanceseng.com/?p=62972</guid>

					<description><![CDATA[<p>REFERENCE Li, Jia &#38; Cui, Tie. (2025). Controlling Stochastic Electromagnetic Process by Dynamically Random Coding Metasurface. Advanced Materials Technologies. 10. 10.1002/admt.202401888.</p>
<p>The post <a href="https://advanceseng.com/controlling-stochastic-electromagnetic-processes-with-dynamically-random-coding-metasurfaces/">Controlling Stochastic Electromagnetic Processes with Dynamically Random Coding Metasurfaces</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fadvanceseng.com%2Fcontrolling-stochastic-electromagnetic-processes-with-dynamically-random-coding-metasurfaces%2F&amp;linkname=Controlling%20Stochastic%20Electromagnetic%20Processes%20with%20Dynamically%20Random%20Coding%20Metasurfaces" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fadvanceseng.com%2Fcontrolling-stochastic-electromagnetic-processes-with-dynamically-random-coding-metasurfaces%2F&amp;linkname=Controlling%20Stochastic%20Electromagnetic%20Processes%20with%20Dynamically%20Random%20Coding%20Metasurfaces" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fadvanceseng.com%2Fcontrolling-stochastic-electromagnetic-processes-with-dynamically-random-coding-metasurfaces%2F&amp;linkname=Controlling%20Stochastic%20Electromagnetic%20Processes%20with%20Dynamically%20Random%20Coding%20Metasurfaces" title="LinkedIn" rel="nofollow noopener" target="_blank"></a></p><p style="text-align: justify;"><div class="box shadow  "><div class="box-inner-block"><i class="fa tie-shortcode-boxicon"></i>
			
<p style="text-align: justify;">Random electromagnetic phenomena are not peripheral artifacts of physical systems; they are intrinsic to a wide range of natural and engineered environments, from cosmic background radiation to thermal noise and wireless communication channels. Despite their ubiquity, the manipulation of randomness has historically been treated as a circuit-level problem, addressed through electronic noise generation, filtering, or stochastic signal processing. In contrast, the electromagnetic wave domain itself—where randomness is carried, scattered, and transformed—has remained largely inaccessible to direct, programmable control. This disconnect has limited the ability to shape stochastic electromagnetic processes at their physical origin rather than at their electrical endpoint. Metasurfaces have emerged over the past decade as a powerful platform for electromagnetic wave manipulation, enabling compact, planar control over wavefronts, polarization, and spectral content. Digital and programmable metasurfaces, in particular, have introduced a level of flexibility that allows electromagnetic responses to be dynamically reconfigured in time. Most existing work, however, has focused on deterministic behavior: a known coding sequence produces a predictable field distribution. While this paradigm has enabled remarkable advances in beam steering, frequency conversion, and nonreciprocal wave control, it implicitly assumes that the desired electromagnetic outcome is ordered and repeatable.</p>
<p style="text-align: justify;">However, many practical systems rely not on determinism but on controlled randomness. Communication channels are inherently stochastic, radar environments are clutter-dominated, and secure information transfer increasingly depends on unpredictable signal structures. Conventional random metasurfaces have demonstrated static random scattering patterns, but these structures lack temporal dynamics and cannot reproduce the statistical signatures of real stochastic processes. Crucially, they offer no systematic way to tune probability distributions, temporal correlations, or spectral bandwidth in a principled manner.  To this end new research paper published in <em>Advanced Materials Technologies</em> and conducted by Dr. Jia Cheng Li and Professor Tie Jun Cui from the State Key Laboratory of Millimeter Waves at Southeast University, the researchers developed a dynamically random coding metasurface that enables direct generation and control of stochastic electromagnetic signals in the wave domain. They introduced a probabilistic analytical framework linking random coding rules to field statistics, temporal correlation, and spectral characteristics. New mutation, inheritance, and shift coding models were experimentally validated, demonstrating tunable stochastic behavior without sacrificing randomness. This approach establishes metasurfaces as programmable platforms for engineered electromagnetic randomness rather than purely deterministic devices.</p>
<p style="text-align: justify;">The research team implemented a dynamically random coding metasurface composed of a two-dimensional array of independently addressable meta-atoms and each element was designed as a 1-bit programmable unit capable of switching between two reflection phase states separated by π. This binary architecture, while intentionally simple, allowed large-scale collective behavior to emerge from many locally random events. A field-programmable gate array controlled the temporal evolution of the coding states, enabling rapid and repeated updates across the entire metasurface. Rather than imposing fixed patterns, the coding states were generated according to stochastic rules. In the simplest case, each meta-atom was assigned either state with equal probability at every time step, producing a uniform random code distribution. Measurements of the scattered electromagnetic field revealed that the resulting in-phase and quadrature components followed normal distributions, while the field amplitude obeyed Rayleigh statistics. These outcomes were not incidental; they reflected the central-limit behavior of many independent random contributions interfering in the far field. Importantly, these statistical properties were invariant with respect to observation angle, demonstrating that randomness was not confined to specific scattering directions.</p>
<p style="text-align: justify;">The authors also monitored the scattered field over time, they quantified time autocorrelation and power spectral density, linking decorrelation speed directly to spectral bandwidth. Uniform random coding produced nearly instantaneous decorrelation and a flat spectral profile reminiscent of white noise. This established a baseline against which more structured stochastic behaviors could be engineered. They also explored three additional strategies that introduce structure into the temporal evolution of the metasurface while deliberately preserving randomness at the signal level. The first of these, mutation-based coding, allows each meta-atom to retain its current state most of the time, punctuated by occasional, probabilistic flips. This seemingly minor modification has a clear physical consequence: the scattered field decorrelates gradually rather than abruptly, and its spectral content shifts toward lower frequencies. In effect, the electromagnetic response begins to “remember” its recent past, albeit imperfectly and transiently.</p>
<p style="text-align: justify;">Inheritance-based coding pushes this idea further. Instead of allowing every meta-atom to evolve independently, a subset of the previous spatial pattern is explicitly carried forward at each update, while the remaining elements are randomized anew. The result is a longer-lived temporal memory embedded directly in the wave domain. Experimentally, this means as slower decorrelation and a noticeably narrower spectral bandwidth, consistent with the increased persistence of spatial features across time.</p>
<p style="text-align: justify;">Furthermore, the shift-based strategy introduces a different form of temporal linkage. Here, entire portions of the coding pattern are spatially translated before being refreshed. This operation produces a near-linear decay in temporal correlation, reflecting the deterministic motion imposed on an otherwise random field. Importantly, despite their distinct mechanisms, all three strategies produced experimental results that closely followed theoretical expectations, which reinforced the idea that stochastic electromagnetic behavior can be shaped using simple and physically transparent rules. One important observation is that none of these strategies reduced the intrinsic randomness of the signal. High entropy was consistently maintained, which indicates that temporal structure does not inherently compromise stochastic richness. When coding operations were combined, the metasurface showed even finer control over spectral shaping, which highlights the modular and composable nature of the framework.</p>
<p style="text-align: justify;">In a nutshell, the reported study by Dr. Jia-Cheng Li and Professor Tie-Jun Cui demonstrates that randomness need not be treated as an uncontrollable byproduct of electromagnetic systems. Instead, it can be engineered deliberately, with mathematical rigor and experimental fidelity. The implications extend well beyond conceptual interest. In wireless communication, such controlled randomness offers a physically grounded route to realistic channel emulation. In cryptography, dynamically random electromagnetic fields provide a compelling basis for secure, hardware-level key generation. Radar and sensing systems, meanwhile, stand to benefit from programmable clutter and noise environments that more faithfully resemble real operational conditions. 
			</div></div>


<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="931" src="https://advanceseng.com/wp-content/uploads/2025/12/Controlling-Stochastic-Electromagnetic-Process-Advances-in-Engineering-1024x931.png" alt="" class="wp-image-62974" srcset="https://advanceseng.com/wp-content/uploads/2025/12/Controlling-Stochastic-Electromagnetic-Process-Advances-in-Engineering-1024x931.png 1024w, https://advanceseng.com/wp-content/uploads/2025/12/Controlling-Stochastic-Electromagnetic-Process-Advances-in-Engineering-800x727.png 800w, https://advanceseng.com/wp-content/uploads/2025/12/Controlling-Stochastic-Electromagnetic-Process-Advances-in-Engineering-300x273.png 300w, https://advanceseng.com/wp-content/uploads/2025/12/Controlling-Stochastic-Electromagnetic-Process-Advances-in-Engineering-768x698.png 768w, https://advanceseng.com/wp-content/uploads/2025/12/Controlling-Stochastic-Electromagnetic-Process-Advances-in-Engineering-1536x1397.png 1536w, https://advanceseng.com/wp-content/uploads/2025/12/Controlling-Stochastic-Electromagnetic-Process-Advances-in-Engineering.png 2048w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph"><strong>REFERENCE</strong></p>



<p class="wp-block-paragraph">Li, Jia &amp; Cui, Tie. (2025). <strong>Controlling Stochastic Electromagnetic Process by Dynamically Random Coding Metasurface.</strong> <a href="https://advanced.onlinelibrary.wiley.com/doi/10.1002/admt.202401888">Advanced Materials Technologies. 10. 10.1002/admt.202401888.</a></p>


<a href="https://advanced.onlinelibrary.wiley.com/doi/10.1002/admt.202401888" class="shortc-button medium blue ">Go to Advanced Materials Technologies </a>
<p>The post <a href="https://advanceseng.com/controlling-stochastic-electromagnetic-processes-with-dynamically-random-coding-metasurfaces/">Controlling Stochastic Electromagnetic Processes with Dynamically Random Coding Metasurfaces</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Hybrid Cross-Attention Revision for Ultra-Short-Term Photovoltaic Forecasting</title>
		<link>https://advanceseng.com/hybrid-cross-attention-revision-for-ultra-short-term-photovoltaic-forecasting/</link>
		
		<dc:creator><![CDATA[410longworth]]></dc:creator>
		<pubDate>Tue, 26 May 2026 02:30:00 +0000</pubDate>
				<category><![CDATA[Electrical Engineering]]></category>
		<guid isPermaLink="false">https://advanceseng.com/?p=63495</guid>

					<description><![CDATA[<p>Significance  Reference Yuchen Dai, Yuanbing Wang, Yaodeng Chen, Junwen Wu, Jie Chao, Combining meteorological and power information of station-measurement and model-prediction with the hybrid CNN-Transformer and CNN-BiLSTM for ultra-short-term photovoltaic power forecasting, International Journal of Electrical Power &#38; Energy Systems, Volume 171, 2025, 111009,</p>
<p>The post <a href="https://advanceseng.com/hybrid-cross-attention-revision-for-ultra-short-term-photovoltaic-forecasting/">Hybrid Cross-Attention Revision for Ultra-Short-Term Photovoltaic Forecasting</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fadvanceseng.com%2Fhybrid-cross-attention-revision-for-ultra-short-term-photovoltaic-forecasting%2F&amp;linkname=Hybrid%20Cross-Attention%20Revision%20for%20Ultra-Short-Term%20Photovoltaic%20Forecasting" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fadvanceseng.com%2Fhybrid-cross-attention-revision-for-ultra-short-term-photovoltaic-forecasting%2F&amp;linkname=Hybrid%20Cross-Attention%20Revision%20for%20Ultra-Short-Term%20Photovoltaic%20Forecasting" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fadvanceseng.com%2Fhybrid-cross-attention-revision-for-ultra-short-term-photovoltaic-forecasting%2F&amp;linkname=Hybrid%20Cross-Attention%20Revision%20for%20Ultra-Short-Term%20Photovoltaic%20Forecasting" title="LinkedIn" rel="nofollow noopener" target="_blank"></a></p><h3 style="text-align: justify;"><span style="color: #000080;"><strong>Significance </strong></span></h3>
<p style="text-align: justify;"><div class="box shadow  "><div class="box-inner-block"><i class="fa tie-shortcode-boxicon"></i>
			</p>
<p style="text-align: justify;">Photovoltaic output departs from the weather-model expectation when sub-grid atmospheric processes and initial-condition errors distort the local irradiance history that actually governs panel response over the next few hours.   Grid operation needs forecasts that are short enough to reflect rapid meteorological change and stable enough to support dispatch, yet the data streams used for prediction do not carry the same kind of information. Numerical weather prediction supplies forward-looking meteorological sequences. Station instruments, on the other hand, record the local radiative and meteorological state directly, along with the plant’s power output, but they do not provide the future observations needed for actual forecasting. The central issue is not data quantity. It is that future model fields and past station measurements describe the same plant state on different time bases and from different observational standpoints. In a recent research paper published in <em>International Journal of Electrical Power &amp; Energy Systems</em>, Professor Yuanbing Wang&#8217;s team from the Nanjing University of Information Science and Technology, developed a two-stage ultra-short-term photovoltaic forecasting framework that couples a CNN-BiLSTM short-term predictor with a CNN-Transformer revision model using cross-attention. The paper&#8217;s first author is student Yuchen Dai, with Professor Wang as the corresponding author. The research team also includes Professor Yaodeng Chen and students Junwen Wu and Jie Chao. Many plants already collect these station observations routinely, so the forecasting task can be recast around using them to revise a near-future sequence generated from weather-model input and in that setup, historical local measurements do not remain passive training data; they directly participate in correcting the short-term forecast.</p>
<p style="text-align: justify;">They first used future meteorological model data in 24-hour sliding windows of 96 points to train a CNN-BiLSTM single-step predictor, producing a short-term output sequence for the coming day. They then extracted the first 4 hours of that forecast and aligned it with two station-side histories from the preceding 4 hours: measured meteorological observations and measured photovoltaic output.  A CNN-BiLSTM pathway suits the first stage because the convolutional layers capture local sequence structure and the bidirectional recurrent layer preserves dependence across the 24-hour input. The Transformer serves a different role in the second stage, where cross-attention lets the model treat the short-term forecast as a sequence to be revised using recent station history as the conditioning context. In the cross-attention block, the short-term prediction supplies the value vector, and the station-side histories supply query and key, so revision is driven by how the local past reweights the model-based future.</p>
<p style="text-align: justify;">The source reports actual 15-minute data from four Jiangsu plants spanning April to December 2023, paired with ECMWF forecast data on the same interval. The team cleaned plant output with support vector regression using surface solar radiation as a reference variable and removed points above an empirically chosen error threshold of 80 W/(m²·sr). They also introduced a time-ratio feature marking each observation’s position within the daily cycle. That step matters because photovoltaic production follows not only weather variation but also the daily light cycle. Encoding time explicitly prevented anomalous nighttime generation in prediction and sharpened the periodic form of the output sequence. The sliding-window construction then preserved local temporal continuity for both the 24-hour and 4-hour problems, letting the two models operate on sequences built from the plant’s actual operating rhythm rather than on isolated samples.</p>
<p style="text-align: justify;">The study contrasts five settings: a station-only 24-hour CNN-BiLSTM, a model-only 24-hour CNN-BiLSTM, a weighted fusion of those two outputs, a 4-hour CNN-BiLSTM built from matched station-side and model-side data, and the full hybrid 4-hour method. Averaged across the four stations, the proposed model reached an MAE of 3.41 and an RMSE of 6.21, compared with 4.09 and 8.57 for the model-only 24-hour baseline. That corresponds to reductions of about 16.7% in MAE and 27.4% in RMSE. Relative to output weighted fusion, the reductions were about 16.8% and 27.9%; relative to the 4-hour CNN-BiLSTM, they were about 7.7% and 20.1%. Station-level results followed the same pattern: MAE and RMSE fell by about 16.22% and 27.42% at Station A, 23.29% and 33.20% at Station B, 20.38% and 29.34% at Station C, and 6.83% and 14.59% at Station D. The paper further notes that the hybrid forecasts tracked peaks more closely under stable weather, followed hourly variation with greater detail, and improved the timing of sunrise and sunset transitions. Peak shape and day-edge timing directly affect any calculation that integrates power over time, so better local alignment changes the practical content of the forecast itself. After the researchers computed Pearson correlations among meteorological variables and power output, they built four groups, starting with the two most correlated radiation variables and then expanding with clouds, temperature, visibility, wind, and additional radiation terms. Group 3, which combined ssrd, ssr, tsr, tsrc, ssrc, fdir, cdir, mcc, tcc, t2m, vis, ws, and wd, produced the best ultra-short-term metrics, with MAE 1.3492 and RMSE 3.0049. The new work interprets this result by showing that strongly positive radiation variables contributed most effectively during ultra-short-term revision, where they shaped the modal changes of the forecast sequence. Fine-grained radiative detail becomes most useful after the forecast has already been formed, when the model needs to adjust short-horizon dynamics rather than build the entire day from scratch.</p>
<p style="text-align: justify;">The new research paper changes the forecasting logic from direct prediction to forecast revision driven by recent plant-specific evidence. In many photovoltaic workflows, meteorological forecast data serve as the main predictive substrate, while station observations remain historical inputs. Here, the short-term forecast becomes an intermediate physical statement rather than a terminal answer. Ultra-short-term prediction then becomes a correction problem in which recent plant behavior reshapes the near-future sequence generated from weather-model input. The CNN-BiLSTM stage compresses and propagates temporal structure from future meteorological model input across a 24-hour horizon. Its cross-attention mechanism lets local station histories interrogate the already-formed forecast. It expresses two distinct sources of information in photovoltaic prediction: the broad meteorological trajectory supplied by the forecast model and the near-field operating state recorded at the plant. Keeping those roles distinct makes the revision interpretable in functional terms. The plant-side sequence is not asked to predict the future by itself, which would conflict with the absence of future observations. Instead, it modifies a forecast that already exists, and that is precisely the regime where local measurements carry the most value.</p>
<p style="text-align: justify;">Radiation variables with strong positive correlation to power output, joined with cloud, temperature, visibility, and wind information, proved especially effective in the revision stage. The paper’s own interpretation is that these variables enrich the dynamic response of the ultra-short-term forecast. That matters because photovoltaic output is shaped not only by bulk irradiance magnitude but also by how radiative and meteorological factors vary over short intervals. This framing assigns short-scale radiative variation a distinct role during forecast revision rather than during initial sequence construction. The study, then, contributes a way of thinking about feature utility: some variables may be most informative not at the stage of initial day-ahead sequence construction, but at the stage where short-horizon corrections are made to evolving local behavior. The study also frames the method as portable. It states that deployment in a new region requires three inputs: historical weather observations, historical photovoltaic generation data, and numerical weather prediction fields obtainable from geographic coordinates, with adaptation handled through parameter fine-tuning rather than architectural redesign.   A method that depends on widely available plant records and standard forecast products fits naturally into operating environments where bespoke instrumentation is not the main route to better forecasting. What the study contributes, then, is a hybrid revision framework for ultra-short-term photovoltaic prediction in which recent station evidence and forecast-model sequences are not competing alternatives. They become coordinated layers of information, each used at the stage where it carries the greatest explanatory force for the next few hours of plant output.</p>
<p style="text-align: justify;">
			</div></div></p>
<p style="text-align: justify;">
<h3 style="text-align: justify;"><strong style="color: #000080;">Reference</strong></h3>
<p style="text-align: justify;">Yuchen Dai, Yuanbing Wang, Yaodeng Chen, Junwen Wu, Jie Chao, <strong>Combining meteorological and power information of station-measurement and model-prediction with the hybrid CNN-Transformer and CNN-BiLSTM for ultra-short-term photovoltaic power forecasting</strong>, <a href="https://www.sciencedirect.com/science/article/pii/S0142061525005575">International Journal of Electrical Power &amp; Energy Systems, Volume 171, 2025, 111009,</a></p>
<p style="text-align: justify;"><a href="https://www.sciencedirect.com/science/article/pii/S0142061525005575" target="_blank" class="shortc-button medium blue ">Go to International Journal of Electrical Power &amp; Energy Systems  </a></p>
<p>The post <a href="https://advanceseng.com/hybrid-cross-attention-revision-for-ultra-short-term-photovoltaic-forecasting/">Hybrid Cross-Attention Revision for Ultra-Short-Term Photovoltaic Forecasting</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Glass-Integrated Thermal MEMS Sensor for Ultralow Microfluidic Flow Control</title>
		<link>https://advanceseng.com/glass-integrated-thermal-mems-sensor-for-ultralow-microfluidic-flow-control/</link>
		
		<dc:creator><![CDATA[410longworth]]></dc:creator>
		<pubDate>Thu, 07 May 2026 11:25:00 +0000</pubDate>
				<category><![CDATA[Electrical Engineering]]></category>
		<guid isPermaLink="false">https://advanceseng.com/?p=63164</guid>

					<description><![CDATA[<p>Significance  &#160; Reference Hung, Shao-Yang &#38; Lin, Zhong-Wei &#38; Fujita, Hiroyuki &#38; Li, Sheng-Shian &#38; Chen, Chihchen &#38; Kitamori, Takehiko &#38; Morikawa, Kyojiro. (2025). Noncontact MEMS thermal flow sensors integrated in glass microfluidic chemical chip. Journal of Micromechanics and Microengineering. 35. 065013. 10.1088/1361-6439/ade162.</p>
<p>The post <a href="https://advanceseng.com/glass-integrated-thermal-mems-sensor-for-ultralow-microfluidic-flow-control/">Glass-Integrated Thermal MEMS Sensor for Ultralow Microfluidic Flow Control</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fadvanceseng.com%2Fglass-integrated-thermal-mems-sensor-for-ultralow-microfluidic-flow-control%2F&amp;linkname=Glass-Integrated%20Thermal%20MEMS%20Sensor%20for%20Ultralow%20Microfluidic%20Flow%20Control" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fadvanceseng.com%2Fglass-integrated-thermal-mems-sensor-for-ultralow-microfluidic-flow-control%2F&amp;linkname=Glass-Integrated%20Thermal%20MEMS%20Sensor%20for%20Ultralow%20Microfluidic%20Flow%20Control" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fadvanceseng.com%2Fglass-integrated-thermal-mems-sensor-for-ultralow-microfluidic-flow-control%2F&amp;linkname=Glass-Integrated%20Thermal%20MEMS%20Sensor%20for%20Ultralow%20Microfluidic%20Flow%20Control" title="LinkedIn" rel="nofollow noopener" target="_blank"></a></p><h3 style="text-align: justify"><span style="color: #000080"><strong>Significance </strong></span></h3>
<p><div class="box shadow  "><div class="box-inner-block"><i class="fa tie-shortcode-boxicon"></i>
			</p>
<p align="justify"><span style="font-family: Arial, serif"><span style="font-size: medium"><span lang="en-CA">Scientists have made chemical systems smaller and smaller (down to the micro-scale) the level of control and precision we can now achieve in these microfluidic systems is far higher than what people thought was possible in the past. Once reactions are confined to channels only a few hundred micrometers across, even small disturbances in flow begin to matter in ways they simply do not in larger systems. A slight drift in velocity might reshape a concentration gradient, alter how long a reagent lingers in a zone of interest, or nudge a reaction along a different path altogether. For this reason, flow sensing has gradually shifted from a convenience to a necessity within microfluidic design but the tools we rely on have not evolved at the same pace. Most commercial sensors still sit outside the device, bolted onto tubing rather than integrated into the chip itself. This arrangement limits where measurements can be taken and, in many setups, consumes space that researchers would prefer to use for additional microfluidic functions.</span></span></span></p>
<p align="justify"><span style="font-family: Arial, serif"><span style="font-size: medium"><span lang="en-CA">Another complication arises the moment these platforms are adapted for chemical synthesis or analytical work. The palette of usable materials narrows quickly. Many MEMS-friendly substrates—silicon, PDMS, other </span></span></span><span style="font-family: Arial, serif"><span style="font-size: medium"><span lang="en-CA">metals and </span></span></span><span style="font-family: Arial, serif"><span style="font-size: medium"><span lang="en-CA">polymers—behave nicely from a fabrication standpoint but are far less cooperative in chemically demanding environments. They may leach, swell, or participate in redox reactions after extended contact with solvents or reactive intermediates. Glass avoids most of these issues. Its chemical stability and optical clarity make it a natural choice for high-precision microfluidics. Even so, embedding MEMS sensing elements within a glass architecture is not trivial. The conductive components must remain electrically insulated from the flowing liquid, and the fabrication tolerances needed to maintain reliable flow control leave little room for error. To this end, new research paper published in </span></span></span><span style="font-family: Arial, serif"><span style="font-size: medium"><span lang="en-CA"><i>Journal of Micromechanics and Microengineering </i></span></span></span><span style="font-family: Arial, serif"><span style="font-size: medium"><span lang="en-CA"> and conducted by </span></span></span><span style="font-family: Arial, serif"><span style="font-size: medium"><span lang="en-CA">Mr</span></span></span><span style="font-family: Arial, serif"><span style="font-size: medium"><span lang="en-CA">. </span></span></span><span style="font-family: Arial, serif"><span style="font-size: medium">Shao-Yang Hung, </span></span><span style="font-family: Arial, serif"><span style="font-size: medium"><span lang="en-CA">Mr</span></span></span><span style="font-family: Arial, serif"><span style="font-size: medium"><span lang="en-CA">. </span></span></span><span style="font-family: Arial, serif"><span style="font-size: medium">Zhong-Wei Lin, Professor Hiroyuki Fujita, Professor Sheng-Shian Li, Professor Chihchen Chen, Professor Takehiko Kitamori and Professor Kyojiro Morikawa from the National Tsing Hua University, </span></span><span style="font-family: Arial, serif"><span style="font-size: medium"><span lang="en-CA">the researchers designed and fabricated a noncontact thermal MEMS flow sensor embedded directly into a glass microfluidic chip, ensuring full chemical compatibility by isolating all metallic elements behind a thin glass wall. Their system integrates a nickel heater and paired upstream–downstream sensing wires to create a calorimetric measurement scheme capable of detecting flows as low as 0–8 µl min</span></span></span><span style="font-family: Cambria Math, serif"><span style="font-size: medium"><span lang="en-CA">⁻</span></span></span><span style="font-family: Arial, serif"><span style="font-size: medium"><span lang="en-CA">¹. They developed and validated two complementary models—one based on multiphysics thermal simulations and one based on experimental demodulated electrical signals—that jointly describe heat transport and sensitivity limits in glass-insulated microchannels.</span></span></span></p>
<p align="justify"><span style="font-family: Arial, serif"><span style="font-size: medium"><span lang="en-CA">The researchers patterned a nickel heater and two nickel sensing wires on a thin glass substrate positioned above a machined channel. The channel itself measured 550 µm in width and 100 µm in depth, dimensions chosen to maintain manageable thermal diffusion while offering compatibility with standard microfluidic operations. A second glass layer, only 170 µm thick, separated the fluid from the metal elements, forming the mechanical and electrical insulation required for chemical work. Fabrication proceeded through photolithography and lift-off, followed by the bonding of glass layers, careful CNC machining of channels and ports, and wire bonding to a flexible cable for electrical interfacing. Afterward, the authors used multiphysics modeling to anticipate how heat would propagate through the multilayer structure. They adjusted heater dimensions, sensing wire placement, and boundary conditions until the predicted thermal field could reliably distinguish upstream from downstream temperature changes. These simulations included contributions from natural convection, conduction through the glass wall, and the effects of flow velocities spanning the microliter-per-minute range. They found the selected design maintained a stable gradient at a 20 mA heating current, and allowed detectable shifts in resistance through the temperature-dependent response of nickel.</span></span></span></p>
<p align="justify"><span style="font-family: Arial, serif"><span style="font-size: medium"><span lang="en-CA">Experimentally, the team mounted the glass chip in a custom holder connected to a syringe pump. An AC-modulated signal was applied to the sensing wires and demodulated through a lock-in amplifier to extract temperature-dependent resistance changes with minimal noise. They found at low flow rates, the downstream wire consistently registered an elevated temperature while the upstream wire cooled slightly, producing a differential signal that increased monotonically with flow. The linear regime extended from 0 to 8 µl min</span></span></span><span style="font-family: Cambria Math, serif"><span style="font-size: medium"><span lang="en-CA">⁻</span></span></span><span style="font-family: Arial, serif"><span style="font-size: medium"><span lang="en-CA">¹, a region where conventional flow sensors typically struggle. Beyond this range, the downstream signal began to plateau, a behavior the authors traced to heat loss into the channel walls and imperfect downstream heat transport. The authors also showed negligible hysteresis when flow rates were ramped up or down, suggesting that the device’s thermal response remained stable over time and did not retain a memory of previous flow conditions. Moreover, the sensitivity values were modest when calculated in terms of volumetric flow rate—an expected outcome given the small cross-section—but comparable to or better than those of earlier MEMS devices when assessed in terms of flow velocity. Moreover, the team noted that increasing heater power could enhance sensitivity, though at the cost of elevated fluid temperatures, an issue of particular importance in chemical or biological assays. </span></span></span></p>
<p align="justify"><span style="font-family: Arial, serif"><span style="font-size: medium"><span lang="en-CA">In conclusion, the new work of </span></span></span><span style="font-family: Arial, serif"><span style="font-size: medium">Professor Kyojiro Morikawa developed new </span></span><span style="font-family: Arial, serif"><span style="font-size: medium"><span lang="en-CA">models that establish a framework for future high-precision, chemically robust flow sensors suitable for advanced lab-on-chip applications. The authors resolved the chemical incompatibility of many MEMS materials by embedding the MEMS components directly into an all-glass architecture. Their strategy of isolating metallic structures behind a thin glass barrier preserves the advantages of calorimetric sensing while eliminating concerns about contamination or electrochemical interference. This is particularly relevant for applications where even trace metal ions or unintended redox reactions could distort analytical measurements or compromise product purity. The study also advances our understanding of thermal flow sensing at small scales. The linear response observed within the 0–8 µl min</span></span></span><span style="font-family: Cambria Math, serif"><span style="font-size: medium"><span lang="en-CA">⁻</span></span></span><span style="font-family: Arial, serif"><span style="font-size: medium"><span lang="en-CA">¹ range demonstrates that calorimetric techniques remain effective when carefully adapted to the thermal properties of glass. Their findings highlight the delicate balance between heat conduction through the substrate and heat convection within the channel and that too much insulation weakens the signal; too little risks overheating the analyte. Additionally, the authors’ decision to work with a 170 µm glass separation illustrates an attempt to reconcile these competing pressures, though their own discussion points toward future opportunities in ultra-thin glass technologies. Sheets only a few micrometers thick could dramatically sharpen thermal coupling while maintaining chemical inertness, offering a pathway toward even more sensitive, lower-power sensors.</span></span></span></p>
<p align="justify"><span style="font-family: Arial, serif"><span style="font-size: medium"><span lang="en-CA">Moreover, instruments used for synthesis, catalysis screening, biological assays, or reaction monitoring increasingly rely on internal feedback to regulate conditions in real time. External flow meters are often too sluggish or too coarse for such tasks. The demonstrated ability to integrate multiple thermal sensors along a single channel—fifteen units in this device—suggests that spatially resolved flow monitoring could become routine. This would allow researchers to observe local flow disturbances, diagnose channel blockages, or quantify reaction-induced viscosity changes without modifying the chemical environment. Another significance is the reproducibility and the absence of hysteresis ensures that the device does not require recalibration between measurements which simplifies its deployment in automated systems. Its all-glass construction also aligns with the needs of optical detection methods frequently used in microfluidics, offering compatibility with fluorescence, absorbance, and imaging techniques. In sum, the new work provides a blueprint for the next generation of chemically compatible, chip-integrated flow sensors opens avenues for integrating multi-sensor arrays into increasingly complex microfluidic platforms.</span></span></span></p>
<p align="justify"><img loading="lazy" decoding="async" class="aligncenter wp-image-63165 size-large" src="https://advanceseng.com/wp-content/uploads/2026/01/Contents-figure-1024x343.jpg" alt="" width="618" height="207" srcset="https://advanceseng.com/wp-content/uploads/2026/01/Contents-figure-1024x343.jpg 1024w, https://advanceseng.com/wp-content/uploads/2026/01/Contents-figure-scaled-800x268.jpg 800w, https://advanceseng.com/wp-content/uploads/2026/01/Contents-figure-300x101.jpg 300w, https://advanceseng.com/wp-content/uploads/2026/01/Contents-figure-768x257.jpg 768w, https://advanceseng.com/wp-content/uploads/2026/01/Contents-figure-1536x515.jpg 1536w, https://advanceseng.com/wp-content/uploads/2026/01/Contents-figure-2048x686.jpg 2048w" sizes="auto, (max-width: 618px) 100vw, 618px" /></p>
<p>
			</div></div></p>
<p>
	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2026/01/Prof-Fujita.jpg" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			</p>
<p><span style="font-family: Times New Roman, serif"><b>Biography for Prof. Hiroyuki Fujita</b></span></p>
<p align="justify"><span style="font-family: Times New Roman, serif">Hiroyuki Fujita is Yushan Honorary Chair Professor, iNEMS, Taiwan National Tsing Hua University and Distinguished Professor of Tokyo City University in Tokyo, Japan. He received Ph.D. degrees in electrical engineering from The University of Tokyo, Japan, in 1980. He worked in Institute of Industrial Science of UTokyo as a Faculty member (Lecturer, Assistant Professor and Professor) until 2018. He served as Director of Advanced Research Laboratory, CANON Medical Systems Corporation, Japan from 2017 to 2023. He has investigated MEMS from 1987, covering the design and fabrication of MEMS and applications to optics, biotechnology, nanotechnology and IoT. Dr. Fujita received many awards, including French l’Ordre des Palmes Academiques, Prize for Science and Technology from MEXT in Japan, and IEEE Robert Bosch Award for MEMS. </span></p>
<p>
		</div>
	</div></p>
<p>
	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2026/01/Prof-Li.jpg" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			</p>
<p><span style="font-family: Times New Roman, serif"><b>Biography for Prof. Sheng-Shian Li</b></span></p>
<p align="justify"><span style="font-family: Times New Roman, serif">Sheng-Shian Li received the Ph.D. degree in electrical engineering from the University of Michigan, Ann Arbor, USA, in 2007. In 2008, he joined the Institute of NanoEngineering and MicroSystems, National Tsing Hua University (NTHU), Hsinchu, Taiwan, where he is currently an NTHU Chair Professor. His research interests include MEMS, resonators and sensors. Together with his students, he received the Best Paper Awards at the 2012 IEEE Sensors Conference, the 2017/2023 Transducers Conference, and 2025 IEEE MEMS Conference. He has served as the TPC/ETPC of Transducers Conference, IEEE MEMS Conference, and the IEEE IEDM. Dr. Li also serves as the Associate Editors of the JMEMS, IEEE Sensors Letters, IEEE Sensors Journal, and IEEE Journal of the Electron Devices Society. He served as General Co-Chair for 2025 IEEE MEMS Conference.</span></p>
<p>
		</div>
	</div></p>
<p>
	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2026/01/Prof-Chen.jpg" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			</p>
<p><span style="font-family: Times New Roman, serif"><b>Biography for Prof. Chihchen Chen</b></span></p>
<p align="justify"><span style="font-family: Times New Roman, serif">Chihchen Chen received her B.S. (1995) and M.S. (1997) degrees in Electrical Engineering from the National Taiwan University and her Ph.D. (2006) from the University of Washington at Seattle, WA, with dual degrees in Bioengineering and Nanotechnology. She was a research fellow at the Massachusetts General Hospital (2006–2009). She is now a faculty member at the National Tsing Hua University (NTHU). Her research interests include microfluidics, nanofluidics, bioMEMS, and large-scale parallelizing of microfluidic systems.</span></p>
<p>
		</div>
	</div></p>
<p>
	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2026/01/Prof-Kitamori.jpg" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			</p>
<p><span style="font-family: Times New Roman, serif"><b>Biography for Prof. Takehiko Kitamori</b></span></p>
<p align="justify"><span style="font-family: Times New Roman, serif">Takehiko Kitamori received his BS in Pure and Applied Science (1980) and Ph.D. in Engineering (1989), both from The University of Tokyo. He is Yushan Honorary Chair Professor (2020-present) at National Tsing Hua University (NTHU). Before joining NTHU, he was Vice President of the University of Tokyo (2012–14), Dean of Faculty and Graduate School of Engineering (2010–12), and a researcher at Hitachi’s Energy Research Lab (1980–89). He has authored over 300 journal articles and 50 book chapters. His research encompasses micro/extended-nano fluidics, extended-nano space chemistry, applied laser spectroscopy for analytical chemistry, and large-scale parallelization of microfluidic systems.</span></p>
<p>
		</div>
	</div></p>
<p>
	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2026/01/Prof-Morikawa.jpg" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			</p>
<p><span style="font-family: Times New Roman, serif"><b>Biography for Prof. Kyojiro Morikawa</b></span></p>
<p align="justify"><span style="font-family: Times New Roman, serif">Kyojiro Morikawa received his Ph.D. degree from the University of Tokyo in 2013. He worked at the University of Tokyo from 2013 to 2014. From 2014–2016, he worked at Tokyo Institute of Technology. Since 2016, he has been working at the University of Tokyo. In 2021, he was appointed as a Project Lecturer at the University of Tokyo, and an Assistant Professor at National Tsing Hua University (Taiwan). His research interests cover microfluidics and nanofluidics, especially for nanochannel fabrication, nanoscale liquid chemistry, nanofluidic devices such as nanofluidic reactors, separation devices, and so on.</span></p>
<p>
		</div>
	</div></p>
<p>&nbsp;</p>
<h3 style="text-align: justify"><strong style="color: #000080">Reference</strong></h3>
<p align="justify"><span style="font-family: Arial, serif"><span style="font-size: medium"><span lang="en-CA">Hung, Shao-Yang &amp; Lin, Zhong-Wei &amp; Fujita, Hiroyuki &amp; Li, Sheng-Shian &amp; Chen, Chihchen &amp; Kitamori, Takehiko &amp; Morikawa, Kyojiro. (2025). </span></span></span><span style="font-family: Arial, serif"><span style="font-size: medium"><span lang="en-CA"><b>Noncontact MEMS thermal flow sensors integrated in glass microfluidic chemical chip. </b></span></span></span><a href="https://iopscience.iop.org/article/10.1088/1361-6439/ade162"><span style="color: #0000ff"><u><span style="font-family: Arial, serif"><span style="font-size: medium"><span lang="en-CA">Journal of Micromechanics and Microengineering. 35</span></span></span></u></span><span style="color: #0000ff"><u><span style="font-family: Arial, serif"><span style="font-size: medium"><span lang="en-CA">. </span></span></span></u></span><span style="color: #0000ff"><u><span style="font-family: Arial, serif"><span style="font-size: medium">065013</span></span></u></span><span style="color: #0000ff"><u><span style="font-family: Arial, serif"><span style="font-size: medium"><span lang="en-CA">.</span></span></span></u></span></a><span style="font-family: Arial, serif"><span style="font-size: medium"><span lang="en-CA"> 10.1088/1361-6439/ade162.</span></span></span></p>
<p><a href="https://iopscience.iop.org/article/10.1088/1361-6439/ade162" target="_blank" class="shortc-button medium blue ">Go to Journal of Micromechanics and Microengineering.</a></p>
<p>The post <a href="https://advanceseng.com/glass-integrated-thermal-mems-sensor-for-ultralow-microfluidic-flow-control/">Glass-Integrated Thermal MEMS Sensor for Ultralow Microfluidic Flow Control</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Current-Optimized Load Matching for PV-Driven Hydrogen Production</title>
		<link>https://advanceseng.com/current-optimized-load-matching-for-pv-driven-hydrogen-production/</link>
		
		<dc:creator><![CDATA[410longworth]]></dc:creator>
		<pubDate>Sun, 26 Apr 2026 15:46:05 +0000</pubDate>
				<category><![CDATA[Electrical Engineering]]></category>
		<guid isPermaLink="false">https://advanceseng.com/?p=62790</guid>

					<description><![CDATA[<p>SIGNIFICANCE   Reference Kelvin Tan, Meng Tao, A maximum current point tracking algorithm for photovoltaic hydrogen production, International Journal of Hydrogen Energy, Volume 157, 2025, 150450,</p>
<p>The post <a href="https://advanceseng.com/current-optimized-load-matching-for-pv-driven-hydrogen-production/">Current-Optimized Load Matching for PV-Driven Hydrogen Production</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fadvanceseng.com%2Fcurrent-optimized-load-matching-for-pv-driven-hydrogen-production%2F&amp;linkname=Current-Optimized%20Load%20Matching%20for%20PV-Driven%20Hydrogen%20Production" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fadvanceseng.com%2Fcurrent-optimized-load-matching-for-pv-driven-hydrogen-production%2F&amp;linkname=Current-Optimized%20Load%20Matching%20for%20PV-Driven%20Hydrogen%20Production" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fadvanceseng.com%2Fcurrent-optimized-load-matching-for-pv-driven-hydrogen-production%2F&amp;linkname=Current-Optimized%20Load%20Matching%20for%20PV-Driven%20Hydrogen%20Production" title="LinkedIn" rel="nofollow noopener" target="_blank"></a></p><h3 style="text-align: justify;"><strong><span style="color: #0000ff;">SIGNIFICANCE</span></strong></h3>
<p style="text-align: justify;"><div class="box shadow  "><div class="box-inner-block"><i class="fa tie-shortcode-boxicon"></i>
			
<p style="text-align: justify;" align="justify"><span style="font-family: Arial, serif;"><span style="font-size: medium;"><span lang="en-CA">The bulk of hydrogen still comes from natural gas, which obviously limits its environmental value. As more governments and industries talk seriously about reducing emissions, the spotlight has shifted toward ways of generating hydrogen directly from renewable electricity. Among those, pairing photovoltaics with electrolysis is the option that feels the most grounded in existing technology. You take sunlight, convert it to electricity, and split water. On paper, it’s almost disarmingly simple. In practice, especially when scaled beyond a modest test setup, things start to behave less cleanly. One issue is that PV arrays never sit still electrically. Their operating point wanders as sunlight changes or as the panels heat up. Engineers normally handle this wandering with power converters running maximum-power-point tracking (MPPT), which continuously nudges the array toward its most productive point. That works beautifully for most solar applications. Electrolyzers, however, care about something slightly different. Their hydrogen output depends on current flow, not electrical power. So an algorithm optimized for power isn’t necessarily the one that delivers the most hydrogen. This mismatch becomes even more glaring when you look at the current requirements of modern electrolyzer stacks—currents so large that existing DC/DC converters simply aren’t built to handle them. Large installations often fall back on multi-stage AC coupling, and with that comes extra hardware, extra losses, and extra expense. Because of those complications, direct coupling (wiring the PV array straight into the electrolyzer) has drawn renewed attention. Removing converters avoids their efficiency losses and their current limitations, which is appealing. But there’s a catch: without any form of regulation, the PV voltage drifts wherever the sunlight pushes it. Electrolyzer stacks aren’t indifferent to voltage; running too far outside their recommended window shortens their lifetime. Earlier attempts at direct coupling did occasionally land near good operating points, but only in a passive way. They weren’t designed to favor hydrogen yield, and as a result, they often left quite a bit of performance on the table.</span></span></span></p>
<p style="text-align: justify;" align="justify"><span style="font-family: Arial, serif;"><span style="font-size: medium;"><span lang="en-CA">To this end, new research paper published in </span></span></span><span style="font-family: Arial, serif;"><span style="font-size: medium;"><span lang="en-CA"><i>International Journal of Hydrogen Energy</i></span></span></span><span style="font-family: Arial, serif;"><span style="font-size: medium;"><span lang="en-CA"> and led by PhD intern Kelvin Tan, and Professor Meng Tao from the School of Electrical, Computer, and Energy Engineering at Arizona State University, the researchers developed a load-matching photovoltaic–electrolyzer system that operates without any conventional power converter, relying instead on relay-based switching of electrolyzer stacks to adjust load impedance. Within this architecture they designed a maximum current point tracking (MCPT) algorithm that prioritizes hydrogen-producing current while maintaining voltages inside the electrolyzer’s preferred operating range. The algorithm consistently delivers more charge than classical MPPT and dramatically improves voltage compliance.</span></span></span></p>
<p style="text-align: justify;" align="justify"><span style="font-family: Arial, serif;"><span style="font-size: medium;"><span lang="en-CA">The authors approached the problem through a blended simulation–experimental framework in which the electrical behavior of a four-stack proton-exchange-membrane (PEM) electrolyzer system was coupled directly to a modeled 400-kW PV array. Instead of placing any power converter between the two subsystems, each stack could be switched on or off via relays, altering the overall load impedance seen by the PV source. By sweeping through combinations of connected stacks, the system generated families of operating points that depend on time-varying irradiance. These operating points, shown across power, current, and voltage domains, provided the foundation for identifying which combinations delivered either maximum power or maximum current at any given moment. The experiments unfolded in two phases. The first was a detailed simulation driven by irradiance data from Tucson, Arizona. To make the problem tractable while preserving the dynamics of a full day, the irradiance profile was compressed in time. Under this input, the MCPT algorithm was tested against the best available MPPT method developed previously by the group. Both algorithms respond by connecting or disconnecting stacks as sunlight strengthens or weakens. However, the MCPT algorithm applied additional logic: every prospective switch had to be evaluated for whether it increased current while still preserving voltages within a defined “safe” window. If a switch produced higher current but pushed the stack out of the acceptable voltage range, the algorithm reverted to the previous configuration.</span></span></span></p>
<p style="text-align: justify;" align="justify"><span style="font-family: Arial, serif;"><span style="font-size: medium;"><span lang="en-CA">The new approach created notable behavioral differences between the two algorithms where in early morning, when irradiance is low, MCPT tends to connect additional stacks earlier than MPPT, accepting a modest power penalty in exchange for higher current. In the afternoon, a symmetric pattern appears, with MCPT retaining a higher number of connected stacks for longer. Across the full day, these shifts accumulated into a clear trend: MCPT delivered roughly 2.5% more total charge than MPPT. The authors conducted voltage statistics and observed with its voltage-aware switching logic, MCPT kept the system within the electrolyzer’s recommended voltage range around 72% of the time which is substantially better than MPPT. Additionally, when they introduced an additional constraint that allow the system to begin the day with zero connected stacks further improved voltage compliance to roughly 94% was observed, albeit with a small reduction in total charge. In the second phase, a physical proof-of-concept system was assembled using a 290-Wp module and resistor–Zener assemblies tuned to mimic PEM stack behavior. Over both sunny and cloudy days, the MCPT algorithm demonstrated the same qualitative features observed in simulation: current was consistently prioritized, voltage remained stable within the optimal window, and the number of connected stacks adjusted responsively to rapid irradiance fluctuations. Even though real-world temperature variations created small impedance mismatches, the general consistency between simulation and experiment reinforced the credibility of the algorithm.</span></span></span></p>
<p style="text-align: justify;" align="justify"><span style="font-family: Arial, serif;"><span style="font-size: medium;"><span lang="en-CA">In conclusion, Kelvin Tan and Meng Tao successfully developed new MCPT algorithm that present a low-cost, converter-free route for scalable solar-driven hydrogen production. Indeed, the new study makes a strong case for rethinking how photovoltaic systems intended for hydrogen production should be controlled and engineered. Traditional PV</span></span></span><span style="font-family: Cambria Math, serif;"><span style="font-size: medium;"><span lang="en-CA">‐</span></span></span><span style="font-family: Arial, serif;"><span style="font-size: medium;"><span lang="en-CA">electrolyzer integration is shaped by the logic of power electronics: regulate voltage, maximize power, and let the electrolyzer accept whatever current results. But as the authors show, this mindset becomes counterproductive once hydrogen yield becomes the metric of interest. A system that extracts slightly less electrical energy from the PV array can nonetheless generate more hydrogen if it maintains higher current over larger portions of the day. The MCPT algorithm places this insight into a practical form by recasting control decisions as current-maximizing moves that still respect voltage boundaries. It is noteworthy to mention the benefits of MCPT arise without adding any new hardware. Direct coupling retains its appeal because every removed converter translates into lower cost and higher reliability—factors that matter enormously when imagining hydrogen plants made of dozens or hundreds of megawatt-scale stacks. The algorithm also addresses a longstanding vulnerability in direct-coupled systems: voltage drift. Previous demonstrations often accepted wide voltage swings as an unavoidable feature of simplicity. By embedding voltage regulation directly into the switching logic, Tan and Tao create a version of direct coupling that behaves in a more disciplined, industrially acceptable manner. The improvement in voltage compliance—from less than half the day under MPPT to nearly the entire day under the revised MCPT which is substantial enough to influence decisions surrounding stack durability, replacement frequency, and overall lifecycle cost.</span></span></span></p>
<p style="text-align: justify;" align="justify"><span style="font-family: Arial, serif;"><span style="font-size: medium;"><span lang="en-CA">A broader implication lies in how PV arrays and electrolyzers might be co-designed. Instead of viewing power electronics as the universal interface, this work hints at a future in which electrolyzer geometry, number of stacks, and PV string configuration can be chosen jointly, with the load-matching algorithm acting as the glue. The approach scales naturally because it depends only on how many stacks the relays can address. This is appealing for gigawatt-level projects where current levels will far exceed what today’s converters can handle. In such environments, designing systems to deliver high current directly from the PV array could sidestep engineering bottlenecks that otherwise limit deployment speed. </span></span></span><span style="font-family: Arial, serif;"><span style="font-size: medium;">If integrated with new stack chemistries or high-current PEM designs, MCPT-like strategies could fundamentally change how future hydrogen farms are architected.</span></span></p>
<figure id="attachment_62793" aria-describedby="caption-attachment-62793" style="width: 843px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="wp-image-62793 size-full" src="https://advanceseng.com/wp-content/uploads/2025/12/image002.png" alt="" width="843" height="594" srcset="https://advanceseng.com/wp-content/uploads/2025/12/image002.png 843w, https://advanceseng.com/wp-content/uploads/2025/12/image002-800x564.png 800w, https://advanceseng.com/wp-content/uploads/2025/12/image002-300x211.png 300w, https://advanceseng.com/wp-content/uploads/2025/12/image002-768x541.png 768w" sizes="auto, (max-width: 843px) 100vw, 843px" /><figcaption id="caption-attachment-62793" class="wp-caption-text">FIGURE legend: A co-located load-matching PV (LMPV) system is one of the most economical approaches to PV-H2. LMPV systems operate at high efficiencies without central power converters, reducing system cost and improving scalability. In this work, a maximum current point tracking (MCPT) algorithm was presented that maximizes hydrogen production in PV-H2 systems, achieving a levelized cost of hydrogen of $2.18/kg-H2.</figcaption></figure>
<p>&nbsp;</p>
<p align="justify"><a href="https://advanceseng.com/wp-content/uploads/2025/12/System.pptx"><img loading="lazy" decoding="async" class="aligncenter wp-image-62796 size-full" src="https://advanceseng.com/wp-content/uploads/2025/12/Screenshot_39-3.png" alt="" width="896" height="475" srcset="https://advanceseng.com/wp-content/uploads/2025/12/Screenshot_39-3.png 896w, https://advanceseng.com/wp-content/uploads/2025/12/Screenshot_39-3-800x424.png 800w, https://advanceseng.com/wp-content/uploads/2025/12/Screenshot_39-3-300x159.png 300w, https://advanceseng.com/wp-content/uploads/2025/12/Screenshot_39-3-768x407.png 768w, https://advanceseng.com/wp-content/uploads/2025/12/Screenshot_39-3-310x165.png 310w" sizes="auto, (max-width: 896px) 100vw, 896px" /></a></p>
<p style="text-align: justify;" align="justify"><span style="font-family: Arial, serif;"><span style="font-size: medium;">
			</div></div></span></span></p>
<p style="text-align: justify;">
	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2025/12/image001.png" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			
<p style="text-align: justify;">Kelvin Tan is an Electrical Engineering PhD graduate from Arizona State University (ASU), where he specializes in integration and resiliency of various power systems. His research focuses on developing new control algorithms and topologies for photovoltaic-powered hydrogen production; generating large, realistic datasets to perform automated power system validation; and designing and training data-secured large language models for power system applications. He was awarded a Dean’s Fellowship from ASU and an ARCS Fellowship from ARCS Foundation during his PhD studies. He has interned with companies and national and industrial laboratories.</p>
<p style="text-align: justify;">
		</div>
	</div>
<p style="text-align: justify;">
	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2025/12/Meng.jpg" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			
<p style="text-align: justify;"><span style="font-family: Calibri, serif;"><span style="font-size: small;"><span style="font-size: medium;">Dr. Meng Tao is a Professor of Electrical Engineering at Arizona State University. His research focuses on terawatt solar technologies with the goal of pushing solar energy into a mainstream energy source by 2035. It covers a wide range of topics from materials and devices to systems and applications. Current research projects include recycling technologies for solar panels; solar systems for green hydrogen production, electric vehicle charging, and power management in microgrids; and molten-salt electrorefining for solar-grade silicon. For the last two decades, he has been promoting solar energy at the national and global levels including the initiation and launch of the US Photovoltaic Manufacturing Consortium in 2011 and the Global Hydrogen Production Technologies Center in 2023. Dr. Tao was awarded the Fulbright Distinguished Chair in Alternative Energy Technology. He was invited to the 2017 Nobel Award Ceremony in Stockholm.</span></span></span></p>
<p style="text-align: justify;">
		</div>
	</div>
<h3 style="text-align: justify;"> </h3>
<h3 style="text-align: justify;"><strong style="color: #000080;">Reference</strong></h3>
<p style="text-align: justify;" align="justify"><span style="font-family: Arial, serif;"><span style="font-size: medium;"><span lang="en-CA">Kelvin Tan, Meng Tao, </span></span></span><span style="font-family: Arial, serif;"><span style="font-size: medium;"><span lang="en-CA"><b>A maximum current point tracking algorithm for photovoltaic hydrogen production, </b></span></span></span><span style="color: #0000ff;"><u><a href="https://www.sciencedirect.com/science/article/abs/pii/S0360319925034482"><span style="font-family: Arial, serif;"><span style="font-size: medium;"><span lang="en-CA">International Journal of Hydrogen Energy, Volume 157, 2025, 150450,</span></span></span></a></u></span></p>
<p style="text-align: justify;"><a href="https://www.sciencedirect.com/science/article/abs/pii/S0360319925034482" class="shortc-button medium blue ">Go to Journal of International Journal of Hydrogen Energy.</a>


<p class="wp-block-paragraph"></p>
<p>The post <a href="https://advanceseng.com/current-optimized-load-matching-for-pv-driven-hydrogen-production/">Current-Optimized Load Matching for PV-Driven Hydrogen Production</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Telemetry-Synchronized Frequency-Domain Modeling of Satellite Power Conditioning Units</title>
		<link>https://advanceseng.com/telemetry-synchronized-frequency-domain-modeling-of-satellite-power-conditioning-units/</link>
		
		<dc:creator><![CDATA[410longworth]]></dc:creator>
		<pubDate>Thu, 09 Apr 2026 13:39:00 +0000</pubDate>
				<category><![CDATA[Electrical Engineering]]></category>
		<guid isPermaLink="false">https://advanceseng.com/?p=63055</guid>

					<description><![CDATA[<p>Significance  &#160; REFERENCE Meng Wang, Guangquan Zhao, Xiyuan Peng, Enhanced high-fidelity and dynamic modeling for power conditioning units synchronized with on-orbit satellites, Aerospace Science and Technology, Volume 162, 2025, 110213.</p>
<p>The post <a href="https://advanceseng.com/telemetry-synchronized-frequency-domain-modeling-of-satellite-power-conditioning-units/">Telemetry-Synchronized Frequency-Domain Modeling of Satellite Power Conditioning Units</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fadvanceseng.com%2Ftelemetry-synchronized-frequency-domain-modeling-of-satellite-power-conditioning-units%2F&amp;linkname=Telemetry-Synchronized%20Frequency-Domain%20Modeling%20of%20Satellite%20Power%20Conditioning%20Units" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fadvanceseng.com%2Ftelemetry-synchronized-frequency-domain-modeling-of-satellite-power-conditioning-units%2F&amp;linkname=Telemetry-Synchronized%20Frequency-Domain%20Modeling%20of%20Satellite%20Power%20Conditioning%20Units" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fadvanceseng.com%2Ftelemetry-synchronized-frequency-domain-modeling-of-satellite-power-conditioning-units%2F&amp;linkname=Telemetry-Synchronized%20Frequency-Domain%20Modeling%20of%20Satellite%20Power%20Conditioning%20Units" title="LinkedIn" rel="nofollow noopener" target="_blank"></a></p><h3><span style="color: #000080;"><strong>Significance </strong></span></h3>
<p><div class="box shadow  "><div class="box-inner-block"><i class="fa tie-shortcode-boxicon"></i>
			</p>
<p style="text-align: justify;">Satellite electrical power systems are being asked to do more than they were ever originally designed for. Missions are longer, payloads are heavier, and subsystems that once operated independently are now tightly interwoven. Under these conditions, electrical power regulation is no longer a background engineering concern; it increasingly determines whether a satellite performs as intended over its full operational lifetime. The power conditioning unit (PCU) mediates the exchange of energy between solar arrays, batteries, and onboard loads, and it does so continuously, under changing illumination, temperature, and demand and capturing the behavior in a model that remains faithful to on-orbit reality is still surprisingly difficult. Most prior modeling efforts fall into one of three categories. Physically derived circuit models emphasize interpretability and control logic, but they often require simplifications that smooth out precisely the dynamics that matter most during mode transitions or disturbances. Data-driven approaches move in the opposite direction, and they offer flexibility and fast fitting at the expense of physical transparency. These models can perform well in narrowly defined regimes, however, they tend to degrade when operating modes shift, and they rarely provide firm guarantees on stability. Hybrid methods attempt to reconcile these shortcomings, but in practice they introduce layers of complexity that limit their usefulness outside offline analysis. As a consequence, many PCU models remain detached from real operational contexts and are poorly suited for digital twin implementations. Part of the difficulty lies in the PCU itself. Its operation spans multiple domains simultaneously. Control behavior changes between illumination and umbra, depends on interactions among several regulators, and unfolds across distinct frequency ranges. Time-domain models are effective at reproducing transients, but they often struggle to sustain fast and stable regulation when system conditions evolve. Frequency-domain approaches, by contrast, are well suited for stability analysis, however, they are frequently applied only to isolated subsystems or simplified operating modes. The result is a fragmented modeling landscape that fails to represent the PCU as a coherent whole. Moreover, another challenge is the loose connection between models and actual satellites and validation is commonly based on semi-physical experiments or functional benchmarks, which provide limited insight into how models behave once environmental variability and telemetry noise are introduced. Without continuous alignment to on-orbit data, even carefully constructed models tend to drift over time. Closing this gap between analytical fidelity and operational relevance remains one of the central challenges in PCU modeling. To this end, new research paper published in Aerospace Science and Technology and conducted by PhD candidate Meng Wang, Professor Guangquan Zhao, and Professor Xiyuan Peng from the Harbin Institute of Technology, the researchers developed a high-fidelity, frequency-domain model of a complete satellite power conditioning unit that operates in real-time synchronization with on-orbit telemetry. Their framework integrates shunt regulation, battery charging, and battery discharging into a unified control architecture optimized across mid- and high-frequency bands.</p>
<p style="text-align: justify;">The research team adopted a physically grounded frequency-domain modeling strategy, in which the complete PCU is treated as a closed-loop, multi-module control system rather than a collection of loosely connected subsystems. The modeling process begins by establishing energy-flow relationships among the error amplifier, shunt regulator, battery discharge regulator, and battery charge regulator. These relationships define a unified control-loop backbone that governs power regulation across both illumination and umbra periods. For the illumination phase, the shunt regulator and main error amplifier are modeled as a coupled feedback system. The shunt hysteresis behavior, traditionally treated as nonlinear and difficult to analyze, is linearized through spectral approximation, enabling its representation as an equivalent proportional link. This simplification allows magnitude and phase characteristics to be explicitly optimized in the mid-frequency range, where regulation sensitivity is highest. Parameter selection is guided by crossover frequency and phase margin targets, yielding a stable system with rapid convergence and minimal ripple in bus voltage. During umbra periods, attention shifts to the battery discharge regulator, implemented through a boost-type DC–DC converter. Here, the authors employ state-space averaging to derive a small-signal frequency-domain model that captures the regulator’s non-minimum-phase behavior. Crucially, the effect of equivalent series resistance is retained rather than neglected. The authors demonstrated that this resistance plays a stabilizing role, compensating right-half-plane zeros and suppressing resonant peaks that would otherwise destabilize the control loop. Compared with models that omit this effect, the resulting system exhibits markedly improved phase and gain margins. They treated the battery charge regulator differently because it does not directly regulate the power bus, a simplified equivalent model is adopted to reduce computational burden without sacrificing accuracy in overall system behavior. The authors’ design choice reflects a pragmatic balance between fidelity and efficiency, particularly important for real-time simulation. The team validated using 24 hours of real telemetry data from a geostationary satellite, sampled at sub-second resolution. Model outputs—including bus voltage, battery voltage, charging and discharging currents, solar array current, and error amplifier voltage—are continuously compared against measured data. Across all metrics, the proposed model demonstrates substantially lower mean absolute, mean squared, and root mean squared errors than existing approaches. In several operating modes, simulated outputs are nearly indistinguishable from telemetry. Moreover, the authors conducted introduced mode transitions, reference offsets, and battery cell faults and found in each case, the system stabilizes rapidly, with settling times well below one second and overshoot confined within acceptable limits.</p>
<p style="text-align: justify;">In conclusion, the research work of Harbin Institute of Technology scientists successfully developed a new model that can achieve both superior dynamic regulation and unprecedented agreement with real satellite data by coupling spectral parameter optimization with continuous telemetry feedback. This innovative approach effectively transforms the PCU model into a functional digital twin capable of supporting on-orbit operation and fault management. Additionally, the study challenges the prevailing reliance on time-domain simulations for PCU analysis and although such models are valuable for capturing transients, they are limited in delivering stable dynamic regulation across changing operating modes. In contrast, the frequency-domain approach adopted by the authors integrates transient and steady-state behavior within a single framework, which enable control over stability margins and dynamic response and this shift has important implications for how future satellite power systems may be designed and validated. Moreover, the ability to synchronize the model continuously with on-orbit telemetry represents a major advance and instead of serving as a static design artifact, the PCU model becomes an active participant in system operation, capable of tracking real conditions, and can predict near-term behavior, and support informed decision-making. This capability is valuable for fault diagnosis and health management, where early detection and rapid response can extend mission lifetimes. The results also highlight the importance of modeling completeness. By incorporating the interactions among all major PCU modules, the proposed framework avoids the blind spots that arise when individual regulators are treated in isolation. The dramatic reduction in modeling error across multiple output parameters highlights the value of this holistic perspective. We believe, the implications extend beyond geostationary satellites and sequential switching shunt regulators and although the present study focuses on a specific architecture, the underlying methodology—frequency-domain optimization coupled with telemetry-driven synchronization—can be generalized to other satellite platforms and power system designs. Moreover, the authors’ acknowledgment of remaining discrepancies points toward a natural next step: integrating data-driven correction layers, such as neural networks, to further refine physical models without undermining their interpretability. In a nutshell, the study by Harbin Institute of Technology scientists developed a highly accurate PCU model, that can guide how future aerospace systems might be modeled, monitored, and managed on orbit.</p>
<p>
			</div></div></p>
<p>&nbsp;</p>
<p><strong>REFERENCE</strong></p>
<p>Meng Wang, Guangquan Zhao, Xiyuan Peng, <strong>Enhanced high-fidelity and dynamic modeling for power conditioning units synchronized with on-orbit satellites</strong>, <a href="https://www.sciencedirect.com/science/article/abs/pii/S1270963825002846">Aerospace Science and Technology, Volume 162, 2025, 110213.</a></p>
<p><a href="https://www.sciencedirect.com/science/article/abs/pii/S1270963825002846" target="_blank" class="shortc-button medium blue ">Go to <!--StartFragment --><span class="cf0">Aerospace Science and Technology </span></a></p>
<p>The post <a href="https://advanceseng.com/telemetry-synchronized-frequency-domain-modeling-of-satellite-power-conditioning-units/">Telemetry-Synchronized Frequency-Domain Modeling of Satellite Power Conditioning Units</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Topology-Driven Automatic Discovery of Optimal Microwave Photonic Architectures</title>
		<link>https://advanceseng.com/topology-driven-automatic-discovery-of-optimal-microwave-photonic-architectures/</link>
		
		<dc:creator><![CDATA[410longworth]]></dc:creator>
		<pubDate>Mon, 22 Dec 2025 20:52:29 +0000</pubDate>
				<category><![CDATA[Electrical Engineering]]></category>
		<guid isPermaLink="false">https://advanceseng.com/?p=62981</guid>

					<description><![CDATA[<p>&#160; REFERENCE Li B, Xu S, Lyu T, Qiu R, Liu Y, Zou W. Automatic discovery of optimal microwave photonic architectures in a complete topological space. Opt Express. 2025;33(17):36305-36325. doi: 10.1364/OE.571575.</p>
<p>The post <a href="https://advanceseng.com/topology-driven-automatic-discovery-of-optimal-microwave-photonic-architectures/">Topology-Driven Automatic Discovery of Optimal Microwave Photonic Architectures</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fadvanceseng.com%2Ftopology-driven-automatic-discovery-of-optimal-microwave-photonic-architectures%2F&amp;linkname=Topology-Driven%20Automatic%20Discovery%20of%20Optimal%20Microwave%20Photonic%20Architectures" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fadvanceseng.com%2Ftopology-driven-automatic-discovery-of-optimal-microwave-photonic-architectures%2F&amp;linkname=Topology-Driven%20Automatic%20Discovery%20of%20Optimal%20Microwave%20Photonic%20Architectures" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fadvanceseng.com%2Ftopology-driven-automatic-discovery-of-optimal-microwave-photonic-architectures%2F&amp;linkname=Topology-Driven%20Automatic%20Discovery%20of%20Optimal%20Microwave%20Photonic%20Architectures" title="LinkedIn" rel="nofollow noopener" target="_blank"></a></p><p style="text-align: justify;"><div class="box shadow  "><div class="box-inner-block"><i class="fa tie-shortcode-boxicon"></i>
			</p>
<p style="text-align: justify;">When photonic platforms are used to handle microwave signals, the system inherits wide optical bandwidths, minimal transmission loss, and a welcome immunity to electromagnetic noise. These benefits have become increasingly important as radar, wireless communication, and data-processing systems push toward higher frequencies and larger dynamic ranges. Recently, improvements in integrated photonic fabrication especially silicon photonics and a range of heterogeneous material stacks have broadened what designers can actually implement on chip. Functions such as carefully shaped microwave filters, chip-level differentiators, and compact arbitrary-waveform generators are now realistic building blocks for full systems. However, despite the sophistication of these platforms, the way microwave photonic systems are designed remains surprisingly traditional. Most researchers approach a new function by reaching for well-known components—FIR filters for generality or IIR structures based on microring resonators when high-Q shaping is required. Both choices come with limitations that everyone in the field is aware of: FIR filters can approximate almost anything if one is willing to accept a long tap chain, and IIR filters stay compact but inevitably restrict the frequency response to a narrow family of shapes. When the two are hybridized, the design space widens a bit, though not nearly enough to explore all the architectures that are mathematically possible. As a result, many potentially superior configurations most likely sit untouched, simply because they do not resemble the circuit motifs that the field has grown comfortable with. The situation becomes more complicated as photonic chips incorporate larger routing networks, more elaborate cascades of resonators, and tunable elements that change the system’s operating point. Once these features are available, the number of feasible architectures expands extremely quickly—so quickly that intuition offers little guidance about where the “good” ones might lie. Attempting to sort through these possibilities manually becomes unrealistic, and even experienced designers cannot easily tell whether a proposed configuration is anywhere near optimal. In practice, this creates a widening gap between what integrated photonics enables and what conventional microwave-photonic design methods can systematically explore.</p>
<p style="text-align: justify;"> To this account, new research paper published in <em>Optics Express</em> and conducted by Mr. Bo Li, Prof. Shaofu Xu, Ms. Ting Lyu, Mr. Ruicheng Qiu, Ms. Yixi Liu, and Prof. Weiwen Zou from the Department of Electronic Engineering at Shanghai Jiao Tong University, researchers developed an automated design framework that represents microwave photonic systems as complete topological graphs and searches this space systematically. They combined exhaustive topology generation with a hybrid genetic-algorithm and L-BFGS parameter search to identify architectures that match target responses with minimal system cost. The method consistently uncovers non-intuitive designs that outperform conventional FIR and IIR configurations. Across differentiators, waveform generators, Hilbert transformers, and pulse-compression systems, the framework delivers architectures that are simultaneously more efficient and more accurate than existing hand-designed counterparts.</p>
<p style="text-align: justify;">The authors defined a structured way to represent any microwave photonic system as a graph. Each processing block—whether an FIR filter or one of the IIR variants—is treated as a node with tunable parameters. Connections between nodes form the edges, encoding whether units operate in series or in parallel. Once this abstraction is established, the team develops an exhaustive graph-generation routine that enumerates all feasible directed acyclic graphs constructed from a chosen number of basic units. The algorithm then converts each graph into an associated analytical expression using depth-first search, ensuring that the full diversity of transfer functions emerging from these combinations is preserved. Redundant expressions are removed to avoid unnecessary computation during later stages.  The researchers then turned to parameter optimization. Here, the task is to tune the coefficients, delays, and loop gains of the processing units so that the resulting system response matches a target function. Depending on the application, the target may be an ideal mathematical operator—such as a temporal differentiator—or an output waveform directly, as in the case of arbitrary waveform generation. To balance accuracy against hardware complexity, the loss function includes both a mean-square-error term and a cost term proportional to the number of tunable parameters inside the architecture. Minimizing this loss requires navigating a high-dimensional, non-convex space, so the team employs a hybrid scheme: a genetic algorithm performs a global search, and the L-BFGS method refines promising candidates to convergence.  They applied the workflow to several benchmark functionalities and found for the second-order temporal differentiator, the automated search not only rediscovers the known cascaded IIR configuration but also produces a non-intuitive alternative that achieves lower error with fewer parameters. A similar story unfolds with the Hilbert transformer. The framework identifies an architecture capable of matching the desired π/2 phase shift while reducing amplitude ripple relative to the conventional 12-tap FIR design. In both cases, the system’s output for Gaussian and sinusoidal test signals demonstrates that these automatically derived architectures behave exactly as required. Furthermore, the authors reported for sawtooth, triangular, and square waveform generation, the search discovers compact structures formed from multiple FIR filters arranged in mixed series–parallel layouts. These achieve lower mean-square errors than the standard single-filter approach and do so with reduced tap counts. Similar gains are observed in linear-frequency-modulated pulse compression, where a newly found architecture significantly improves peak side-lobe ratio while using less than half the parameter budget of the conventional 20-tap FIR implementation. Even in millimeter-wave signal generation, the algorithm selects a single bandstop IIR filter as the optimal spectral shaper, cutting system cost and also preserving side-mode suppression. The team also conducted a robustness study which further showed that these architectures remain resilient under typical fabrication errors, and retain performance advantages over their conventional counterparts.</p>
<p style="text-align: justify;">In conclusion, the new work by Shanghai Jiao Tong University scientists demonstrated that microwave photonic architectures can be discovered automatically, the authors open the door to a fundamentally different design culture—one in which intuition serves as a starting point but no longer dictates the boundaries of what is possible. Their results show, often dramatically, that optimal solutions do not always resemble familiar structures. In some cases, the best architecture contains unexpected combinations of parallel and series paths; in others, it relies on a deliberately minimal set of components whose utility only becomes apparent once the loss landscape is mapped numerically. The new automated framework evaluates complexity explicitly through its cost term, rewarding architectures that achieve performance targets with fewer adjustable parameters. This naturally favors solutions that remain compact and physically implementable on integrated platforms and with the photonic chips continue to grow in scale and functionality, this cost-aware optimization will become critical, especially when designers must accommodate tight power budgets, limited chip area, or stringent thermal constraints.</p>
<p style="text-align: justify;">Scalability is an important advantage of the new design and the graph-based representation provides a direct pathway toward more sophisticated systems, including multi-input multi-output configurations or nonlinear photonic processors. Although the study focused on linear, single-input single-output systems, the framework itself is not inherently limited to these cases. Adjustments to node types and loss definitions could, in principle, enable automatic discovery of architectures for optical neural networks, multi-channel sensing systems, or photonic compute blocks. The ability to explore these expanded design spaces algorithmically could accelerate progress across a spectrum of emerging technologies that are beginning to rely on photonic signal processing. Another advantage is the framework’s robustness to fabrication imperfections. The authors show that even when amplitude and phase errors of several percent are introduced, the automatically discovered architectures maintain performance advantages over conventional solutions which suggests that the framework produce mathematically optimal designs and also as important identifies physically resilient ones. In sum, the authors create a toolbox capable of uncovering architectures that combine efficiency, performance, and implementation. As microwave photonics continues expanding into areas such as high-capacity wireless communication, cognitive sensing, and photonic computing, the impact of such a methodology is likely to grow.</p>
<p>
			</div></div></p>
<p>&nbsp;</p>
<p><strong>REFERENCE</strong></p>
<p>Li B, Xu S, Lyu T, Qiu R, Liu Y, Zou W. <strong>Automatic discovery of optimal microwave photonic architectures in a complete topological space</strong>. <a href="https://opg.optica.org/oe/fulltext.cfm?uri=oe-33-17-36305">Opt Express. 2025;33(17):36305-36325</a>. doi: 10.1364/OE.571575.</p>
<p><a href="" class="shortc-button medium blue ">Go to Optics Express</a></p>
<p>The post <a href="https://advanceseng.com/topology-driven-automatic-discovery-of-optimal-microwave-photonic-architectures/">Topology-Driven Automatic Discovery of Optimal Microwave Photonic Architectures</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ultrafast Circular-Phonon–Driven Switching of Ferroaxial Order</title>
		<link>https://advanceseng.com/ultrafast-circular-phonon-driven-switching-of-ferroaxial-order/</link>
		
		<dc:creator><![CDATA[410longworth]]></dc:creator>
		<pubDate>Wed, 26 Nov 2025 13:57:26 +0000</pubDate>
				<category><![CDATA[Electrical Engineering]]></category>
		<guid isPermaLink="false">https://advanceseng.com/?p=62489</guid>

					<description><![CDATA[<p>Significance Schematic of the experimental setup. A circularly polarized terahertz excitation pulse, polarized in the&#160;ab&#160;plane, drives circular motion of the doubly degenerate&#160;Eu&#160;symmetry phonons in RbFe(MoO4)2. SHG-CD monitors the ferroaxial state at the excited position. Credit: Science. 2025 Oct 9;390(6769):195-198. doi: 10.1126/science.adz5230. REFERENCE Zeng Z, Först M, Fechner M, Prabhakaran D, Radaelli PG, Cavalleri A. Photo-induced &#8230;</p>
<p>The post <a href="https://advanceseng.com/ultrafast-circular-phonon-driven-switching-of-ferroaxial-order/">Ultrafast Circular-Phonon–Driven Switching of Ferroaxial Order</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fadvanceseng.com%2Fultrafast-circular-phonon-driven-switching-of-ferroaxial-order%2F&amp;linkname=Ultrafast%20Circular-Phonon%E2%80%93Driven%20Switching%20of%20Ferroaxial%20Order" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fadvanceseng.com%2Fultrafast-circular-phonon-driven-switching-of-ferroaxial-order%2F&amp;linkname=Ultrafast%20Circular-Phonon%E2%80%93Driven%20Switching%20of%20Ferroaxial%20Order" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fadvanceseng.com%2Fultrafast-circular-phonon-driven-switching-of-ferroaxial-order%2F&amp;linkname=Ultrafast%20Circular-Phonon%E2%80%93Driven%20Switching%20of%20Ferroaxial%20Order" title="LinkedIn" rel="nofollow noopener" target="_blank"></a></p><h2 style="color:#003366;font-weight:700;text-transform:uppercase;letter-spacing:0.6px;font-size:20px;margin:0 0 12px">
  Significance<br />
</h2>


<div class="box shadow  "><div class="box-inner-block"><i class="fa tie-shortcode-boxicon"></i>
			   </p>
<div style="text-align: justify">Ferroic materials have long offered fertile ground for both fundamental physics and technological innovation, largely because their ordered states come in degenerate pairs that can be toggled by an appropriate conjugate field. Ferromagnets respond to magnetic fields, and ferroelectrics respond to electric fields; in these systems, symmetry breaking is explicit and easily manipulated, which has led to mature applications ranging from data storage to sensors and actuators. Yet, despite this success, the broader ferroic landscape includes a less familiar class (ferroaxial materials) whose physical behavior is governed not by a net polarization or magnetization but by a rotational texture of local dipoles. In these crystals, the relevant order parameter is an axial vector arising from the cross-product of position and dipole moment, and it preserves both time-reversal and spatial-inversion symmetry. This dual symmetry retention removes many of the practical obstacles that plague conventional ferroics, most notably depolarizing fields, but it also makes ferroaxial states notoriously difficult to control. These materials host two opposite rotational domains, yet the absence of a natural macroscopic field that transforms like the axial order parameter forces researchers to seek indirect routes to switching. Mechanical strain can influence the crystallographic axis along which axial order develops, but it cannot reverse the domain. Electric fields, meanwhile, couple only weakly, primarily by acting on domain-wall dipoles rather than on the ferroaxial order itself. The lack of a robust, controllable, and nonvolatile switching mechanism has therefore limited ferroaxiality to a largely academic curiosity rather than a practical platform for ultrafast information storage.<br />
To this account, new research paper published in Science Journal and led by Professor Andrea Cavalleri from the Max Planck Institute for the Structure and Dynamics of Matter in Hamburg in collaboration with Professor Paolo Radaelli from the Department of Physics at University of Oxford, researchers developed two complementary models describing how circularly driven Eu phonons act as an effective axial conjugate field capable of biasing and reversing ferroaxial domains. One model treats the phonon displacement and terahertz electric field as coupled vectors whose cross-product directly shifts the ferroaxial potential landscape, while the second uses equations of motion to capture threshold-dependent switching dynamics. </p>
<p> The research team tested whether circular phonon excitation can function as a true ferroaxial conjugate field by combining time-resolved terahertz excitation with SHG-CD probing at micrometer-scale sample locations. Their experimental platform was built around resonant excitation of the 24-THz doubly degenerate Eu phonon modes, which produce in-plane atomic motions. By shaping the terahertz pulses to be circularly polarized, they caused the electric field and displacement vectors to rotate in tandem, ensuring that their cross-product remained directionally fixed throughout the pulse. This dynamical configuration is essential because it injects a torque on the ferroaxial soft mode with a sign strictly governed by the helicity of the terahertz field. The first step was to prepare RbFe(MoO₄)₂ below its ordering temperature (TC ≈ 190 K) and identify the ferroaxial domain using static SHG-CD. At 180 K, the team targeted an unambiguously identified A⁺ domain and delivered a single right-circularly polarized terahertz pulse with a fluence of 20 mJ/cm². Once the lattice had relaxed thermally, the same spot was re-probed using static SHG-CD. The signal, originally positive, reappeared with nearly the same magnitude but negative sign—direct evidence that the domain had switched to A⁻. A second pulse of opposite helicity restored the A⁺ domain, demonstrating single-shot, helicity-controlled reversibility. To examine this behavior systematically, the authors applied sequences of terahertz pulses with alternating helicities, each followed by an SHG-CD readout. The ferroaxial domain flipped back and forth in synchrony with the pump’s handedness, establishing a direct causal link between phonon helicity and axial switching. A fluence-dependent study further revealed a threshold around 14 mJ/cm², below which the potential wells remain nearly degenerate and the domain is stable, but above which the dynamical bias introduced by the circular phonon motion is strong enough to overcome the barrier. This threshold behavior matches numerical solutions of the coupled equations of motion governing the phonon displacement and axial coordinate, confirming the mechanism proposed. The experiments also probed the para-axial state above TC, where no static ferroaxial order exists. At 200 K, a left-circular terahertz pulse induced a short-lived positive SHG-CD signal—a transient A⁺ axial polarization—while a right-circular pulse produced a negative response. The sign change followed the helicity precisely and disappeared when linearly polarized pulses were used. The lifetime of the signal, tracking the overlap between the terahertz envelope and the phonon coherence, corroborated a mechanism rooted in driven lattice dynamics rather than slower structural relaxation.</p>
<p>In conclusion, the new study by Cavalleri, Radaelli, and colleagues developed new route for controlling ferroic order that is rooted in nonlinear lattice dynamics engineered at terahertz frequencies. Beyond demonstrating the first nonvolatile optical switching of ferroaxial domains, the results carry broader implications for the future of ultrafast materials control. Because ferroaxial systems lack the depolarizing fields that frustrate ferroelectric switching at optical frequencies, the domain reversal achieved here remains stable over hours without external fields or feedback mechanisms. This inherent stability sharply distinguishes ferroaxial switching from earlier attempts to reverse ferroelectric polarization through nonlinear phononics, where the induced state tended to decay due to internal electrostatic pressures.<br />
We believe the ability to write and rewrite ferroaxial domains using single terahertz pulses also opens a new parallel with magnetic all-optical switching, yet with potentially greater robustness. The energy scales and timescales observed—threshold fluences on the order of tens of mJ/cm² and switching dynamics expected in the picosecond regime—are competitive with or faster than many optical magnetism schemes, suggesting a viable foundation for ultrafast, high-density information storage that uses rotational order instead of spin or polarization. A second major implication is in their demonstration of helicity-dependent transient axial polarization above TC and this capability points toward the active design of “non-equilibrium ferroics,” where functionalities emerge only under dynamic driving. This approach may substantially broaden the palette of symmetry-broken states available for future devices, especially in materials where equilibrium phases are difficult to stabilize.<br />
Moreover, the resonance between the Eu phonon and the driven axial response also reinforces the role of phononic engineering as a new design principle in condensed matter physics. Rather than relying on static fields that couple poorly to certain order parameters, one can tailor light–phonon interactions to craft effective fields with the correct symmetry properties. The universality of the underlying symmetry arguments suggests that this mechanism should extend to many other ferroaxial compounds, as well as multiferroics where axiality underpins couplings between electric and magnetic textures. In sum, the innovative work provides us with the roadmap toward devices that operate by steering rotational degrees of freedom in crystals, introduces a pathway to explore hidden non-equilibrium phases, and highlights terahertz circular phononics as a powerful and generalizable tool for manipulating complex solids.
</p></div>
<p>  
			</div></div>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="1430" height="494" src="https://advanceseng.com/wp-content/uploads/2025/11/aaa-1.png" alt="" class="wp-image-62491" srcset="https://advanceseng.com/wp-content/uploads/2025/11/aaa-1.png 1430w, https://advanceseng.com/wp-content/uploads/2025/11/aaa-1-800x276.png 800w, https://advanceseng.com/wp-content/uploads/2025/11/aaa-1-300x104.png 300w, https://advanceseng.com/wp-content/uploads/2025/11/aaa-1-1024x354.png 1024w, https://advanceseng.com/wp-content/uploads/2025/11/aaa-1-768x265.png 768w" sizes="auto, (max-width: 1430px) 100vw, 1430px" /></figure>



<p class="wp-block-paragraph">Schematic of the experimental setup. A circularly polarized terahertz excitation pulse, polarized in the&nbsp;<em>ab</em>&nbsp;plane, drives circular motion of the doubly degenerate&nbsp;<em>E</em><sub>u</sub>&nbsp;symmetry phonons in RbFe(MoO<sub>4</sub>)<sub>2</sub>. SHG-CD monitors the ferroaxial state at the excited position. <em>Credit: Science. 2025 Oct 9;390(6769):195-198. doi: 10.1126/science.adz5230.</em></p>



	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2025/11/as.jpg" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			Professor Paolo G. Radaelli<br />
University of Oxford &#8211; Department of Physics</p>
<div style="text-align: justify">
Professor Paolo G. Radaelli hold the post of Dr Lee’s Professor of Experimental Philosophy at the Clarendon Laboratory, and I am a Professorial Fellow at Wadham College(link is external). Following a Laurea degree at the Università degli Studi di Milano, Italy and a PhD at the Illinois Institute of Technology<br />
We study novel quantum materials with the potential for integration in a new generation of fast, non-volatile memories and other electronic devices. Our current emphasis is on magnetic oxides which can be controlled by electric fields.</div>

		</div>
	</div>

	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2025/11/asd.jpg" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			Andrea Cavalleri<br />
Director Max Planck Institute for the Structure and Dynamics of Matter<br />
Professor of Physics (part time): University of Oxford</p>
<div style="text-align: justify">
<p>Andrea Cavalleri is the founding director of the Max Planck Institute for the Structure and Dynamics of Matter in Hamburg (Germany) and a professor of Physics at the University of Oxford (UK). After receiving a laurea degree from the University of Pavia (Italy), he held graduate, postgraduate, and research staff positions at the University of Essen (Germany), at the University of California, San Diego (US), and at the Lawrence Berkeley National Laboratory (US). He joined the Oxford faculty in 2005.</p>
<p>He is best known for his experimental studies of the photo-induced phase transition in materials with strongly correlated electrons, such as transition metal oxides and organic conductors.<br />
In recent years, his research group has developed techniques that make use of strong TeraHertz pulses to manipulate directly lattice distortions and other collective modes of solids. Through precise optical control, he has shown that ordered states like superconductivity or ferroelectricity can be induced by light at temperatures far above the thermodynamic transition temperature.</p>
<p>Motivated by the need to probe driven materials, he has also been a major driver in the development of ultrafast X-ray techniques since their inception in the late 1990s through their modern incarnation at X-ray Free Electron Lasers.</p>
<p>Cavalleri is a recipient of the 2004 European Young Investigator Award, the 2015 Max Born Medal, the 2015 Dannie Heineman Prize (Academy of Sciences in Goettingen), the 2018 Isakson Prize (American Physical Society) and the 2024 Europhysics Prize. He is a fellow of the APS, the AAAS, the IoP and a member of the Academia Europaea.</p></div>

		</div>
	</div>


<h2 style="color:#003366;font-weight:700;text-transform:uppercase;letter-spacing:0.6px;font-size:20px;margin:0 0 12px">
  REFERENCE<br />
</h2>



<p class="wp-block-paragraph">Zeng Z, Först M, Fechner M, Prabhakaran D, Radaelli PG, Cavalleri A. <strong>Photo-induced nonvolatile rewritable ferroaxial switching</strong>. <a href="https://www.science.org/doi/10.1126/science.adz5230">Science. 2025;390(6769):195-198</a>. doi: 10.1126/science.adz5230.</p>


<a href="https://www.science.org/doi/10.1126/science.adz5230" class="shortc-button medium blue "> Go To Science</a>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://advanceseng.com/ultrafast-circular-phonon-driven-switching-of-ferroaxial-order/">Ultrafast Circular-Phonon–Driven Switching of Ferroaxial Order</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Localized Latching in GaN Multichannel Transistors Enables Sub-60 mV/Decade Switching and Enhanced RF Linearity</title>
		<link>https://advanceseng.com/localized-latching-gan-multichannel-transistors-enables-sub-60-mv-decade-switching-enhanced-rf-linearity/</link>
		
		<dc:creator><![CDATA[410longworth]]></dc:creator>
		<pubDate>Tue, 25 Nov 2025 23:01:00 +0000</pubDate>
				<category><![CDATA[Electrical Engineering]]></category>
		<guid isPermaLink="false">https://advanceseng.com/?p=61763</guid>

					<description><![CDATA[<p>Significance  Reference Akhil S. Kumar, Stefano Dalcanale, Michael J. Uren, James W. Pomeroy, Matthew D. Smith, Justin A. Parke, Robert S. Howell, Martin Kuball. Gallium nitride multichannel devices with latch-induced sub-60-mV-per-decade subthreshold slopes for radiofrequency applications. Nature Electronics, 2025; DOI: 10.1038/s41928-025-01391-5</p>
<p>The post <a href="https://advanceseng.com/localized-latching-gan-multichannel-transistors-enables-sub-60-mv-decade-switching-enhanced-rf-linearity/">Localized Latching in GaN Multichannel Transistors Enables Sub-60 mV/Decade Switching and Enhanced RF Linearity</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fadvanceseng.com%2Flocalized-latching-gan-multichannel-transistors-enables-sub-60-mv-decade-switching-enhanced-rf-linearity%2F&amp;linkname=Localized%20Latching%20in%20GaN%20Multichannel%20Transistors%20Enables%20Sub-60%20mV%2FDecade%20Switching%20and%20Enhanced%20RF%20Linearity" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fadvanceseng.com%2Flocalized-latching-gan-multichannel-transistors-enables-sub-60-mv-decade-switching-enhanced-rf-linearity%2F&amp;linkname=Localized%20Latching%20in%20GaN%20Multichannel%20Transistors%20Enables%20Sub-60%20mV%2FDecade%20Switching%20and%20Enhanced%20RF%20Linearity" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fadvanceseng.com%2Flocalized-latching-gan-multichannel-transistors-enables-sub-60-mv-decade-switching-enhanced-rf-linearity%2F&amp;linkname=Localized%20Latching%20in%20GaN%20Multichannel%20Transistors%20Enables%20Sub-60%20mV%2FDecade%20Switching%20and%20Enhanced%20RF%20Linearity" title="LinkedIn" rel="nofollow noopener" target="_blank"></a></p><p style="text-align: justify"><span id="more-61763"></span></p>
<h3 style="text-align: justify"><span style="color: #000080"><strong>Significance </strong></span></h3>
<p style="text-align: justify"><div class="box shadow  "><div class="box-inner-block"><i class="fa tie-shortcode-boxicon"></i>
			</p>
<p style="text-align: justify">There is an increasing demand for compact, high-power, and highly linear RF transistors continues to escalate next-generation wireless communication and radar systems. Gallium nitride (GaN)-based devices, particularly high electron mobility transistors (HEMTs), have emerged as the cornerstone of this technological evolution. Their intrinsic properties—wide bandgap, high breakdown voltage, and superior electron transport—make them uniquely suited to endure the harsh electrical stresses imposed by high-frequency and high-power environments. Yet, even with these advantages, there remain fundamental obstacles that constrain the full exploitation of GaN in advanced RF circuitry. Chief among these is the need to enhance power density without compromising linearity or reliability, a balancing act that has proven difficult as devices are pushed closer to their material limits. One promising route to resolving this impasse lies in the use of multichannel architectures. Among these, the superlattice castellated field-effect transistor (SLCFET) stands out. Unlike traditional single-channel GaN HEMTs, the SLCFET incorporates vertically stacked two-dimensional electron gas (2DEG) channels formed via an AlGaN/GaN superlattice structure. This enables a dramatic increase in charge carrier availability without enlarging the device footprint. By combining this dense channel configuration with a three-dimensional fin geometry and wrap-around gate control, SLCFETs offer a compelling path toward ultra-compact, high-power RF transistors. However, the complexity of this structure introduces new variables—particularly fabrication-induced variation in fin dimensions—that can influence device behavior in subtle but significant ways.</p>
<p style="text-align: justify">New research paper published in <em>Nature Electronics</em> and led by Professor Martin Kuball from the University of Bristol and conducted by Dr. Akhil Kumar, Stefano Dalcanale, Michael Uren, James Pomeroy, Dr. Matthew  Smith alongside Justin Parke and Robert Howell from the Northrop Grumman Mission Systems in the United States, the researchers developed a multichannel GaN SLCFET that exhibits a latch-induced subthreshold slope below the 60 mV/decade Boltzmann limit. They demonstrated that localized impact ionization in the widest fins initiates reversible latching, leading to enhanced transconductance linearity without degrading device reliability. This architecture leverages naturally occurring fin-width variations to improve RF performance, offering a novel, scalable approach for high-power applications.</p>
<p style="text-align: justify">The researchers began by fabricating multifinger SLCFETs incorporating ten stacked AlGaN/GaN superlattice periods, each forming a distinct 2DEG channel. These channels were electrostatically modulated through conformally coated SiN dielectric and wrap-around gate metals on densely packed nanoscale fins. Through initial current–voltage (I–V) sweeps, they observed a peculiar two-phase subthreshold behavior—one segment with a gradual 80 mV/decade slope and another where the current surged abruptly with a slope well below the thermionic limit. Notably, transconductance (gm) plots revealed multiple shoulders, which hinted at nonuniform channel activation that could not be explained by standard GaN HEMT physics.</p>
<p style="text-align: justify">To trace the origin of these irregularities, the team utilized scanning electron microscopy (SEM) and found significant variation in fin widths across the device, a byproduct of fabrication processes. They then turned to 3D simulations using Silvaco Atlas to model how fin-width dispersion impacts device performance. Simulating fins with a ±20% width deviation around the mean, they reproduced the same subthreshold gm shoulders observed experimentally. This confirmed that wider fins, due to their more negative threshold voltages, entered conduction earlier, effectively initiating a cascade of channel activation at distinct gate voltages. However, the most intriguing discovery came when they performed electroluminescence (EL) microscopy during subthreshold I–V sweeps at high drain bias. As the gate voltage was stepped gradually from −12 V to −10.5 V, faint but highly localized EL spots emerged, aligned with abrupt increases in drain current. These hot spots—originating near the gate-drain edge—provided direct visual evidence of impact ionization occurring in individual fins. Crucially, as the sweep continued, additional EL spots appeared, suggesting that more fins were sequentially entering a latched, high-conduction state. Afteerward, the team conducted repeated bidirectional gate sweeps under high-field conditions. The result was both surprising and reassuring: the sharp switching behavior remained stable over 90 minutes with no signs of degradation. Gate current profiles further supported a recoverable process, showing a bell-shaped peak consistent with hole generation and subsequent release. Simulated band diagrams reinforced the hypothesis that holes temporarily accumulated at a barrier formed between GaN and residual native oxides at the fin-dielectric interface, altering the local threshold voltage. The authors compared transconductance before and after latching and demonstrated a broadened gm profile and a marked reduction in second-order nonlinearity (g″m). These outcomes strongly indicated that the latching effect, rather than undermining performance, actually enhanced the device’s RF linearity—a rare instance where a seemingly erratic behavior turned out to be a hidden asset.</p>
<p style="text-align: justify">In conclusion, Professor Martin Kuball and colleagues successfully revealed that under controlled conditions, it could produce ultrasteep subthreshold slopes and improve linearity in high-frequency applications. This challenges prevailing assumptions in device engineering, particularly for GaN, where the high bandgap has long been thought to preclude such behavior without structural degradation or reliability risks. Indeed, the discovery that a single wide fin—formed unintentionally during standard lithography—can initiate reversible latching through localized impact ionization represents a turning point. It underscores the importance of embracing rather than eliminating geometrical nonuniformities, provided their influence can be accurately understood and modeled. This paradigm shift could open new pathways for device tuning by harnessing naturally occurring variability, rather than expending resources to eliminate it entirely. From a practical standpoint, the study carries direct implications for next-generation RF amplifier design. The demonstrated reduction in second-order transconductance nonlinearity (g″m) confirms that latching contributes to a broader, flatter gm profile—a key requirement for signal linearity and spectral purity in communication systems. This gain in linearity, coupled with the absence of permanent degradation under prolonged high-field operation, makes SLCFETs a compelling platform for both military and commercial RF electronics. Moreover, the methodical combination of electroluminescent imaging, device modeling, and thermal analysis provided a blueprint for characterizing emerging effects in complex transistor structures. The ability to visualize and attribute localized emission to specific physical features—down to individual fins—adds a layer of diagnostic precision rarely seen in wide bandgap device research. This opens up possibilities for finer-grained control over switching dynamics in multichannel designs, particularly in environments where heat dissipation and voltage stress are limiting factors. Perhaps most critically, this study suggests that steep-slope switching in GaN need not rely on exotic materials or negative capacitance schemes. It can instead arise naturally from internal carrier dynamics when certain physical thresholds are crossed. That this transition is both recoverable and non-destructive makes it even more valuable. In doing so, the work not only advances the frontier of GaN transistor physics but also offers a realistic and manufacturable path to enhancing RF performance without compromising device longevity.</p>
<p style="text-align: justify"><span style="color: initial;font-size: revert">
			</div></div></span></p>
<p><figure id="attachment_61766" aria-describedby="caption-attachment-61766" style="width: 550px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="wp-image-61766 size-full" title="Localized Latching in GaN Multichannel Transistors Enables Sub-60 mV/Decade Switching and Enhanced RF Linearity - Advances in Engineering" src="https://advanceseng.com/wp-content/uploads/2025/07/image005-3.jpg" alt="Localized Latching in GaN Multichannel Transistors Enables Sub-60 mV/Decade Switching and Enhanced RF Linearity - Advances in Engineering" width="550" height="451" srcset="https://advanceseng.com/wp-content/uploads/2025/07/image005-3.jpg 550w, https://advanceseng.com/wp-content/uploads/2025/07/image005-3-300x246.jpg 300w" sizes="auto, (max-width: 550px) 100vw, 550px" /><figcaption id="caption-attachment-61766" class="wp-caption-text">FIGURE LEGEND: Schematics of a portion of a SLCFET having multiple (1,000s) of fins along with the cross-section of a single fin with its multiple conducting channels. Image credit: Nature Electronics, 2025; DOI: 10.1038/s41928-025-01391-5</figcaption></figure></p>
<p style="text-align: justify">
	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2025/07/image001-13.jpg" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			</p>
<p style="text-align: justify"><strong>Robert S. Howell</strong></p>
<p style="text-align: justify">Sector Architect &#8211; Northrop Grumman Corporation</p>
<p style="text-align: justify">Robert S. Howell (received the B.S. degree in engineering (with distinction) and the B.A. degree in history (with distinction) from Swarthmore College, Swarthmore, PA, in 1995, and the Ph.D. degree in electrical engineering from Lehigh University, Bethlehem, PA, in 2000, developing polysilicon thin-film transistors and associated display technologies, including the first polysilicon circuitry fabricated on flexible metal foils.,Since completing his studies, he has been with Northrop Grumman Corporation, Linthicum, MD, within the Electronic Systems Sector, where he has worked on a variety of high-power and/or high-frequency device and system development projects. These include works on SiC SITs and the 10-kV SiC DMOSFET, as well as GaN HEMTs and a variety of novel 3-D silicon device structures. He is currently a Fellow Engineer with Northrop Grumman Corporation. He is a holder of two patents and has over 30 publications in various refereed journals and conference proceedings.</p>
<p style="text-align: justify">
		</div>
	</div></p>
<p style="text-align: justify">
	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2025/07/image003-9.jpg" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			</p>
<p style="text-align: justify"><strong><a href="https://research-information.bris.ac.uk/en/persons/martin-h-h-kuball" target="_blank" rel="noopener">Professor Martin H H Kuball</a></strong></p>
<p style="text-align: justify">University of Bristol</p>
<p style="text-align: justify"><strong>Research interests</strong></p>
<p style="text-align: justify">I am Royal Academy of Engineering Chair in Emerging Technologies, Fellow of the Institute of Electrical and Electronics Engineers (IEEE), Materials Research Society (MRS), Society of Photo-Optical Instrumentation Engineers (SPIE), IET (Institute of Engineering and Technology) and IoP (Institute of Physics), and Royal Society Merit Award Holder.</p>
<p style="text-align: justify">I am leading the Center for Device Thermography and Reliability (CDTR), a research centre focusing on improving the thermal management, electrical performance and reliability of novel devices, circuits and packaging. Since 2001 we have been developing and applying new techniques for temperature, thermal conductivity, electrical conductivity and traps analysis, especially for microwave and power electronic semiconductor devices, made of wide and ultra-wide bandgap materials, such as GaN, Ga2O3, SiC and diamond. We pioneered numerous experimental techniques which are now widely used in acadamia and industry, including Raman thermography (used for high spatial resoltution measurement of semiconductor device temperature), substrate backbiasing (for power electronic device development), and many more, and develop new microwave and power device concepts and their implentation. Our team of about 20 international researchers and PhD students works with industry and academia from across the globe to develop the next generation of technology for communications, microwave and power electronics to enable the low carbon economy.</p>
<p style="text-align: justify">I am leading numerous large research programmes, the EPSRC Programme Grant GaN-DaME and Platform Grant MANGI to develop and implement new GaN-on-Diamond device technology; my group is also part of the US Department of Energy (DOE) funded Energy Frontier Research Center (EFRC) ULTRA developing new ultra-wide bandgap semiconductor materials and devices for smart grid applications. We are furthermore in process setting up the first UK site for Ga2O3 material growth for &gt;2kV power device technology.</p>
<p style="text-align: justify">
		</div>
	</div></p>
<h3 style="text-align: justify"><strong style="color: #000080">Reference</strong></h3>
<p style="text-align: justify">Akhil S. Kumar, Stefano Dalcanale, Michael J. Uren, James W. Pomeroy, Matthew D. Smith, Justin A. Parke, Robert S. Howell, Martin Kuball. <strong>Gallium nitride multichannel devices with latch-induced sub-60-mV-per-decade subthreshold slopes for radiofrequency applications</strong>. <em>Nature Electronics</em>, 2025; DOI: <a href="http://dx.doi.org/10.1038/s41928-025-01391-5" target="_blank" rel="noopener">10.1038/s41928-025-01391-5</a></p>
<p style="text-align: justify"><a href="http://dx.doi.org/10.1038/s41928-025-01391-5" class="shortc-button medium blue ">Go to Nature Electronics</a></p>
<p>The post <a href="https://advanceseng.com/localized-latching-gan-multichannel-transistors-enables-sub-60-mv-decade-switching-enhanced-rf-linearity/">Localized Latching in GaN Multichannel Transistors Enables Sub-60 mV/Decade Switching and Enhanced RF Linearity</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Multi-channel chaotic frequency-comb architecture for high-speed correlated random bit generation</title>
		<link>https://advanceseng.com/multi-channel-chaotic-frequency-comb-architecture-for-high-speed-correlated-random-bit-generation/</link>
		
		<dc:creator><![CDATA[410longworth]]></dc:creator>
		<pubDate>Tue, 25 Nov 2025 03:52:00 +0000</pubDate>
				<category><![CDATA[Electrical Engineering]]></category>
		<guid isPermaLink="false">https://advanceseng.com/?p=62391</guid>

					<description><![CDATA[<p>Significance REFERENCE Yuehua An, Jiangwei Liu, Ziyang Ma, Zhitao Deng, and Zhensen Gao &#8220;Private correlated random bit generation based on multi-channel wideband chaos generation using optical frequency comb generation and parallel filtering,&#8221; Optical Engineering 64(7), 078103 ( 2025). </p>
<p>The post <a href="https://advanceseng.com/multi-channel-chaotic-frequency-comb-architecture-for-high-speed-correlated-random-bit-generation/">Multi-channel chaotic frequency-comb architecture for high-speed correlated random bit generation</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fadvanceseng.com%2Fmulti-channel-chaotic-frequency-comb-architecture-for-high-speed-correlated-random-bit-generation%2F&amp;linkname=Multi-channel%20chaotic%20frequency-comb%20architecture%20for%20high-speed%20correlated%20random%20bit%20generation" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fadvanceseng.com%2Fmulti-channel-chaotic-frequency-comb-architecture-for-high-speed-correlated-random-bit-generation%2F&amp;linkname=Multi-channel%20chaotic%20frequency-comb%20architecture%20for%20high-speed%20correlated%20random%20bit%20generation" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fadvanceseng.com%2Fmulti-channel-chaotic-frequency-comb-architecture-for-high-speed-correlated-random-bit-generation%2F&amp;linkname=Multi-channel%20chaotic%20frequency-comb%20architecture%20for%20high-speed%20correlated%20random%20bit%20generation" title="LinkedIn" rel="nofollow noopener" target="_blank"></a></p><h2 style="color:#003366;font-weight:700;text-transform:uppercase;letter-spacing:0.6px;font-size:20px;margin:0 0 12px">
  Significance<br />
</h2>


<div class="box shadow  "><div class="box-inner-block"><i class="fa tie-shortcode-boxicon"></i>
			   </p>
<div style="text-align: justify">The search for absolute security in optical communication has increasingly turned to the physics of chaos. While cryptographic algorithms can be computationally robust, their long-term safety still depends on mathematical hardness assumptions, which quantum computation threatens to erode. Physical entropy sources—especially those arising from semiconductor-laser chaos offer an entirely different path: one grounded in nature’s intrinsic unpredictability. Among these, correlated random bit generation (CRBG) has drawn particular attention, as it allows two distant users to share identical random sequences that no third party can predict. However, the practical realization of private, high-speed CRBG remains difficult. The major obstacles lie in maintaining synchronization of chaotic oscillations between remote lasers while achieving wide spectral bandwidth and low inter-channel correlation. Semiconductor lasers, though convenient and fast, exhibit relaxation-oscillation behavior that concentrates power unevenly across the spectrum, restricting usable entropy and thus the achievable bit rate. Even when synchronization is reached, dispersion and nonlinear effects during fiber transmission degrade correlation quality, eroding both randomness and privacy.<br />
To this account new research paper published in Optical Engineering and conducted by Dr. Yuehua An, Dr. Jiangwei Liu from the Guangdong Polytechnic Normal University and Dr. Ziyang Ma, Dr. Zhitao Deng, and led by Professor Zhensen Gao from the Guangdong University of Technology, researchers developed two integrated models: one for chaos synchronization between distributed-feedback lasers under common chaotic injection, and another for multi-channel entropy extraction via optical-frequency-comb generation with parallel filtering.    The idea emerged from a long-standing limitation in single-channel chaotic systems—each additional gigabit per second of random output required more drive current and bandwidth, pushing the system toward instability. By using the inherent multi-line structure of an optical comb as simultaneous carriers of chaotic light, the researchers aimed to multiply the entropy channels without increasing per-laser complexity. In this framework, synchronization occurs not between a pair of narrowband oscillators but across a structured set of wavelength-separated subcarriers derived from a common comb. This parallelism promises both higher aggregate bit rates and improved resilience to external disturbances. The team further introduced delay-controlled beat-frequency processing to suppress residual correlations and enrich the spectral entropy. Their overarching goal was to demonstrate, at least in simulation, a scalable route toward multi-gigabit correlated randomness generation that would meet National Institute of Standards and Technology (NIST) randomness criteria. Such a system, if realized with commercial components, could underpin future optical key-distribution networks that operate entirely within classical channels yet approach the secrecy performance of quantum systems. The work therefore sits at the intersection of secure communications, nonlinear photonics, and chaos theory—fields that have long evolved separately but converge here in the shared pursuit of unbreakable randomness.<br />
 The team constructed a numerical model that mirrors a realistic fiber-optic setup connecting two legitimate users—Alice and Bob—each equipped with a closed-loop distributed-feedback (DFB) laser. A master semiconductor laser, subjected to mirror-based delayed optical feedback, acted as the chaotic driving source. Its output was split and transmitted over a 20-km single-mode fiber plus a 1-km dispersion-compensated segment to each user. By injecting this common chaotic signal into the remote DFBs, the researchers induced closed-loop chaos synchronization while ensuring that the public driving field revealed no recoverable information about the private outputs. The correlation between the drive and any individual DFB signal fell to 0.47, whereas the mutual correlation between Alice and Bob reached 0.99—a near-perfect alignment that confirmed secure synchronization.</p>
<p>Building on this foundation, the optical-frequency-comb generator was realized through a dual-drive Mach–Zehnder modulator (DD-MZM) driven by a 25 GHz radio-frequency signal. By tuning the phase shift and modulation depth between its two arms, the modulator produced a flat chaotic comb comprising nine equally spaced subcarriers across a ≈ 200 GHz optical bandwidth. Arrayed-waveguide gratings (AWGs) subsequently separated these subcarriers, each carrying a distinct chaotic waveform. Additionally, the authors introduced delay-dependent beat-frequency mixing, offset by 3.5 ns increments between neighboring wavelengths to weaken correlations among adjacent channels. This procedure generated eight quasi-independent chaotic outputs and showed enhanced spectral width and diminished mutual correlation. When the processed signals from Alice and Bob were mapped one-to-one, only matched channels retained high synchronization; unmatched pairs displayed no recognizable correlation, and confirmed secure channel multiplexing. The team also conducted stability tests and showed it simulated practical imperfections such as bias-voltage drift and radio-frequency delay mismatch. Even with ±0.9 V bias variation or 15 ps RF delay offset, the synchronization coefficient remained above 0.9, underscoring the robustness of the approach. Each chaotic channel was sampled at 2 GSa/s and quantized into binary form via a single-bit analog-to-digital converter using the median amplitude as threshold to balance zero-and-one probabilities. After a delayed XOR operation, eight correlated random sequences were merged through parallel-to-serial conversion, achieving an aggregate bit-generation rate of 16 Gb/s after 42 km of simulated transmission. All resultant sequences passed the 15 tests of the NIST SP 800-22 suite with p-values ≫ 0.0001, which confirmed statistical randomness and validating the physical entropy of the scheme.</p>
<p>In conclusion, Professor Zhensen Gao and colleagues designed models that can enable simultaneous production of multiple low-correlated chaotic subcarriers and their conversion into synchronized random bit streams. The novel approach achieved 16 Gb/s aggregate bit generation while satisfying NIST randomness standards, all using commercially viable photonic components. It indeed represents a scalable, classical route to secure key distribution through deterministic chaos.  Actually, the architecture elegantly circumvents the spectral limitations of single-laser chaos by dividing entropy across parallel wavelength channels, each independently randomized and mutually synchronized through a common driving field. Such an approach redefines how secure keys may be distributed: rather than relying on probabilistic photon detection or quantum entanglement, it exploits deterministic chaos to produce statistically indistinguishable bit streams at remote nodes. The experimental verification of low cross-correlation and high NIST scores underscores both its physical unpredictability and computational irreversibility. From an engineering standpoint, the new work reveals a pathway toward terabit-class secure links simply by scaling the number of subcarriers and increasing sampling bandwidth. The demonstrated 16 Gb/s aggregate rate represents only a proof-of-concept; with modern electro-optic modulators exceeding 40 GHz and digital electronics capable of multi-gigabit analog-to-digital conversion, the potential throughput is orders of magnitude higher. Moreover, the robustness tests indicate that modest hardware imperfections—inevitable in field conditions—do not significantly compromise synchronization, an essential property for real-world deployment. In practice, such correlated entropy sources could serve as drop-in modules for optical-layer encryption, time-division multiplexed secure routing, or even hybrid classical–quantum communication systems where physical randomness complements quantum key distribution. Beyond security, the technique offers broader utility in random modulation for imaging, stochastic computing, and physical unclonable function generation.<br />
Furthermore, Gao and colleagues successfully bridge two previously separate paradigms: chaos synchronization and frequency-comb engineering. The union of these disciplines yields an entropy architecture that is both spectrally rich and experimentally accessible. In the long term, integrating such chaotic comb generators on photonic chips could lead to compact, self-synchronizing encryption transceivers capable of operating at network backbone speeds. The study thus reframes the narrative of secure optics, showing that unpredictability need not be exotic or costly—it can emerge from the disciplined orchestration of classical nonlinear dynamics. Their findings mark a meaningful step toward the physical realization of private, high-rate correlated randomness that could underpin the next generation of secure optical networks.</p></div>
<p>  
			</div></div>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="2560" height="1300" src="https://advanceseng.com/wp-content/uploads/2025/11/unnamed-scaled.png" alt="" class="wp-image-62392" srcset="https://advanceseng.com/wp-content/uploads/2025/11/unnamed-scaled.png 2560w, https://advanceseng.com/wp-content/uploads/2025/11/unnamed-scaled-800x406.png 800w, https://advanceseng.com/wp-content/uploads/2025/11/unnamed-300x152.png 300w, https://advanceseng.com/wp-content/uploads/2025/11/unnamed-1024x520.png 1024w, https://advanceseng.com/wp-content/uploads/2025/11/unnamed-768x390.png 768w, https://advanceseng.com/wp-content/uploads/2025/11/unnamed-1536x780.png 1536w, https://advanceseng.com/wp-content/uploads/2025/11/unnamed-2048x1040.png 2048w" sizes="auto, (max-width: 2560px) 100vw, 2560px" /></figure>



	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2025/11/1763388822_59166_50004_1054417881_2FD06CE9@4BEF1D7C.962D1B6900000000.png" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			 Zhensen Gao is currently a Professor at the School of Information Engineering, Guangdong University of Technology, P.R. China. He received his Bachelor’s degree in Optical Information Science and Technology, and MSc in Optics from Harbin Institute of Technology in 2006 and 2008, respectively. He obtained his Ph.D. degree from Heriot-Watt University in Edinburgh, UK in 2011. He was previously affiliated with Nokia Bell Labs as a Research Scientist, where he was responsible for next generation optical access network research in the Fixed Access Network Team. His current research interests include secure optical communication, high speed optical transmission, laser chaos, and optical signal processing. He has published more than 100 peer-reviewed articles in international optics journals and conferences. Prof. Gao holds more than 40 inventions including 4 US issued patents. He serves as an editorial board member of the American Journal of Optics and Photonics, and is also a regular reviewer for various IEEE/OPTICA journals. </p>
<p>Group website: https://yzw.gdut.edu.cn/info/1079/2186.htm
</p></div>

		</div>
	</div>


<h2 style="color:#003366;font-weight:700;text-transform:uppercase;letter-spacing:0.6px;font-size:20px;margin:0 0 12px">
  REFERENCE<br />
</h2>



<p class="wp-block-paragraph">Yuehua An, Jiangwei Liu, Ziyang Ma, Zhitao Deng, and Zhensen Gao &#8220;<strong>Private correlated random bit generation based on multi-channel wideband chaos generation using optical frequency comb generation and parallel filtering</strong>,&#8221; <a href="https://www.spiedigitallibrary.org/journals/optical-engineering/volume-64/issue-7/078103/Private-correlated-random-bit-generation-based-on-multi-channel-wideband/10.1117/1.OE.64.7.078103.short"><em>Optical Engineering</em> 64(7), 078103 ( 2025)</a>. </p>


<a href="https://doi.org/10.1117/1.OE.64.7.078103" class="shortc-button medium blue ">Optical Engineering  </a>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://advanceseng.com/multi-channel-chaotic-frequency-comb-architecture-for-high-speed-correlated-random-bit-generation/">Multi-channel chaotic frequency-comb architecture for high-speed correlated random bit generation</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Active Frequency Compensation for Dual-Pulse Phase-OTDR Fiber Sensors Enhances Stability and Signal Fidelity</title>
		<link>https://advanceseng.com/active-frequency-compensation-for-dual-pulse-phase-otdr-fiber-sensors-enhances-stability-and-signal-fidelity/</link>
		
		<dc:creator><![CDATA[410longworth]]></dc:creator>
		<pubDate>Tue, 25 Nov 2025 03:51:13 +0000</pubDate>
				<category><![CDATA[Electrical Engineering]]></category>
		<guid isPermaLink="false">https://advanceseng.com/?p=62377</guid>

					<description><![CDATA[<p>Significance Figure 1 (a) Schematic diagram of stabilizing the Imbalanced Mach-Zehnder Interferometer through active laser frequency control (b) dual-pulse resulted interference within the sensing fiber (c) flow chart of the dual-pulse ϕ-OTDR with(right) and without (left) feedback control REFERENCE Jiang Y, He W, Shen Y. Dual-pulse phase-OTDR-based distributed optic-fiber acoustic sensor with active laser frequency &#8230;</p>
<p>The post <a href="https://advanceseng.com/active-frequency-compensation-for-dual-pulse-phase-otdr-fiber-sensors-enhances-stability-and-signal-fidelity/">Active Frequency Compensation for Dual-Pulse Phase-OTDR Fiber Sensors Enhances Stability and Signal Fidelity</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fadvanceseng.com%2Factive-frequency-compensation-for-dual-pulse-phase-otdr-fiber-sensors-enhances-stability-and-signal-fidelity%2F&amp;linkname=Active%20Frequency%20Compensation%20for%20Dual-Pulse%20Phase-OTDR%20Fiber%20Sensors%20Enhances%20Stability%20and%20Signal%20Fidelity" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fadvanceseng.com%2Factive-frequency-compensation-for-dual-pulse-phase-otdr-fiber-sensors-enhances-stability-and-signal-fidelity%2F&amp;linkname=Active%20Frequency%20Compensation%20for%20Dual-Pulse%20Phase-OTDR%20Fiber%20Sensors%20Enhances%20Stability%20and%20Signal%20Fidelity" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fadvanceseng.com%2Factive-frequency-compensation-for-dual-pulse-phase-otdr-fiber-sensors-enhances-stability-and-signal-fidelity%2F&amp;linkname=Active%20Frequency%20Compensation%20for%20Dual-Pulse%20Phase-OTDR%20Fiber%20Sensors%20Enhances%20Stability%20and%20Signal%20Fidelity" title="LinkedIn" rel="nofollow noopener" target="_blank"></a></p><h2 style="color:#003366;font-weight:700;text-transform:uppercase;letter-spacing:0.6px;font-size:20px;margin:0 0 12px">
  Significance<br />
</h2>


<div class="box shadow  "><div class="box-inner-block"><i class="fa tie-shortcode-boxicon"></i>
			   </p>
<div style="text-align: justify">Distributed optical fiber sensors have, in recent years, become a cornerstone in remote and high-resolution monitoring of environmental disturbances across long distances. Among these, phase-sensitive optical time-domain reflectometry (ϕ-OTDR) represents one of the most versatile techniques, capable of translating minute Rayleigh backscattering variations into quantitative strain and vibration signals. However, the increasing sophistication of modern sensing demands—from geophysical surveillance to civil-structure integrity and submarine acoustics—has exposed intrinsic stability limits of conventional ϕ-OTDR systems. The accuracy of phase retrieval hinges upon the dual-pulse coherence, however, this very coherence is easily undermined by environmental perturbations, mechanical jitter in interferometric arms, and laser frequency drift. Even lasers with sub-kilohertz linewidths exhibit long-term frequency wander on the order of tens of megahertz, a magnitude that silently corrupts phase integrity and signal fidelity. Early efforts to mitigate these effects approached the problem indirectly: either stabilizing the laser or minimizing the path-length variation of the Mach–Zehnder interferometer that generates the pulse pair. These independent stabilizations, however, demanded circuitry, frequency discriminators prone to their own phase noise, and elaborate feedback algorithms. Moreover, many of the previously reported methods focused on ultra-low-frequency regimes, where the vibration spectrum lies below 1 Hz, leaving higher-frequency acoustic applications underserved. What remained absent from the literature was a unified strategy that could jointly suppress both interferometer-induced jitter and laser drift, without inflating the system’s complexity or cost.</p>
<p>To this account, new research paper published in Optics Letters and conducted by Dr. Yiluo Jiang and Professor Yonghang Shen from the College of Optical Science and Engineering at Zhejiang University, alongside Dr. Wenping He from the SoundFiber Photonics Inc., the researchers developed a dual-pulse phase-OTDR fiber sensor integrated with an active laser-frequency compensation loop. By using the interferometric output of an in-balanced Mach–Zehnder interferometer as a feedback signal, the system directly stabilized the combined parameter f(t) • tp, compensating simultaneously for laser drift and arm-length jitter. The authors’ experimental configuration focused on an IMZI-based dual-pulse ϕ-OTDR, fed by a single-frequency semiconductor laser operating near 1550 nm with a narrow 3 kHz linewidth. They first gated continuous-wave output by an acousto-optic modulator to form single pulses and then divided within the interferometer into dual pulses separated by a 20 m optical path difference. These pulses, amplified by an erbium-doped fiber amplifier, were launched into a 967 m G.652 telecommunications fiber acting as the sensing medium. A 37.5 m segment located 545 m from the input end was wound on a piezoelectric transducer (PZT), which introduced controlled vibrations driven by an arbitrary waveform generator. To realize active compensation, a fraction of the laser light was sent backward through the IMZI. The returning interferometric intensity, captured by a photodetector, served as a live indicator of any fluctuation in the composite term f(t) • tp. Deviations from a predefined reference value were processed through a custom feedback circuit that modulated the laser injection current, thereby tuning its frequency with a sensitivity of 80 MHz per volt. This simple optical-electronic loop simultaneously countered frequency drift and arm-length jitter. When operated without compensation, the authors observed interferometric signal displayed slow drift and large intensity oscillations—up to 1.6 V over 8.5 s—revealing pronounced instability. Upon activating the feedback, the same signal remained nearly constant, with instantaneous noise falling from 20 mV to 8 mV, corresponding to a 60 % reduction in short-term fluctuation. The improvement propagated directly into the distributed sensing response. Rayleigh-backscattered flow maps recorded under 200 Hz sinusoidal and triangular excitations revealed that, in the uncompensated mode, vibration edges appeared blurred and distorted, whereas under frequency control the features sharpened and waveform shapes were faithfully preserved. Moreover, the recovered time-domain traces left little doubt about the system’s improvement. Whether the piezoelectric transducer applied a sinusoidal or triangular vibration, the actively compensated sensor reproduced the driving waveform with striking accuracy—its peaks, troughs, and transitions clearly preserved. Quantitatively, the residual noise dropped by about half for the sinusoid and by roughly forty percent for the triangular input. These observations were not incidental; they followed closely the expectations from the phase-stability model, confirming that the feedback loop successfully maintained the constancy of f(t) • tp. The gain extended beyond cleaner traces: the signal-to-noise ratio nearly doubled, an outcome that hints at partial suppression of intrinsic laser phase noise in addition to mechanical jitter. What emerged was a sensor that seemed to regulate its own coherence—a distributed acoustic system that stayed steady for long measurements while relying on relatively simple optical and electronic components.</p>
<p>In conclusion, the innovation of Professor Yonghang Shen and colleagues yielded substantial reductions in noise and waveform distortion, effectively doubling the sensor’s signal-to-noise ratio. The approach establishes a compact, self-stabilizing architecture for high-fidelity distributed acoustic sensing. Indeed, their idea of letting the Mach–Zehnder interferometer monitor and correct its own frequency drift turns a once troublesome element into a built-in reference. This approach moves away from the heavy machinery of temperature-controlled modules and external frequency discriminators. Instead, stability is woven into the sensor’s optical fabric itself—the network becomes the instrument’s own reference frame. Such elegance, achieved through feedback rather than added complexity, points toward a new generation of self-aware, resilient fiber-optic sensing systems. Additionally, the demonstrated 60 % reduction in short-term noise and 50 % suppression of waveform distortion indicate that phase fluctuations from both mechanical and electronic origins can be concurrently neutralized. The implications extend beyond laboratory validation. In field applications such as perimeter monitoring, underwater acoustic mapping, and seismic event detection—where environmental noise and temperature gradients continuously challenge coherence—this approach promises sustained high-fidelity signal recovery without the overhead of complex calibration. The method effectively broadens the usable dynamic range of dual-pulse ϕ-OTDR, allowing it to capture both low-frequency drift and rapid high-frequency vibrations with equal reliability. Moreover, the design achieves these gains through minimal modification of standard components: an optical coupler, a photodiode, and a simple analog feedback circuit. Such accessibility lowers barriers to integration into existing sensor infrastructures. The principle can, in principle, be generalized to other interferometric or frequency-sensitive platforms—Brillouin and Raman distributed sensors, coherent optical communications, or even frequency-modulated continuous-wave LIDAR—where joint control of frequency and timing is essential. By demonstrating that a simple feedback path can achieve precision comparable to sophisticated electronic controllers, the study underscores an elegant principle: in optics, stability can be engineered not by isolation from noise but by active engagement with it. In a nutshell, the new findings in the study thus open a route toward next-generation distributed acoustic sensors that are lighter, smarter, and inherently more resilient to the fluctuations that once constrained their reach.</p></div>
<p>  
			</div></div>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="854" height="792" src="https://advanceseng.com/wp-content/uploads/2025/11/AIE.png" alt="" class="wp-image-62378" srcset="https://advanceseng.com/wp-content/uploads/2025/11/AIE.png 854w, https://advanceseng.com/wp-content/uploads/2025/11/AIE-800x742.png 800w, https://advanceseng.com/wp-content/uploads/2025/11/AIE-300x278.png 300w, https://advanceseng.com/wp-content/uploads/2025/11/AIE-768x712.png 768w" sizes="auto, (max-width: 854px) 100vw, 854px" /></figure>



<p class="wp-block-paragraph">Figure 1 (a) Schematic diagram of stabilizing the Imbalanced Mach-Zehnder Interferometer through active laser frequency control (b) dual-pulse resulted interference within the sensing fiber (c) flow chart of the dual-pulse ϕ-OTDR with(right) and without (left) feedback control</p>



	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2025/11/fg.jpg" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			Yiluo Jiang, born in 1998, is pursuing her PhD degree in Optical Engineering, Zhejiang University where she got her BS in 2020. Her main scientific interest is on the novel fiber sensors and coherent detection systems.</p></div>

		</div>
	</div>

	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2025/11/fgh.jpg" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			Wenping He, born in 1981, got his BS in Applied Physics in 2004 and MS in Physics in 2007, both from Xi&#8217;an Jiaotong University. He has successively worked in Wuhan Accelink Technologies Co., Ltd., O-Net Technologies Co., Ltd.，Hangzhou LaserSpectrum Photonics Inc. He is currently the Vice General Manager and chief scientist of SoundFiber Photonics Inc., Hangzhou. He has long-term R&amp;D experience of fiber amplifiers and fiber lasers. He is currently focusing on the R&amp;D and application of high-precision 3D imaging lidar and high-performance distributed fiber sensors.</p></div>

		</div>
	</div>

	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2025/11/fghj.jpg " alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			Yonghang Shen, born in 1965, got his BS and MS in Optical Engineering in 1984 and 1987 respectively from Zhejiang University, and worked at Zhejiang University since 1987. He got his first PhD in Material Science and Engineering from Zhejiang University in 1999 and second Ph.D in Electrical Engineering from City University, London in 2005. He has been a full professor in Zhejiang University since 1999. His main scientific interest is on the fiber sensor and laser technology. He has author or co-authored over 100 peer-reviewed articles. </p></div>

		</div>
	</div>


<h2 style="color:#003366;font-weight:700;text-transform:uppercase;letter-spacing:0.6px;font-size:20px;margin:0 0 12px">
  REFERENCE<br />
</h2>



<p class="wp-block-paragraph">Jiang Y, He W, Shen Y. <strong>Dual-pulse phase-OTDR-based distributed optic-fiber acoustic sensor with active laser frequency compensation</strong>. <a href="https://opg.optica.org/ol/abstract.cfm?uri=ol-50-11-3493">Opt Lett. 2025;50(11):3493-3496. doi: 10.1364/OL.560600.&nbsp;</a></p>


<a href="https://doi.org/10.1364/OL.560600" class="shortc-button medium blue ">Opt Lett. </a>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://advanceseng.com/active-frequency-compensation-for-dual-pulse-phase-otdr-fiber-sensors-enhances-stability-and-signal-fidelity/">Active Frequency Compensation for Dual-Pulse Phase-OTDR Fiber Sensors Enhances Stability and Signal Fidelity</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Chirped Highly Localized Fiber Bragg Gratings for Ultra-Broadband Optical Rejection</title>
		<link>https://advanceseng.com/chirped-highly-localized-fiber-bragg-gratings-for-ultra-broadband-optical-rejection/</link>
		
		<dc:creator><![CDATA[410longworth]]></dc:creator>
		<pubDate>Mon, 24 Nov 2025 04:51:43 +0000</pubDate>
				<category><![CDATA[Electrical Engineering]]></category>
		<guid isPermaLink="false">https://advanceseng.com/?p=62542</guid>

					<description><![CDATA[<p>Significance REFERENCE Fan Y, Bao W, Guan J, Liao C, Wang Y. Ultra-broadband fiber filter based on chirped highly localized fiber Bragg gratings. Opt Express. 2025;33(14):29678-29688. doi: 10.1364/OE.563363.&#160;</p>
<p>The post <a href="https://advanceseng.com/chirped-highly-localized-fiber-bragg-gratings-for-ultra-broadband-optical-rejection/">Chirped Highly Localized Fiber Bragg Gratings for Ultra-Broadband Optical Rejection</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fadvanceseng.com%2Fchirped-highly-localized-fiber-bragg-gratings-for-ultra-broadband-optical-rejection%2F&amp;linkname=Chirped%20Highly%20Localized%20Fiber%20Bragg%20Gratings%20for%20Ultra-Broadband%20Optical%20Rejection" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fadvanceseng.com%2Fchirped-highly-localized-fiber-bragg-gratings-for-ultra-broadband-optical-rejection%2F&amp;linkname=Chirped%20Highly%20Localized%20Fiber%20Bragg%20Gratings%20for%20Ultra-Broadband%20Optical%20Rejection" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fadvanceseng.com%2Fchirped-highly-localized-fiber-bragg-gratings-for-ultra-broadband-optical-rejection%2F&amp;linkname=Chirped%20Highly%20Localized%20Fiber%20Bragg%20Gratings%20for%20Ultra-Broadband%20Optical%20Rejection" title="LinkedIn" rel="nofollow noopener" target="_blank"></a></p><h2 style="color:#003366;font-weight:700;text-transform:uppercase;letter-spacing:0.6px;font-size:20px;margin:0 0 12px">
  Significance<br />
</h2>


<div class="box shadow  "><div class="box-inner-block"><i class="fa tie-shortcode-boxicon"></i>
			   </p>
<div style="text-align: justify">Broadband spectral control has become almost a quiet backbone of many optical systems, even though it rarely receives the same attention as source design or detection strategies. Whether one is working with supercontinuum sources, astronomical spectrographs, or high-resolution imaging setups, the need for filters that can manage wide spectral spans has grown steadily. What used to be an acceptable narrow rejection band is now often inadequate. Researchers want filters that stretch across hundreds of nanometers, remain predictable when the temperature drifts or the fiber is bent, and fit straight into standard single-mode platforms without forcing redesigns elsewhere. Strikingly, only a limited number of devices meet all of those expectations at once. Traditional fiber Bragg gratings are reliable and beautifully selective, but their bandwidth is fundamentally constrained by the physics of core-mode reflection. Long-period gratings do reach broader regions, however, they bring their own complications—especially their tendency to respond strongly to strain or thermal fluctuations. Other strategies, such as using structured fibers or photonic crystal architectures, can certainly push the bandwidth higher, although they do so at the cost of fabrication difficulty and, quite often, poor compatibility with everyday fiber infrastructure. It is believed, highly localized fiber Bragg gratings feel like a compelling in-between option. Inscribed point-by-point with femtosecond pulses, they excite a surprisingly rich set of cladding modes. This interaction naturally generates a broad spectral response, but it comes in the form of a dense forest of narrow dips. The pattern is interesting from a modal-interaction perspective, however, far too irregular to function as a practical broadband rejection filter.</p>
<p>To this account, new research paper published in Optics Express and conducted by Dr. Yu Fan, Professor Weijia Bao, Dr. Jiajun Guan, Professor Changrui Liao, and Professor Yiping Wang from Shenzhen University, researchers developed a chirped highly localized fiber Bragg grating that achieves smooth, ultra-broadband spectral suppression directly inside standard single-mode fiber. By introducing a controlled pitch variation during femtosecond point-by-point inscription, they deliberately broadened and overlapped cladding-mode resonances to eliminate the comb-like structure seen in traditional HLFBGs. Through systematic tuning of chirp rate, pitch, length, and pulse energy, they created a filter with exceptionally deep rejection, low insertion loss, and strong environmental stability. The result is a practical and tunable ultra-broadband fiber-integrated filter suitable for demanding optical systems. The research team began by fabricating both uniform and chirped highly localized gratings using a femtosecond laser with sub-200-fs pulses at 515 nm. The beam was focused through a high-numerical-aperture oil-immersion objective to induce micron-scale refractive index modifications inside standard single-mode fiber. The key to creating the chirped device was a control method that synchronized laser firing with the motion of a high-precision translation stage. The researchers generated a linear chirp directly during inscription rather than relying on post-processing by feeding the stage a list of incrementally increasing grating periods. Afterward, the authors compared the uniform and chirped devices and found their spectral behavior diverged dramatically. They observed the uniform grating displayed the familiar pattern of discrete cladding-mode resonances distributed throughout the detection window. In contrast, the chirped device exhibited a continuous attenuation band extending from roughly 1100 to 1680 nm. The overlapping of broadened cladding-mode resonances produced a smooth spectral shape rather than a sequence of narrow troughs. Remarkably, the insertion loss remained below 1 dB on the long-wavelength side, and the entire 10-mm grating required only about 100 seconds to inscribe. Moreover, the team explored how various fabrication parameters shaped the spectrum and found that increasing the chirp rate made the spectrum progressively smoother, although the depth of attenuation was not significantly altered. Adjusting the initial grating pitch allowed the suppression band to shift across the spectrum. Pitches corresponding to shorter Bragg wavelengths produced narrower rejection windows, while longer pitches created filters spanning up to 600 nm, all while keeping insertion loss low. Because shorter-wavelength designs contain more grating periods within the same physical length, they tended to exhibit stronger coupling and moderately higher loss. Additionally, the authors found that grating length had an especially pronounced impact and when the CHLFBG length was extended from 5 to 30 mm, the filtering efficiency rose from roughly three-quarters suppression to nearly complete rejection exceeding 40 dB, while insertion loss increased only modestly. This resulted in a highly favorable ratio between filtering depth and transmission loss, which is rarely achieved in broadband filters. They also gave attention to pulse energy which require balancing and noticed lower energies produced weaker coupling, whereas overly high energies induced visible micro-damage and sharply increased insertion loss. An intermediate energy level yielded the best performance. The researchers also investigated how shifting the grating laterally relative to the fiber core affected its spectral shape. Central inscription favored stronger long-wavelength coupling, whereas slight offsets produced a flatter overall spectrum. Finally, the CHLFBG demonstrated strong resistance to temperature changes, axial strain, and bending. Even when the fiber was heated, stretched, or bent to small radii, the spectral shape remained essentially unchanged—an outcome that distinguishes this design from many earlier broadband filtering approaches.</p>
<p>The most compelling aspect of the new work of Shenzhen University scientists is how a controlled geometric modification—a gradual chirp within a microscale grating—reshapes the spectral behavior of a standard fiber into something far more versatile. Professor Weijia Bao and colleagues showed that ultra-broadband suppression does not require exotic fiber structures or complex processing steps. Instead, it can emerge from a precise re-engineering of cladding-mode interactions in a simple and repeatable way. The resulting device is practical enough to fabricate quickly, and sophisticated enough to deliver smooth attenuation across more than half a micrometer of bandwidth. We believe this outcome matters because broadband filters often demand compromises that limit their usefulness outside research laboratories. Devices with large spectral coverage frequently suffer from environmental sensitivity or require specialized fibers that complicate integration. In contrast, the CHLFBG is written inside an ordinary single-mode fiber and preserves its spectral performance even under substantial thermal, mechanical, and bending stress. This stability is essential for optical systems deployed in uncontrolled environments, where temperature and strain variations are routine.</p>
<p>We think the tunability of the new platform is another notable advantage. Changes in chirp rate reshape the spectrum smoothly; adjusting the initial pitch shifts the operating window; length determines the attenuation depth; pulse energy fine-tunes the balance between coupling and transmission loss; and off-axis inscription offers additional spectral shaping. The availability of these independent controls makes the device adaptable to different applications without redesigning the underlying method. Such flexibility is uncommon in broadband optical filtering, where modifying one parameter often compromises others. From a broader perspective, the CHLFBG design has the potential to influence how broadband noise suppression is implemented in supercontinuum systems, ultrafast lasers, and fiber-based imaging. In astronomical spectrographs, for instance, parasitic short-wavelength content can interfere with weak signals; an integrated ultra-broadband filter offers a compact way to remove that background. In fiber lasers, unwanted broadband components can destabilize pulse formation; the smooth attenuation profile demonstrated here could mitigate these issues without adding substantial insertion loss. Moreover, because the entire device is fabricated using a point-by-point process that is both rapid and scalable, it lends itself to customized production. Filters can be written on demand, directly in the fiber segment where they are needed, and tailored to different wavelength bands without altering the inscription platform. This practicality distinguishes the CHLFBG from other broadband techniques and positions it as a candidate for real-world adoption in systems where both bandwidth and resilience are essential.
</p></div>
<p>  
			</div></div>



	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			
<div style="text-align: justify">Weijia Bao, Ph.D., School of Physics and Optoelectronic Engineering, Shenzhen University; Assistant Professor,. Research interests include femtosecond laser micro-nano processing technology, specialty fiber grating devices, fiber multi-parameter sensing technology, and related fields. Principal Investigator for the National Postdoctoral Innovative Talent Support Program (Boxin Program), a sub-project under the National Key R&amp;D Program, the National Natural Science Foundation of China Youth Fund Project, key Shenzhen projects, and others. In the past five years, has published over 50 papers in authoritative optics journals such as ACS Photonics, Optics Letters, Optics Express, and Journal of Lightwave Technology, including 20 as first or corresponding author; H-index: 20. Holds 4 authorized Chinese national invention patents.<br />
Homepage：<br />
https://cofs.szu.edu.cn/info/1148/1919.htm</div>

		</div>
	</div>

	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			
<div style="text-align: justify">Yu Fan was born in Guangdong, China, in 1999. He received the B.S. degree in 2021 from the College of Physics and Optoelectronic Engineering, Shenzhen University, Shenzhen, China, where he is currently working toward the Ph.D. degree with Shenzhen University. His research interests include femtosecond laser direct writing technology, fiber Bragg gratings, and high-power fiber lasers.</div>

		</div>
	</div>


<h2 style="color:#003366;font-weight:700;text-transform:uppercase;letter-spacing:0.6px;font-size:20px;margin:0 0 12px">
  REFERENCE<br />
</h2>



<p class="wp-block-paragraph">Fan Y, Bao W, Guan J, Liao C, Wang Y. <strong>Ultra-broadband fiber filter based on chirped highly localized fiber Bragg gratings.</strong> <a href="https://opg.optica.org/oe/fulltext.cfm?uri=oe-33-14-29678">Opt Express. 2025;33(14):29678-29688. doi: 10.1364/OE.563363.&nbsp;</a></p>


<a href="https://opg.optica.org/oe/fulltext.cfm?uri=oe-33-14-29678" class="shortc-button medium blue "> Opt Express.  </a>
<p>The post <a href="https://advanceseng.com/chirped-highly-localized-fiber-bragg-gratings-for-ultra-broadband-optical-rejection/">Chirped Highly Localized Fiber Bragg Gratings for Ultra-Broadband Optical Rejection</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Integrated Forecasting-Driven Wind–PV Hydrogen Production with Multi-Objective Scheduling and 3D Co–Mn–S Catalysis</title>
		<link>https://advanceseng.com/integrated-forecasting-driven-wind-pv-hydrogen-production-with-multi-objective-scheduling-and-3d-co-mn-s-catalysis/</link>
		
		<dc:creator><![CDATA[410longworth]]></dc:creator>
		<pubDate>Sun, 23 Nov 2025 05:00:26 +0000</pubDate>
				<category><![CDATA[Electrical Engineering]]></category>
		<guid isPermaLink="false">https://advanceseng.com/?p=62546</guid>

					<description><![CDATA[<p>Significance REFERENCE Weichao Dong, Hexu Sun, Zheng Li, Huifang Yang, Design and optimal scheduling of a forecasting-based wind-and-photovoltaic complementary electrolytic hydrogen production system, Applied Energy, Volume 392, 2025, 126060,</p>
<p>The post <a href="https://advanceseng.com/integrated-forecasting-driven-wind-pv-hydrogen-production-with-multi-objective-scheduling-and-3d-co-mn-s-catalysis/">Integrated Forecasting-Driven Wind–PV Hydrogen Production with Multi-Objective Scheduling and 3D Co–Mn–S Catalysis</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fadvanceseng.com%2Fintegrated-forecasting-driven-wind-pv-hydrogen-production-with-multi-objective-scheduling-and-3d-co-mn-s-catalysis%2F&amp;linkname=Integrated%20Forecasting-Driven%20Wind%E2%80%93PV%20Hydrogen%20Production%20with%20Multi-Objective%20Scheduling%20and%203D%20Co%E2%80%93Mn%E2%80%93S%20Catalysis" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fadvanceseng.com%2Fintegrated-forecasting-driven-wind-pv-hydrogen-production-with-multi-objective-scheduling-and-3d-co-mn-s-catalysis%2F&amp;linkname=Integrated%20Forecasting-Driven%20Wind%E2%80%93PV%20Hydrogen%20Production%20with%20Multi-Objective%20Scheduling%20and%203D%20Co%E2%80%93Mn%E2%80%93S%20Catalysis" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fadvanceseng.com%2Fintegrated-forecasting-driven-wind-pv-hydrogen-production-with-multi-objective-scheduling-and-3d-co-mn-s-catalysis%2F&amp;linkname=Integrated%20Forecasting-Driven%20Wind%E2%80%93PV%20Hydrogen%20Production%20with%20Multi-Objective%20Scheduling%20and%203D%20Co%E2%80%93Mn%E2%80%93S%20Catalysis" title="LinkedIn" rel="nofollow noopener" target="_blank"></a></p><h2 style="color:#003366;font-weight:700;text-transform:uppercase;letter-spacing:0.6px;font-size:20px;margin:0 0 12px">
  Significance<br />
</h2>


<div class="box shadow  "><div class="box-inner-block"><i class="fa tie-shortcode-boxicon"></i>
			   </p>
<div style="text-align: justify">Renewable-powered hydrogen production still not easy to achieve and countries may set ambitious carbon-neutrality dates, but when we look at the economics of green hydrogen, the numbers tell a less enthusiastic story. Electricity costs dominate everything. And because wind and solar power swing so widely from hour to hour, the electrolyzers—arguably the heart of the whole process—end up running far below the smooth, steady conditions most models assume. This isn’t just an efficiency issue; it affects the entire system’s economic logic. Wind and PV power should, in theory, complement each other nicely. Most people in the field have repeated the line about “sunny days and windy nights,” and it is true more often than not. But once these resources are put into an actual engineered system, the integration becomes messy. Standard grid-connected setups force the power through multiple conversion stages that nobody would design if starting from scratch today. Every conversion eats into whatever efficiency gains we hoped renewables would offer. Intermittency ramps up the challenge—operators frequently have to curtail wind or solar output not because they want to, but because there’s no practical way to store or redirect power when everything spikes at once. Plenty of papers have offered isolated fixes, but these typically solve one problem while leaving two others untouched.</p>
<p>Forecasting can also be challenging as many models work impressively well on curated datasets, however, they often miss the deeper relationship between wind and solar patterns. The two are not independent, and treating them as such introduces the very uncertainty we are trying to reduce. Without a forecast that captures both expected values and the more extreme deviations, scheduling inevitably becomes reactive. Then there’s the electrolysis step itself. Alkaline systems are well established, but the catalytic reactions still dictate how much energy must be pushed through the electrolyzer. Noble-metal catalysts deliver excellent performance but simply don’t scale economically. Transition-metal materials are promising, however, their improvements rarely feed back into the larger system design. This disconnect keeps the overall efficiency gains far below what they could be.  To this account, new research paper published in Applied Energy Journal and led by Professor Weichao Dong, Hexu Sun, Zheng Li from the Hebei University of Science and Technology alongside Dr. Huifang Yang from the Shijiazhuang Tiedao University, researchers developed two tightly linked models: a hybrid LSTM–quantile-regression–regular-vine-copula forecasting model that captures nonlinear behavior and dependency between wind and PV resources, and a multi-objective scheduling framework that combines SMLDAE-based surrogate modeling, NSGA-II Pareto optimization, and deep reinforcement learning for optimal decision-making.</p>
<p>The research team constructed an off-grid wind-PV complementary generation system anchored on a 1200-V DC bus. Instead of routing variable AC outputs through layers of rectification and inversion—as is common in grid-connected designs—they coupled wind turbines, PV arrays, diesel backup units, and energy-storage elements directly into a DC architecture. This strategy was tested in a 100-MW demonstration project in Hebei Province, though the experimental analysis used a representative subset: three wind generators, a diesel unit, sixteen PV arrays, two energy-storage devices, and four electrolyzers. By monitoring real-time flows, they quantified how wind and solar naturally compensated each other: strong daytime irradiance raised PV output when winds were low, while nighttime winds replenished power in hours when PV generation fell to zero. The comparison with a nearby grid-connected facility showed that bypassing conventional AC conversion reduced project cost by about 11% and increased renewable utilization time significantly. Afterward, the authors developed a hybrid forecasting model. They first trained an LSTM network (six layers, 30 neurons each) to capture nonlinear temporal patterns in wind and PV behavior. The residuals were then passed through a quantile-regression module to generate marginal probability density functions. These marginals were not treated independently; instead, the team fitted a regular vine copula to quantify statistical dependence between wind and PV sources. The output—a joint probabilistic forecast—yielded both deterministic estimates (via the 0.5-quantile) and complete uncertainty distributions. Seasonal testing across 15 randomly selected days per season showed that CRPS and RMSE values consistently outperformed benchmark models such as GMM, LSTM-QR alone, and various state-of-the-art hybrid architectures. The inclusion of dependency modeling proved particularly impactful.</p>
<p>The authors then proceeded to optimal scheduling. A stacked multilevel denoising autoencoder learned a surrogate representation of the complex system, compressing nonlinear constraints into a tractable form. NSGA-II then generated a Pareto frontier for three competing objectives: economic cost, renewable-energy access rate, and water-resource impact. Instead of selecting solutions manually, the authors employed deep reinforcement learning. The DRL agent treated each Pareto candidate as a potential action and evaluated rewards based on real-time operational inputs. The agent converged on schedules that minimized electricity costs while maintaining high renewable penetration and reducing stress on local water resources through iterative updates. Finally, they fabricated a new 3D hexagonal Co–Mn–S/Ni catalyst. Starting with a CoMn-LDH precursor grown on nickel foam via hydrothermal processes, they introduced sulfur using thioacetamide. Microscopy and electrochemical testing revealed enhanced conductivity, large active-site availability, and reduced overpotentials for both HER and OER—attributes that directly lower electrolyzer power consumption.</p>
<p>In conclusion, the new study by Professor Weichao Dong and colleagues developed novel models which can enable real-time operational planning that significantly reduces electricity costs while improving renewable-energy utilization. They also integrated a newly engineered 3D Co–Mn–S/Ni bifunctional catalyst that further lowers electrolyzer power demand. The system as a whole offers a unified solution for economically viable large-scale green-hydrogen production. They provided a blueprint for hydrogen projects that are not only scientifically sophisticated but also economically grounded by demonstrating how design choices in power hardware, data-driven modeling, and catalyst engineering interact.  One notable implication concerns the economic landscape of green hydrogen. Traditional analyses often assume that reducing electricity cost requires either cheaper generation or more efficient electrolyzers. This research shows that substantial gains can come from architectural changes—such as eliminating unnecessary AC–DC conversions—or from forecasting models that reduce the number of hours in which electrolyzers run inefficiently. Their 100-MW demonstration project suggests that relatively modest design adjustments, when guided by accurate probabilistic forecasts, can move hydrogen toward the widely discussed target of roughly $3/kg. That figure, often aspirational in policy documents, becomes more realistic when operational uncertainty is narrowed and complementary renewable inputs are orchestrated effectively.<br />
We believe another important contribution arises from their scheduling framework. The decision to pair NSGA-II with deep reinforcement learning represents a shift from rule-based or weight-based optimal-solution selection to an adaptive strategy that learns from evolving system states. The DRL agent, unconstrained by handcrafted priorities, identifies schedules that would be difficult to specify manually—especially in systems where renewable intermittency, storage degradation, and environmental considerations evolve simultaneously. This approach strengthens the argument for AI-driven supervisory control in future hydrogen farms, particularly those operating off-grid. Moreover, the transition-metal sulfide catalyst developed in the study offers a practical, low-cost alternative to noble-metal materials and the authors successfully improved both structural stability and electron transport by grounding the catalyst directly on nickel foam. Altogether, the work illustrates that meaningful reductions in hydrogen cost require coordinated progress across forecasting, scheduling, system architecture, and electrochemistry. The integrated approach presented here may serve as a prototype for renewable-hydrogen facilities seeking to achieve high reliability without sacrificing economic feasibility.
</p></div>
<p>  
			</div></div>



	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2025/11/IMG_8333.jpg" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			WEICHAO DONG is an associate professor in School of Electrical Engineering, Hebei University of Science and Technology, China. His research interests include artificial intelligence technology, hydrogen production from renewable energy sources and optimization and design of smart micro grid. He has authored over 30 SCI-indexed papers and served as Principal Investigator on more than 10 research projects. </p></div>

		</div>
	</div>


<h2 style="color:#003366;font-weight:700;text-transform:uppercase;letter-spacing:0.6px;font-size:20px;margin:0 0 12px">
  REFERENCE<br />
</h2>



<p class="wp-block-paragraph">Weichao Dong, Hexu Sun, Zheng Li, Huifang Yang, <strong>Design and optimal scheduling of a forecasting-based wind-and-photovoltaic complementary electrolytic hydrogen production system,</strong>  <a href="https://www.sciencedirect.com/science/article/abs/pii/S0306261925007901">Applied Energy, Volume 392, 2025, 126060,</a></p>


<a href="https://www.sciencedirect.com/science/article/abs/pii/S0306261925007901" class="shortc-button medium blue ">  Applied Energy  </a>
<p>The post <a href="https://advanceseng.com/integrated-forecasting-driven-wind-pv-hydrogen-production-with-multi-objective-scheduling-and-3d-co-mn-s-catalysis/">Integrated Forecasting-Driven Wind–PV Hydrogen Production with Multi-Objective Scheduling and 3D Co–Mn–S Catalysis</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Large-range lithography misalignment sensing with sub-2-nm accuracy through automatic dual-frequency Moiré fringes analysis</title>
		<link>https://advanceseng.com/large-range-lithography-misalignment-sensing-sub-2-nm-accuracy-automatic-dual-frequency-moire-fringes-analysis/</link>
		
		<dc:creator><![CDATA[410longworth]]></dc:creator>
		<pubDate>Sun, 09 Nov 2025 15:58:00 +0000</pubDate>
				<category><![CDATA[Electrical Engineering]]></category>
		<guid isPermaLink="false">https://advanceseng.com/?p=62251</guid>

					<description><![CDATA[<p>Significance  Reference Feifan Xu, Jin Zhang, Weishi Li, and Haojie Xia, &#8220;Large-range lithography misalignment sensing with sub-2-nm accuracy through automatic dual-frequency Moiré fringes analysis,&#8221; Opt. Express 33, 23960-23979 (2025)</p>
<p>The post <a href="https://advanceseng.com/large-range-lithography-misalignment-sensing-sub-2-nm-accuracy-automatic-dual-frequency-moire-fringes-analysis/">Large-range lithography misalignment sensing with sub-2-nm accuracy through automatic dual-frequency Moiré fringes analysis</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fadvanceseng.com%2Flarge-range-lithography-misalignment-sensing-sub-2-nm-accuracy-automatic-dual-frequency-moire-fringes-analysis%2F&amp;linkname=Large-range%20lithography%20misalignment%20sensing%20with%20sub-2-nm%20accuracy%20through%20automatic%20dual-frequency%20Moir%C3%A9%20fringes%20analysis" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fadvanceseng.com%2Flarge-range-lithography-misalignment-sensing-sub-2-nm-accuracy-automatic-dual-frequency-moire-fringes-analysis%2F&amp;linkname=Large-range%20lithography%20misalignment%20sensing%20with%20sub-2-nm%20accuracy%20through%20automatic%20dual-frequency%20Moir%C3%A9%20fringes%20analysis" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fadvanceseng.com%2Flarge-range-lithography-misalignment-sensing-sub-2-nm-accuracy-automatic-dual-frequency-moire-fringes-analysis%2F&amp;linkname=Large-range%20lithography%20misalignment%20sensing%20with%20sub-2-nm%20accuracy%20through%20automatic%20dual-frequency%20Moir%C3%A9%20fringes%20analysis" title="LinkedIn" rel="nofollow noopener" target="_blank"></a></p><p style="text-align: justify"><span id="more-62251"></span></p>
<h3 style="text-align: justify"><span style="color: #000080"><strong>Significance </strong></span></h3>
<p style="text-align: justify"><div class="box shadow  "><div class="box-inner-block"><i class="fa tie-shortcode-boxicon"></i>
			</p>
<p style="text-align: justify">Lithography is the backbone of semiconductor and microelectromechanical system (MEMS) fabrication, where even the slightest deviation on the nanometer scale can ripple through an entire production chain, affecting both yield and reliability. As the push toward smaller device geometries intensifies, multi-exposure lithography has become indispensable for realizing ultra-fine patterning. However, this advancement brings its own complications—chief among them, the precision of alignment and the limited sensing range during overlay correction. These two factors now stand as central obstacles to the continued scaling of modern lithographic systems. Moiré fringe–based alignment techniques have, in many respects, been the preferred choice in the industry. Their appeal lies in their simple optical configuration, high sensitivity, and theoretical ability to achieve sub-nanometer resolution. Nonetheless, two deeply rooted issues constrain their full potential: the periodic aliasing of fringes and the spectral leakage encountered during phase extraction. The first limits the measurable displacement range to only a few micrometers, as the repeating periodicity of the Moiré pattern causes ambiguities once the misalignment exceeds roughly half of the grating period. The second arises during digital phase retrieval, where signal truncation and discrete sampling unavoidably distribute spectral energy into neighboring frequencies. Together, these effects compromise both range and precision, rendering traditional Moiré-based systems unsuitable for the next generation of nanofabrication tools that demand extended dynamic range without sacrificing accuracy. Researchers previously have explored various ways to overcome these limitations such as introducing static interferometric references, hierarchical grating designs, or beat-frequency modulation schemes and while each method brings a measure of improvement, most increase optical complexity or computation time, and few are robust enough for industrial-scale application. More recently, deep-learning-based algorithms have entered the scene, promising adaptive fringe interpretation but requiring extensive datasets and heavy processing power, which limit their practicality in real-time environments. Still, the most persistent challenge remains spectral leakage. In Moiré alignment imaging, the discrete Fourier transformation of non-integer sampled fringes inevitably spreads the spectral power, corrupting phase-unwrapping accuracy precisely where nanometer-level sensitivity is crucial. Containing this leakage without eroding spatial detail continues to be one of the more complex problems in precision lithography metrology. To this account, new research paper published in <em>Optics Express</em> and conducted by Feifan Xu, Jin Zhang, Weishi Li, and led by Professor Haojie Xia from the School of Instrument Science &amp; Opto-electronics Engineering at Hefei University of Technology, The researchers developed two key innovations: a composite dual-frequency alignment mark consisting of upper and lower differential gratings, and an automatic lookup difference table (ALDT) algorithm for absolute misalignment computation. The dual-frequency mark enables interference patterns with extended periodicity, while the ALDT algorithm decodes large displacements unambiguously.</p>
<p style="text-align: justify">The research team designed a composite alignment mark in which the upper differential gratings (periods P₁ and P₂) functioned as measuring elements, while the lower gratings (P₃ and P₄) served as references. When illuminated by a coherent light source, interference between these grating pairs produced two sets of Moiré fringes—one with period PM₁₂ and the other with PM₃₄. Because these periods differ, the interference generates a dual-frequency pattern whose combined phase evolution encodes a unique mapping of wafer-mask misalignment. This arrangement effectively merges fine and coarse measurements into one optical process, allowing large-range detection without additional alignment marks. To extract accurate displacement data from the captured fringe images, the authors developed the ALDT algorithm. This method converts the offset of dual-frequency fringes into a set of arithmetic progressions, where each pair of upper and lower fringe shifts defines a unique misalignment interval. By establishing a lookup table of these intervals, the system can unambiguously determine the actual offset even when it exceeds the fundamental Moiré period. The result is a non-iterative, absolute measurement capable of spanning a range determined by the least common multiple (LCM) of the grating-derived base units. In practice, this translated to an expansion of the measurable range from 2.6 µm to 120 µm—a nearly 50-fold improvement over conventional systems.</p>
<p style="text-align: justify">The authors ensured phase accuracy and showed each fringe image processed with a 2D-HSCW prior to applying fast Fourier transform–based phase extraction. This self-convolution window function effectively suppressed spectral leakage that typically arises from non-integer truncation or camera sampling effects. Their simulations using MATLAB validated that the 2D-HSCW achieved unbiased phase estimation, even under significant image truncation. The precision of upper and lower fringe measurements remained within nanometer deviations across all test conditions, with the upper fringes consistently yielding superior accuracy. Then they validated experimentally on custom-fabricated alignment marks etched onto chrome-coated quartz wafers via ion-beam lithography. Using a collimated 530 nm LED source and a high-resolution CMOS camera, the researchers conducted step-displacement tests on a vibration-isolated optical platform. The ALDT algorithm maintained real-time performance, requiring only 0.15 seconds per measurement. Across multiple experimental runs, the system achieved sub-2-nm accuracy, with maximum errors below 2 nm and mean absolute errors under 1.54 nm.</p>
<p style="text-align: justify">In conclusion, the development reported by Professor Haojie Xia’s team represents a decisive step toward unifying high-precision and large-range lithography alignment within a single optical framework. Indeed, with the two-dimensional Hanning self-convolution window, the new system achieves sub-2-nm accuracy across a 120 µm range, offering a unified, real-time solution to lithography alignment challenges. The combination of composite dual-frequency Moiré marks and the ALDT algorithm resolves a long-standing tradeoff between measurement range and accuracy—a problem that has limited Moiré-based systems for decades. The researchers successfully established an elegant numerical scheme that bypasses periodic aliasing, allowing misalignment to be decoded uniquely across an extended range by interleaving the arithmetic intervals of two fringe sets,. This mathematical structure transforms what was once a relative measurement into an absolute one, delivering stability that is essential for the sub-nanometer domain. It is worth mentioning the role of the 2D-HSCW and by the authors addressing spectral leakage at the source rather than through post-hoc correction, they ensured the integrity of phase information even when imaging conditions deviate from ideal assumptions. The new method’s ability to achieve real-time processing while preserving nanometer accuracy demonstrates its suitability for in situ industrial integration. The fact that such precision was maintained across 120 µm of range marks a fundamental shift in how alignment sensors can be engineered for advanced semiconductor production. Beyond lithography, the framework opens new opportunities in precision metrology, MEMS calibration, optical displacement sensing, and nanoscale assembly. Any system requiring accurate relative position tracking—such as wafer bonding, deformable mirror alignment, or nanoscale robotics—can benefit from this dual-frequency Moiré strategy. Its algorithmic architecture, based on modular arithmetic and difference lookup, can also be adapted for three-dimensional positioning or even integrated with machine learning for self-correcting calibration. The implications extend further into manufacturing efficiency. Eliminating the need for separate coarse alignment steps simplifies the optical head design and shortens process cycles, reducing cost and complexity. As fabrication nodes approach the angstrom scale, where overlay tolerances become comparable to atomic dimensions, techniques capable of sub-2-nm reproducibility are indispensable. Professor Haojie Xia and colleagues approach therefore satisfies current industrial needs and also anticipates future requirements for ultra-dense integrated circuit production.</p>
<p style="text-align: justify"><span style="color: initial;font-size: revert">
			</div></div></span></p>
<p style="text-align: justify">
	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2025/11/image001-9.jpg" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			</p>
<p style="text-align: justify"><strong>Feifan Xu</strong> received the B.S. degree in Engineering from Anhui University of Science and Technology in 2021.</p>
<p style="text-align: justify">Currently, he is pursuing his Ph.D. degree at Hefei University of Technology, China. He is mainly engaged in the research of key technologies of nanoscale overlay alignment and image processing in lithography measurement system.</p>
<p style="text-align: justify">
		</div>
	</div></p>
<p style="text-align: justify">
	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2025/11/image003-8.jpg" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			</p>
<p style="text-align: justify"><strong>Jin Zhang</strong> received the B.E. degree from the Hefei University of Technology, Hefei, China, in 2005, and the M.S. and Ph.D. degrees from Tianjin University, Tianjin, China, in 2007 and 2010, respectively. Since 2019, he has been a Professor with the School of Instrument Science and Optoelectronics Engineering, Hefei University of Technology.</p>
<p style="text-align: justify">His current research interests include optical measurement technology and vibration testing. Dr. Zhang is a member of the Youth Committee of China Instrument and Control Society. He was a recipient of the second prize of the Science and Technology Award of the China Instrument and Control Society.</p>
<p style="text-align: justify">
		</div>
	</div></p>
<p style="text-align: justify">
	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2025/11/image005-5.jpg" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			</p>
<p style="text-align: justify"><strong>Weishi Li</strong> received the Ph.D. degree in 2002 from Zhejiang University, China.</p>
<p style="text-align: justify">Currently, he is a professor at Hefei University of Technology, China. Before that, he had been with Shanghai Jiao Tong University, China as a lecturer, Institute of High Performance Computing, Singapore as a research fellow, Cardiff University, UK as a research associate. He has published over 40 papers on geometric modelling, computing and measurement</p>
<p style="text-align: justify">
		</div>
	</div></p>
<p style="text-align: justify">
	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2025/11/image007-2.jpg" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			</p>
<p style="text-align: justify"><strong>Haojie Xia </strong>(Member, IEEE) received the Ph.D. degree from Hefei University of Technology, Hefei, China, in 2006. He was a Visiting Scholar at PhysikalischTechnische Bundesanstalt (PTB), Brunswick, Lower Saxony, Germany, in 2015.</p>
<p style="text-align: justify">He is currently a Professor at Hefei University of Technology. He mainly engages in research work in fields, such as optoelectronic precision measurement technology, micro/nano measurement and control systems, instrument accuracy theory, and precision instrument design</p>
<p style="text-align: justify">
		</div>
	</div></p>
<h3 style="text-align: justify"><strong style="color: #000080">Reference</strong></h3>
<p style="text-align: justify">Feifan Xu, Jin Zhang, Weishi Li, and Haojie Xia, &#8220;<strong>Large-range lithography misalignment sensing with sub-2-nm accuracy through automatic dual-frequency Moiré fringes analysis</strong>,&#8221; <a href="https://opg.optica.org/oe/fulltext.cfm?uri=oe-33-11-23960" target="_blank" rel="noopener">Opt. Express 33, 23960-23979 (2025)</a></p>
<p style="text-align: justify"><a href="https://opg.optica.org/oe/fulltext.cfm?uri=oe-33-11-23960" class="shortc-button medium blue ">Go to Opt. Express</a></p>
<p>The post <a href="https://advanceseng.com/large-range-lithography-misalignment-sensing-sub-2-nm-accuracy-automatic-dual-frequency-moire-fringes-analysis/">Large-range lithography misalignment sensing with sub-2-nm accuracy through automatic dual-frequency Moiré fringes analysis</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>High-precision phase reconstruction in Discontinuous Wavelength-Scanning Interferometry</title>
		<link>https://advanceseng.com/high-precision-phase-reconstruction-discontinuous-wavelength-scanning-interferometry/</link>
		
		<dc:creator><![CDATA[410longworth]]></dc:creator>
		<pubDate>Sat, 08 Nov 2025 16:04:00 +0000</pubDate>
				<category><![CDATA[Electrical Engineering]]></category>
		<guid isPermaLink="false">https://advanceseng.com/?p=62258</guid>

					<description><![CDATA[<p>Significance  Reference Bai Y, Qiu H, Huang Z, He Z, Xie S, Dong B. Discontinuous wavelength-scanning interferometry with an unknown gapped spectrum. Opt Lett. 2025;50(11):3537-3540. doi: 10.1364/OL.554121. </p>
<p>The post <a href="https://advanceseng.com/high-precision-phase-reconstruction-discontinuous-wavelength-scanning-interferometry/">High-precision phase reconstruction in Discontinuous Wavelength-Scanning Interferometry</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fadvanceseng.com%2Fhigh-precision-phase-reconstruction-discontinuous-wavelength-scanning-interferometry%2F&amp;linkname=High-precision%20phase%20reconstruction%20in%20Discontinuous%20Wavelength-Scanning%20Interferometry" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fadvanceseng.com%2Fhigh-precision-phase-reconstruction-discontinuous-wavelength-scanning-interferometry%2F&amp;linkname=High-precision%20phase%20reconstruction%20in%20Discontinuous%20Wavelength-Scanning%20Interferometry" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fadvanceseng.com%2Fhigh-precision-phase-reconstruction-discontinuous-wavelength-scanning-interferometry%2F&amp;linkname=High-precision%20phase%20reconstruction%20in%20Discontinuous%20Wavelength-Scanning%20Interferometry" title="LinkedIn" rel="nofollow noopener" target="_blank"></a></p><p style="text-align: justify"><span id="more-62258"></span></p>
<h3 style="text-align: justify"><span style="color: #000080"><strong>Significance </strong></span></h3>
<p style="text-align: justify"><div class="box shadow  "><div class="box-inner-block"><i class="fa tie-shortcode-boxicon"></i>
			</p>
<p style="text-align: justify">Depth-resolved wavelength-scanning interferometry (DRWSI) has become one of the most sensitive methods for measuring the surface shape and optical thickness of multilayer or transparent materials. Its capacity to reconstruct depth profiles from interferometric phase data enables precise characterization of micro-optical elements, thin films, and transparent plates. However, the classical implementation of DRWSI depends critically on the continuity of the laser’s wavelength scan. Diode lasers often have <em>mode hopping</em> or discontinuous spectral emission which produce gaps that disrupt the coherence of the interferometric signal. These discontinuities introduce random phase jitters and abnormal sidelobes that obscure the true topographic information and degrade the accuracy of phase recovery. Several approaches have previously been proposed to resolve this limitation and early strategies involved monitoring the wavelength-scanning sequence to reconstruct continuous spectra, but they inevitably narrowed the effective scanning range, reducing depth resolution. Other techniques, such as the random sampling Fourier transform (RSFT) and the iterative adaptive approach (IAA), reframed the problem as one of nonuniform spectral sampling or weighted least-squares fitting. However, although these methods succeeded in suppressing phase artifacts, they still relied on prior knowledge of the laser’s gapped spectrum—information not always available or measurable in real-time experiments. Furthermore, these algorithms typically demanded additional optical monitoring hardware, adding cost and complexity to what is otherwise an elegant and compact interferometric system. To this account, new research paper published in <em>Optics Letters</em> and conducted by Dr. Yulei Bai, Dr. Hao Qiu, Dr. Zean Huang, Dr. Zhaoshui He, Dr. Shengli Xie, and led by Professor Bo Dong from the School of Automation at Guangdong University of Technology, the researchers developed two complementary models: an auto-regression model to predict missing interference intensities within a gapped spectrum, and a discrete optimization model to automatically determine the number of missing points without prior spectral information.</p>
<p style="text-align: justify">The researchers first simulated DRWSI measurements under controlled spectral discontinuities to validate the ARM-based framework. They modeled the optical path difference using a MATLAB-generated surface shaped as the software’s logo and imposed gap intervals of 0.1 nm, 1 nm, and 10 nm within a 1.0-nm scanning range centered at 600 nm. The algorithm treated the missing intensities as unknowns within a vectorized interferometric signal, where an auto-regression of order γ estimated the missing components through least-squares prediction. A discrete optimization step then automatically determined the number of prediction points that minimized the total energy of the amplitude spectrum—including both mainlobe and sidelobes—after Fourier transformation. The authors found simulations produced compelling evidence of the method’s robustness. They reported that conventional Fourier transforms failed to resolve the true amplitude spectrum once gaps exceeded even 10 % of the scanning range, and generated multiple false interference peaks. On the other hand, the ARM reconstruction yielded a single, well-defined mainlobe consistent with the ideal theoretical spectrum. The resulting phase maps closely matched the ideal reference even when the discontinuity reached tenfold the nominal wavelength range, which confirmed that the model effectively predicted missing data without prior spectral information.</p>
<p style="text-align: justify">The authors afterward validated experimentally using a custom-built discontinuous DRWSI system incorporating a mode-hopping diode laser, a 4f optical setup, and a CCD detector capturing 308 frames during a 0.9-nm wavelength sweep. The sample combined a 6′ optical wedge and a USAF 1951 resolution target, providing four distinct reflective surfaces. Because the system lacked any hardware to measure the spectral gaps, neither RSFT nor IAA could be applied; only the conventional Fourier transform and the proposed ARM method were compared. The Fourier-based results revealed extensive spectral cross-talk and irregular sidelobes, which blurred the identification of true surface peaks and generated visible phase ripples. After applying the ARM model, these sidelobes were nearly eliminated, yielding smooth, high-fidelity phase distributions. Quantitatively, the wedge’s tilt angle derived from the ARM reconstruction deviated by only 0.35 % from the manufacturer’s specified 6′, a precision unmatched by conventional methods. Moreover, phase maps of the resolution target recovered clear structural patterns that had been completely obscured before correction.</p>
<p style="text-align: justify">In conclusion, the new study by Professor Bo Dong and colleagues successfully designed new models able to reconstruct continuous interference data from discontinuous wavelength scans. The new framework eliminates phase jitters and sidelobes caused by mode hopping and restored accurate depth-resolved phase maps while preserving full depth resolution. Indeed, it redefined the methodology of depth-resolved interferometry by decoupling spectral continuity from measurement fidelity. The auto-regression model introduces a self-learning mechanism into optical metrology: instead of compensating for hardware imperfections through calibration, the signal itself guides the recovery of lost spectral information. The method also achieves a level of adaptability unattainable in traditional Fourier-based frameworks by automatically determining the missing points through discrete optimization. It restores the core advantages of DRWSI—full-field, high-sensitivity phase detection—while lifting the stringent requirement for continuous laser emission. Additionally, the newly proposed technique broadens the scope of DRWSI applications. Compact diode lasers, often dismissed for precision metrology due to mode-hopping instabilities, can now be integrated into low-cost, high-accuracy instruments. This advance could benefit optical component manufacturing, multilayer film inspection, and biomedical surface imaging, where system simplicity and flexibility are valued alongside precision. Moreover, because the algorithm operates entirely in software and requires no auxiliary spectral-monitoring device, it reduces maintenance and system calibration time.</p>
<p style="text-align: justify">The new study challenges the assumption that continuous spectral scanning is indispensable for accurate phase retrieval and with their demonstration that an unknown gapped spectrum can yield equally reliable topographic information, it invites a conceptual shift: precision need not rely solely on hardware perfection but can emerge from intelligent modeling. Moreover, the proposed method effectively overcomes the limitation of phase demodulation accuracy caused by wavelength discontinuity in multi-source swept-frequency tomographic imaging. In a nutshell, the new findings demonstrated that the ARM approach restored phase accuracy, achieving performance previously possible only with continuous-spectrum lasers. Future studies might extend this concept to hyperspectral interferometry, optical coherence tomography, or spectroscopic imaging, where spectral gaps hinder data fidelity.</p>
<p style="text-align: justify"><span style="color: initial;font-size: revert">
			</div></div></span></p>
<p style="text-align: justify">
	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2025/11/image001-10.jpg" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			</p>
<p style="text-align: justify"><strong>Yulei Bai</strong> is an associate professor of Automatic equipment and detection technology at Guangdong universily of Technology. From 2016-2017, he was a research associate at Hongkong University, In 2022, He was selected for the Best Researcher Award at the International Research Awards on Composite Materials. His curent research interests include phase contrast optical coherence tomography, strain estimation, and deep-learning-based optical metrology.</p>
<p style="text-align: justify">
		</div>
	</div></p>
<p style="text-align: justify">
	<div class="clear"></div>
	<div class="author-info">
		<img decoding="async" class="author-img" src="https://advanceseng.com/wp-content/uploads/2025/11/image003-9.jpg" alt="" />
		<div class="author-info-content">
			<h3>About the author</h3>
			</p>
<p style="text-align: justify"><strong>Bo Dong</strong> received his Bs and PhD degrees from Guangdong University of Technology in 2012 and 2017, respectively, Currently, he is an associate professor at Guangdong University of Technology. His research interests focus on optical measurement technology and instrument, especially optical coherence tomography, optical coherence elastography, digital image/volume correlation, and chromatic confocal displacement sensor. He was elected into the “Emerging Leaders 2021&#8243; (IOP Publishing).</p>
<p style="text-align: justify">
		</div>
	</div></p>
<h3 style="text-align: justify"><strong style="color: #000080">Reference</strong></h3>
<p style="text-align: justify">Bai Y, Qiu H, Huang Z, He Z, Xie S, Dong B. <strong>Discontinuous wavelength-scanning interferometry with an unknown gapped spectrum.</strong> <a href="https://opg.optica.org/ol/abstract.cfm?uri=ol-50-11-3537" target="_blank" rel="noopener">Opt Lett. 2025;50(11):3537-3540. doi: 10.1364/OL.554121. </a></p>
<p style="text-align: justify"><a href="https://opg.optica.org/ol/abstract.cfm?uri=ol-50-11-3537" class="shortc-button medium blue ">Go to Opt Lett.</a></p>
<p>The post <a href="https://advanceseng.com/high-precision-phase-reconstruction-discontinuous-wavelength-scanning-interferometry/">High-precision phase reconstruction in Discontinuous Wavelength-Scanning Interferometry</a> appeared first on <a href="https://advanceseng.com">Advances in Engineering</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
