Enhanced Electromagnetic Ultrasonic Thickness Measurement with Adaptive Denoising and BVAR Spectral Extrapolation
Lijun Ma, Xiaoqiang Guo, Shijian Zhou, Xiongbing Li, Xueming Ouyang

TL;DR
This paper introduces a new method for measuring thickness using electromagnetic ultrasonic testing that improves accuracy in noisy environments.
Contribution
The novel integration of Adaptive Denoising with Bayesian Vector Autoregressive spectral extrapolation enhances measurement accuracy.
Findings
The proposed method achieved error rates of 0.267% and 0.240% for 3 mm and 12.5 mm thickness measurements.
It outperformed the conventional AR method with significantly lower error rates.
The method maintains stable performance across different thicknesses.
Abstract
Electromagnetic ultrasonic testing technology, owing to its couplant-free, high-temperature-resistant, and non-contact characteristics, exhibits unique advantages for thickness measurement in harsh industrial environments. However, its accuracy is fundamentally limited by inherent constraints in signal bandwidth and low signal-to-noise ratio. To address these challenges, this work proposes an electromagnetic ultrasonic thickness measurement method that integrates Adaptive Denoising with Bayesian Vector Autoregressive (AD-BVAR) spectral extrapolation. The approach employs Particle Swarm Optimization (PSO) and automatically determines the optimal parameters for Variational Mode Decomposition (VMD), followed by integration with Singular Value Decomposition (SVD) to achieve the adaptive denoising of signals. Subsequently, the BVAR model incorporating prior constraints performs robust…
Genes, proteins, chemicals, diseases, species, mutations and cell lines named across the full text — each resolved to its canonical identifier and authoritative record.
Click any figure to enlarge with its caption.
Figure 1
Figure 2
Figure 3
Figure 4
Figure 5
Figure 6
Figure 7
Figure 8
Figure 9
Figure 10
Figure 11
Figure 12Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsUltrasonics and Acoustic Wave Propagation · Flow Measurement and Analysis · Ultrasound Imaging and Elastography
1. Introduction
Electromagnetic Acoustic Transducer (EMAT) thickness measurement technology has gained significant attention in industrial non-destructive testing due to its non-contact operation and couplant-free characteristics [1,2]. These advantages make it particularly valuable for inspections in high-temperature, high-radiation, and other harsh environments [3,4]. However, the low efficiency of EMAT results in weak ultrasonic signals that are susceptible to a material’s electromagnetic properties, surface conditions, and sensor configuration [5,6,7], thereby limiting measurement accuracy.
To address these challenges, current research has evolved along two main directions. The first focuses on time-resolution enhancement through pulse compression techniques that employ coded excitation to improve signal energy. For instance, Liao et al. [8] utilized Barker codes to enhance the signal-to-noise ratio (SNR) and resolution in multi-element EMAT systems. Wang et al. [9] achieved improved defect detection capability through spatiotemporal joint optimization. Sheng et al. [10] applied Barker coding to maintain sufficient emission energy while reducing instantaneous power requirements. Nevertheless, these methods generally require complex excitation signals and high transmission power, imposing substantial demands on hardware systems. The second direction emphasizes signal processing and inversion algorithm optimization. Han et al. [11] employed time-frequency analysis to improve the interpretation of overlapping echoes, while Zhu et al. [12] combined adaptive Wiener filtering with an improved Hilbert–Huang transform to achieve high-precision extraction and the reconstruction of weak signals in noisy environments.
In contrast to the above approaches, Autoregressive (AR) spectral extrapolation has attracted growing interest in industrial non-destructive testing due to its unique capability to simultaneously compress temporal waveforms and extend frequency spectra. Researchers have demonstrated its effectiveness across various applications. Lei et al. [13] combined AR with pre-modulated linear frequency modulation excitation to achieve echo deconvolution in the high-frequency ultrasonic testing of flip-chip packages. Zhai et al. [14] employed an improved covariance-based AR model to reconstruct spectra and expand bandwidth in terahertz time-domain reflection signals. Jin et al. [15] developed a time-of-flight diffraction blind zone suppression method using AR spectral extrapolation, successfully separating lateral waves from defect tip diffractions. However, AR techniques exhibit significant sensitivity to noise in practical applications, where spectral interference substantially degrades extrapolation accuracy, necessitating effective pre-processing denoising. However, AR techniques exhibit significant sensitivity to noise in practical applications, where spectral interference substantially degrades extrapolation accuracy, necessitating effective pre-processing denoising. Moreover, conventional AR extrapolation is essentially a scalar model and does not explicitly exploit the joint structure of the real and imaginary parts of the spectrum, which limits its robustness when dealing with narrow-band and low-SNR EMAT signals. These drawbacks motivate the introduction of a more robust vector Autoregressive framework together with an adaptive denoising front-end.
Variational Mode Decomposition (VMD) is a typical denoising method that decomposes signals into Intrinsic Mode Functions (IMFs) with specific center frequencies and limited bandwidth through a variational optimization framework. However, its effectiveness heavily depends on parameter selection. To address this limitation, researchers have developed various optimization strategies. Yin et al. [16] implemented a Genetic Algorithm (GA) for parameter optimization, though with limited computational efficiency; Hu et al. [17] utilized a Sparrow Search Algorithm (SSA) to achieve effective defect extraction under strong noise interference. Li et al. [18] applied a Marine Predators Algorithm (MPA) to effectively suppress background noise in transient electromagnetic signals. Additionally, Singular Value Decomposition (SVD) serves as an effective auxiliary denoising tool for random noise reduction. Current research demonstrates that combined VMD-SVD approaches have achieved satisfactory denoising results across multiple domains, including power load forecasting [19] and bridge monitoring [20].
This work introduces a Bayesian Vector Autoregression (BVAR) model into the spectral extrapolation framework for EMAT signals to overcome the aforementioned limitations. The method enhances extrapolation robustness and stability by incorporating prior distributions and multi-dimensional feature representations based on conventional autoregression. Building on this, we further propose an Adaptive Denoising and Bayesian Vector Autoregressive (AD-BVAR) spectral extrapolation method, which effectively mitigates the impact of noise on accuracy. The proposed methodology comprises three key stages. First, a Particle Swarm Optimization (PSO) algorithm is employed to adaptively optimize the parameters of VMD, ensuring an optimal match between the center frequencies and bandwidths of the decomposed modes. This step facilitates effective noise reduction and mode separation. Subsequently, SVD is applied to further eliminate random noise components, yielding intrinsic mode signals with high SNR. Finally, BVAR-based spectral extrapolation is performed on the denoised signal, which leverages Bayesian prior constraints and multi-dimensional feature coupling to achieve robust spectral extrapolation and high-resolution reconstruction.
2. Materials and Methods
2.1. PSO-VMD-SVD Adaptive Denoising Method
The core of VMD is to decompose a signal into Intrinsic Mode Functions (IMFs), each with a specific center frequency. Each mode is expressed as:
where represents the signal, denotes the IMFs, is the amplitude of each mode, and is the center frequency of the respective IMF. The Dirac delta function is used to enforce the frequency constraints of each mode.
To solve for the parameters and in the above equation, a penalty factor and Lagrangian multiplier are introduced, leading to an unconstrained minimization problem. The augmented Lagrangian function is formulated as:
The Alternating Direction Method of Multipliers (ADMM) is employed to iteratively update each component. The parameters , , and are alternately updated until convergence criteria are satisfied. After this decomposition process, the IMFs components are obtained. Effective components are selected using the correlation coefficient-envelope entropy criterion by calculating the correlation between each component and the original signal:
This work employs the PSO algorithm for adaptive parameter searching, as detailed in Algorithm 1. Each particle represents a candidate combination of VMD parameters:
Algorithm 1: PSO-VMD-SVD Adaptive Denoising AlgorithmInput: Raw detection signal , particle swarm size , maximum iteration count , number of modes , penalty factor Step 1: Randomly initialize particle positions and velocities ; Step 2: Repeat
-
For i = 1: to do
-
Perform VMD on signal
-
Calculate permutation entropy of each IMF and screen useful components
-
Execute SVD denoising on noise-dominant IMFs
-
Reconstruct signal and compute the personal best and global best
-
End
-
Update particle positions and , and subsequently calculate both the personal best and global best positions;
Step 3: Until maximum iteration count is reached or convergence criteria are satisfied; Step 4: Perform final VMD-SVD using optimal parameters and output denoised signal .
The particles iteratively approach the optimal parameter combination by dynamically updating their velocities and positions according to the following equations:
where denotes the position of the particle in the dimension, is its corresponding velocity, and is the inertia weight; and are the cognitive and social acceleration coefficients, and are random numbers uniformly distributed in , and and represent the particle’s historical best position and the global best position, respectively.
The fitness function is constructed based on the correlation coefficient–envelope entropy criterion:
where represents the correlation coefficient between the denoised reconstructed signal and the original signal, and denotes the envelope entropy. The PSO algorithm iteratively updates the parameter combinations to maximize the correlation and minimize the entropy, thereby obtaining the optimal VMD parameters.
In this fitness function, the correlation coefficient term evaluates the similarity be-tween the denoised signal and the original signal, encouraging the preservation of useful echo information and waveform morphology. At the same time, the envelope entropy term measures the concentration of energy in the denoised signal: a lower entropy indicates that the energy is more focused around the back-wall echoes and less spread over background noise. After obtaining the optimal VMD parameters through PSO, each effective mode component is denoised using SVD. For a given mode signal, the Hankel matrix is constructed:
In the above construction, the one-dimensional mode signal is embedded into a Hankel matrix by arranging time-shifted copies of the signal as columns, so that neigh-boring columns share highly overlapping samples. For an ideal damped echo with strong temporal correlation, the resulting Hankel matrix is approximately low-rank, whereas random noise is spread across all singular components. The matrix is then decomposed using SVD:
where and are orthogonal matrices, and contains the singular values in descending order.
By applying a singular value threshold or retaining the largest singular values , the noise components are effectively suppressed, and the denoised Hankel matrix is reconstructed as:
This process enhances the SNR while preserving the main features of the effective VMD components. In particular, the algorithm now clearly states that each particle encodes a candidate pair of VMD parameters (the number of modes and the penalty factor ). For a given particle, the corresponding and are used to perform VMD on the input EMAT signal. The particle swarm then updates these parameter pairs according to the personal-best and global-best fitness values, and the combination that yields the optimal fitness is finally selected as the VMD configuration.
2.2. Bayesian Vector Autoregression Model
Following signal denoising, precise thickness analysis of the echo signal is performed. Let the original A-scan signal collected by the electromagnetic probe in pulse-echo mode be , and the denoised signal be , where represents time. To enhance the spectral resolution of the A-scan signal, the frequency domain window corresponding to a drop of dB from the maximum amplitude of the signal spectrum is defined as the effective frequency band, with a frequency range from to . Within the high SNR region (where ranges from 6 dB to 10 dB), effective frequency bands are selected to preserve sufficient spectral characteristics while reducing interference from low-SNR components.
In the traditional AR spectral extrapolation method, for each effective frequency band, the AR model parameters are calculated using the Burg method. Forward and backward prediction formulas are employed to extrapolate the high-frequency and low-frequency components beyond the effective band:
where is the number of sampling points at the sampling frequency , represents the complex conjugate of , and is the extrapolated spectrum, which can be transformed back into the time-domain signal through the inverse Fourier transform.
To further enhance the robustness and feature representation capability of spectrum modeling, a BVAR model is introduced to perform spectral extrapolation based on the traditional AR approach. The complex spectrum is within the effective frequency.
Let the order of the VAR model be . The model can be expressed as:
where is a 2 × 2 coefficient matrix, and denotes the covariance matrix of the noise term. The parameters are estimated under a conjugate Normal–Inverse Wishart prior:
Here, represents the prior degree of freedom. The closed-form solutions for the coefficient matrix and covariance are given as:
where X denotes the lagged observation matrix. The extrapolation of the missing high and low frequency components is then recursively estimated as:
The extrapolated complex spectrum satisfies conjugate symmetry, and the corresponding time-domain signal can be reconstructed through the inverse Fourier transform.
2.3. AD-BVAR Spectral Extrapolation Method
To address the issues of limited spectral bandwidth, low SNR, and insufficient resolution in EMAT signals, this work proposes an AD-BVAR method. The overall framework, as illustrated in Figure 1, consists of three main stages: First, VMD is applied to the raw inspection signal to achieve multiscale decomposition, yielding several IMFs with distinct center frequencies. Effective components are automatically selected using a correlation coefficient–envelope entropy criterion, while residual noisy modes are further denoised in the energy domain using SVD. To eliminate uncertainties caused by manual parameter tuning, the PSO algorithm is introduced to globally optimize the key VMD parameters mode number and penalty factor , thereby achieving adaptive denoising and feature enhancement.
3. Simulation
The effectiveness of the proposed AD-BVAR spectral extrapolation method for EMAT thickness measurement was verified via numerical simulations performed in MATLAB R2025b. The simulation adopted typical steel acoustic parameters and was conducted on a workstation equipped with an Intel Core i7-10700K processor and 32 GB of RAM. The test block thickness was set to 12 mm, with a sampling rate of 200 MHz and 2000 sampling points. The excitation signal was modeled as a Gaussian-modulated pulse to simulate the ultrasonic echo generated by the EMAT, expressed as:
where is the probe center frequency (set to 5 MHz), represents the arrival time of the first echo, and is a pulse width control parameter governing the time domain spread and spectral bandwidth of the excitation.
The fundamental principle of ultrasonic A-scan thickness measurement is based on the ultrasonic echo method. When a longitudinal ultrasonic wave propagates through a specimen and encounters the bottom surface, a reflected echo is generated. The time interval between the first echo and the bottom echo relates to the material thickness h and the wave propagation velocity c in the material through the following equation:
To simulate electromagnetic and structural noise interference in real inspection environments, additive white Gaussian noise was added to the signal. The SNR was defined as the ratio of signal power to noise power. As shown in Figure 2, three typical SNR levels (2 dB, 5 dB, and 10 dB) were selected to represent strong, moderate, and weak noise conditions, forming a gradient of testing environments for robustness evaluation.
Four denoising algorithms were compared: (1) FIR band-pass filtering (2–40 MHz); (2) wavelet denoising; (3) fixed-parameter VMD-SVD ( = 3, = 1000); and (4) the proposed PSO-optimized adaptive denoising (PSO-VMD-SVD). As shown in Figure 3, under severe noise conditions (SNR = 2 dB), all algorithms partially restored the main echo, but PSO-VMD-SVD achieved the best performance with smoother baselines and superior noise suppression.
At SNR = 5 dB, the signal clarity improves significantly (Figure 4), and PSO-VMD-SVD demonstrates both effective background noise reduction and waveform preservation.
When SNR = 10 dB (Figure 5), all methods achieve satisfactory signal reconstruction, while PSO-VMD-SVD remains superior in waveform fidelity and baseline stability.
Figure 6 compares the denoising performance across SNR levels of 2, 5, and 10 dB. Figure 6a presents the Root Mean Square Error (RMSE), while Figure 6b shows the SNR. The results indicate that RMSE decreases with increasing SNR, and PSO-VMD-SVD consistently achieves the lowest RMSE and highest SNR gain. For instance, at an input SNR of 2 dB, PSO-VMD-SVD improves SNR by approximately 4 dB compared to FIR and by 1.2 dB over fixed-parameter VMD-SVD, confirming its superior capability in adaptive parameter optimization and robust denoising performance.
Figure 7 compares the thickness measurement results obtained by the Gate-Based, AR, BVAR, and proposed AD-BVAR methods under three SNR conditions (2 dB, 5 dB, and 10 dB). Figure 7a–d, Figure 7e–h, and Figure 7i–l correspond to input SNRs of 2 dB, 5 dB, and 10 dB, respectively; within each group, (a,e,i) show the Gate-Based method, (b,f,j) the AR method, (c,g,k) the BVAR method, and (d,h,l) the AD-BVAR method. The proposed PSO-VMD-SVD method exhibits superior noise suppression and waveform preservation across all conditions. The PSO-VMD-SVD method consistently outperforms the other methods across all SNR levels. At lower SNR (2 dB), noise suppression is critical, and the PSO-VMD-SVD method excels in reducing noise while maintaining the waveform integrity. As the SNR increases to 5 dB and 10 dB, the methods overall show improved performance, but the PSO-VMD-SVD method continues to demonstrate superior noise suppression and more accurate waveform retention compared to the Gate-Based, AR, BVAR, and AD-BVAR methods.
To quantify evaluate the thickness measurement performance of the various algorithms presented in Figure 7, the image data from each Figure 7a–l corresponding to the different SNRs were extracted and converted into Table 1.
Figure 8 Error rates of different thickness measurement methods under various SNRs (Gate-Based, AR, BVAR, AD-BVAR) at three SNR levels (2 dB, 5 dB, and 10 dB). At 2 dB SNR, the AD-BVAR method achieves the lowest error (0.033%), far outperforming the Gate-Based method (1.175%). At 5 dB SNR, AD-BVAR still leads with 0.058%, followed by BVAR (0.283%), AR (0.425%), and Gate-Based (0.967%). At 10 dB SNR, AD-BVAR remains the best (0.067%), while all methods show improved error rates compared to lower SNR. Overall, the AD-BVAR method consistently exhibits superior performance across all SNR levels, with significant error reduction from 2 dB to 10 dB.
In practical EMAT measurements, the residual thickness error is mainly caused by limited SNR, imperfect suppression of background noise in the signal processing chain (e.g., time-of-flight picking and spectral extrapolation), and sensor-related factors such as lift-off variation and slight misalignment. The proposed AD-BVAR scheme mainly reduc-es the first two contributions by enhancing the SNR, sharpening the back-wall echoes and improving echo localization.
4. Experiment
4.1. Experimental Setup
The experiments utilized a NOVASCAN portable 32/128 phased array system from Guangzhou Doppler Electronic Technology Co., Ltd., Guangzhou, China with an EMAT probe center frequency of 4 MHz and a sampling frequency of 200 MHz. The wave propagation velocity in the steel medium was 5924 m/s. A seven-step test block with thicknesses of 3 mm, 12.5 mm, 24 mm, and 30 mm was used for measurement. All experiments were carried out at room temperature on carbon-steel step blocks, corresponding to typical ambient conditions after pipelines or components have cooled down in service, see Figure 9.
4.2. Experimental Results
To further validate the universality and accuracy stability of the AD-BVAR method across specimens of varying thicknesses, step blocks with thicknesses of 3 mm, 12.5 mm, 24 mm, and 30 mm were selected for this study. Their A-scan signals were extrapolated and used for thickness calculations, with the results shown in Figure 10.
For the 3 mm specimen, shown in Figure 10a–d, the AD-BVAR method (Figure 10d) measures 2.992 mm, with an error of just 0.008 mm, making it the most accurate. In comparison, the Gate-Based method (Figure 10a) shows the largest error of 0.050 mm. Similarly, for the 12.5 mm specimen in Figure 10e–h, the AD-BVAR method (Figure 10h) again provides the closest measurement of 12.470 mm, with a minimal error of 0.030 mm while the Gate-Based method (Figure 10e) has a larger error of 0.100 mm. Moving on to the 24 mm specimen, shown in Figure 10i–l, the AD-BVAR method (Figure 10l) measures 24.006 mm, with an error of only 0.006 mm outperforming the other methods. The Gate-Based method has the largest error of 0.123 mm. Finally, for the 30 mm specimen in Figure 10m–p, the AD-BVAR method (Figure 10p) measures 30.053 mm, with an error of 0.053 mm, maintaining its high accuracy. The BVAR method (Figure 10m) shows a larger error of 0.069 mm.
To quantitatively evaluate the thickness measurement accuracy of the different methods presented in Figure 10, the image data from each Figure 10a–p corresponding to the various specimen thicknesses were extracted and summarized in Table 2. All data points represent the mean from five independent repeated experiments to effectively mitigate random errors and provide a comprehensive comparison of the methods’ performance across the different thicknesses.
As shown on Figure 11, the AD-BVAR method consistently delivers the lowest error rates across all specimen thicknesses (3 mm, 12.5 mm, 24 mm, and 30 mm). For the 3 mm specimen, AD-BVAR achieves an error rate of 0.267%, significantly outperforming the Gate-Based method (1.667%). In the 12.5 mm sample, AD-BVAR maintains the lowest error at 0.240%, while the Gate-Based method remains the highest at 0.800%. For the 24 mm specimen, AD-BVAR excels with an error of just 0.025%, compared to 0.513% for the Gate-Based method. Finally, for the 30 mm specimen, AD-BVAR continues to lead with a 0.177% error, while the Gate-Based method shows the highest error of 0.350%.
In summary, the AD-BVAR method outperforms all other methods in terms of accuracy, consistently achieving error rates below 0.3%.
5. Conclusions
This paper proposes a high-precision electromagnetic ultrasonic thickness measurement method based on Adaptive Denoising and Bayesian Vector Autoregressive Spectral Extrapolation (AD-BVAR). The proposed method effectively addresses the challenges associated with limited frequency bandwidth and low SNR in EMAT signals, which are key factors contributing to insufficient thickness measurement accuracy. The primary research findings are summarized as follows:
-
An adaptive denoising method was developed, referred to as PSO-VMD-SVD. This method utilizes the PSO algorithm to automatically determine the key parameters for VMD, combined with SVD for joint denoising. Experiments demonstrated that this method improves the SNR by approximately 6 dB compared to conventional FIR filtering at an input SNR of 2 dB, effectively suppressing noise while preserving crucial waveform details.
-
A BVAR model for spectral extrapolation was established. By incorporating Bayesian priors, this model performs robust joint modeling and extrapolation of the real and imaginary parts of the spectrum, overcoming the noise sensitivity inherent in the traditional AR method and significantly enhancing the quality of full-band spectrum reconstruction for A-scan signals.
-
Both numerical simulations and experimental validations were performed to assess the effectiveness of the proposed method under varying noise levels and sample thicknesses. At SNR levels of 2 dB, 5 dB, and 10 dB, the proposed AD-BVAR approach consistently yields thickness estimations that are closest to the reference values. Furthermore, for specimens with different thicknesses of 3 mm, 12.5 mm, 24 mm, and 30 mm, the AD-BVAR method achieves the highest measurement accuracy and stability among all compared techniques.
The main limitation of the proposed AD-BVAR scheme is the additional computational cost introduced by the PSO-VMD-SVD front-end, which is acceptable for the single channel EMAT A-scan signals studied here, but may become burdensome in high-throughput or imaging applications, where future work will focus on algorithm acceleration.
In summary, the developed AD-BVAR method, integrating intelligent optimization, adaptive signal decomposition, and Bayesian statistical inference, provides a robust and reliable technical pathway for high-precision EMAT thickness measurement in low-SNR environments. Future work will focus on incorporating deep learning and curved surface scattering models to further enhance the intelligent inspection and evaluation capabilities for complex components.
The reference list from the paper itself. Each links out to its DOI / PubMed record.
- 1Chen W. Lu C. Li X. Shi W. Zhou Y. Liu Y. Zhang S. A novel laser-EMAT ultrasonic longitudinal wave resonance method for wall thickness measurement at high temperatures Ultrasonics 202414110734010.1016/j.ultras.2024.10734038744113 · doi ↗ · pubmed ↗
- 2Siegl A. Auer D. Schweighofer B. Hochfellner A. Klösch G. Wegleiter H. Sub-M Hz EMAR for non-contact thickness measurement: How ultrasonic wave directivity affects accuracy Sensors 202525474610.3390/s 2515474640807913 PMC 12349216 · doi ↗ · pubmed ↗
- 3Hirao M. Ogi H. EMA Ts for Science and Industry: Noncontacting Ultrasonic Measurements Springer Science & Business Media Berlin/Heidelberg, Germany 2013
- 4Cheng J. Xu L. Chao L. A review of two types of non-destructive testing technique for pressure pipelines Insight-Non-Destr. Test. Cond. Monit.20216332633310.1784/insi.2021.63.6.326 · doi ↗
- 5Cai Z. Lu Z. Li Y. Zhang L. Research on the low-cost coating detection method based on electromagnetic acoustic transducer and nonlinear effect IEEE Sens. J.2024249647965910.1109/JSEN.2024.3367880 · doi ↗
- 6Guo X. An J. Wu H. Cai Z. Wang P. Graphene acoustic transducers based on electromagnetic interactions Ultrasonics 202111410642010.1016/j.ultras.2021.10642033735758 · doi ↗ · pubmed ↗
- 7Huang X. Xie Y. Liu F. Li J. Jiang W. Huang P. Sun H. Liang H. He S. Hao W. A hybrid denoising method for electromagnetic acoustic detection IEEE Sens. J.202424255232553010.1109/JSEN.2024.3416161 · doi ↗
- 8Kaixing L. Jianjian W. Xianglong K. Yajing G. Yunlin Q. A New Type of SH-Guided Wave EMAT based on Barker Code Pulse Compression Technology with Tone-Burst Excitation Int. J. Appl. Electromagn. Mech.202577476510.1177/13835416241304359 · doi ↗
