In order to improve the problem that the filtered-x least mean square(FxLMS)algorithm cannot take into account the convergence speed,steady-state error during active noise control.A piecewise variable step size FxLMS ...In order to improve the problem that the filtered-x least mean square(FxLMS)algorithm cannot take into account the convergence speed,steady-state error during active noise control.A piecewise variable step size FxLMS algorithm based on logarithmic function(PLFxLMS)is proposed,and the genetic algorithm are introduced to optimize the parameters of logarithmic variable step size FxLMS(LFxLMS),improved logarithmic variable step size Films(IFxLMS),and PLFxLMS algorithms.Bandlimited white noise is used as the input signal,FxLMS,LFxLMS,ILFxLMS,and PLFxLMS algorithms are used to conduct active noise control simulation,and the convergence speed and steady-state characteristic of four algorithms are comparatively analyzed.Compared with the other three algorithms,the PLFxLMS algorithm proposed in this paper has the fastest convergence speed,and small steady-state error.The PLFxLMS algorithm can effectively improve the convergence speed and steady-state error of the FxLMS algorithm that cannot be controlled at the same time,and achieve the optimal effect.展开更多
In this paper after analyzing the adaptation process of the proportionate normalized least mean square(PNLMS) algorithm, a statistical model is obtained to describe the convergence process of each adaptive filter coef...In this paper after analyzing the adaptation process of the proportionate normalized least mean square(PNLMS) algorithm, a statistical model is obtained to describe the convergence process of each adaptive filter coefcient. Inspired by this result, a modified PNLMS algorithm based on precise magnitude estimate is proposed. The simulation results indicate that in contrast to the traditional PNLMS algorithm, the proposed algorithm achieves faster convergence speed in the initial convergence state and lower misalignment in the stead stage with much less computational complexity.展开更多
Advanced processing of lung sound (LS) recording is a significant means to separate heart sounds (HS) and combined low frequency noise from instruments (NI), with saving its characteristics. This paper proposes a new ...Advanced processing of lung sound (LS) recording is a significant means to separate heart sounds (HS) and combined low frequency noise from instruments (NI), with saving its characteristics. This paper proposes a new method of LS filtering which separates HS and NI simultaneously. It focuses on the application of least mean squares (LMS) algorithm with adaptive noise cancelling (ANC) technique. The second step of the new method is to modulate the reference input r1(n) of LMS-ANC to acquiesce combining HS and NI signals. The obtained signal is removed from primary signal (original lung sound recording-LS). The original signal is recorded from subjects and derived HS from it and it is modified by a band pass filter. NI is simulated by generating approximately periodic white gaussian noise (WGN) signal. The LMS-ANC designed algorithm is controlled in order to determine the optimum values of the order L and the coefficient convergence μ. The output results are measured using power special density (PSD), which has shown the effectiveness of our suggested method. The result also has shown visual difference PSD (to) normal and abnormal LS recording. The results show that the method is a good technique for heart sound and noise reduction from lung sounds recordings simultaneously with saving LS characteristics.展开更多
The adaptive filtering algorithm with a fixed projection order is unable to adjust its performance in response to changes in the external environment of airborne radars.To overcome this limitation,a new approach is in...The adaptive filtering algorithm with a fixed projection order is unable to adjust its performance in response to changes in the external environment of airborne radars.To overcome this limitation,a new approach is introduced,which is the variable projection order Ekblom norm-promoted adaptive algorithm(VPO-EPAA).The method begins by examining the mean squared deviation(MSD)of the EPAA,deriving a formula for its MSD.Next,it compares the MSD of EPAA at two different projection orders and selects the one that minimizes the MSD as the parameter for the current iteration.Furthermore,the algorithm’s computational complexity is analyzed theoretically.Simulation results from system identification and self-interference cancellation show that the proposed algorithm performs exceptionally well in airborne radar signal self-interference cancellation,even under various noise intensities and types of interference.展开更多
The phenomenon of a target echo peak overlapping with the backscattered echo peak significantly undermines the detection range and precision of underwater laser fuzes.To overcome this issue,we propose a four-quadrant ...The phenomenon of a target echo peak overlapping with the backscattered echo peak significantly undermines the detection range and precision of underwater laser fuzes.To overcome this issue,we propose a four-quadrant dual-beam circumferential scanning laser fuze to distinguish various interference signals and provide more real-time data for the backscatter filtering algorithm.This enhances the algorithm loading capability of the fuze.In order to address the problem of insufficient filtering capacity in existing linear backscatter filtering algorithms,we develop a nonlinear backscattering adaptive filter based on the spline adaptive filter least mean square(SAF-LMS)algorithm.We also designed an algorithm pause module to retain the original trend of the target echo peak,improving the time discrimination accuracy and anti-interference capability of the fuze.Finally,experiments are conducted with varying signal-to-noise ratios of the original underwater target echo signals.The experimental results show that the average signal-to-noise ratio before and after filtering can be improved by more than31 d B,with an increase of up to 76%in extreme detection distance.展开更多
Active Magnetic Bearing(AMB) is a kind of electromagnetic support that makes the rotor movement frictionless and can suppress rotor vibration by controlling the magnetic force. The most common approach to restrain the...Active Magnetic Bearing(AMB) is a kind of electromagnetic support that makes the rotor movement frictionless and can suppress rotor vibration by controlling the magnetic force. The most common approach to restrain the rotor vibration in AMBs is to adopt a notch filter or adaptive filter in the AMB controller. However, these methods cannot obtain the precise amplitude and phase of the compensation current. Thus, they are not so effective in terms of suppressing the vibrations of the fundamental and other harmonic orders over the whole speed range. To improve the vibration suppression performance of AMBs,an adaptive filter based on Least Mean Square(LMS) is applied to extract the vibration signals from the rotor displacement signal. An Iterative Search Algorithm(ISA) is proposed in this paper to obtain the corresponding relationship between the compensation current and vibration signals. The ISA is responsible for searching the compensating amplitude and shifting phase online for the LMS filter, enabling the AMB controller to generate the corresponding compensation force for vibration suppression. The results of ISA are recorded to suppress vibration using the Look-Up Table(LUT) in variable speed range. Comprehensive simulations and experimental validations are carried out in fixed and variable speed range, and the results demonstrate that by employing the ISA, vibrations of the fundamental and other harmonic orders are suppressed effectively.展开更多
Compositional data, such as relative information, is a crucial aspect of machine learning and other related fields. It is typically recorded as closed data or sums to a constant, like 100%. The statistical linear mode...Compositional data, such as relative information, is a crucial aspect of machine learning and other related fields. It is typically recorded as closed data or sums to a constant, like 100%. The statistical linear model is the most used technique for identifying hidden relationships between underlying random variables of interest. However, data quality is a significant challenge in machine learning, especially when missing data is present. The linear regression model is a commonly used statistical modeling technique used in various applications to find relationships between variables of interest. When estimating linear regression parameters which are useful for things like future prediction and partial effects analysis of independent variables, maximum likelihood estimation (MLE) is the method of choice. However, many datasets contain missing observations, which can lead to costly and time-consuming data recovery. To address this issue, the expectation-maximization (EM) algorithm has been suggested as a solution for situations including missing data. The EM algorithm repeatedly finds the best estimates of parameters in statistical models that depend on variables or data that have not been observed. This is called maximum likelihood or maximum a posteriori (MAP). Using the present estimate as input, the expectation (E) step constructs a log-likelihood function. Finding the parameters that maximize the anticipated log-likelihood, as determined in the E step, is the job of the maximization (M) phase. This study looked at how well the EM algorithm worked on a made-up compositional dataset with missing observations. It used both the robust least square version and ordinary least square regression techniques. The efficacy of the EM algorithm was compared with two alternative imputation techniques, k-Nearest Neighbor (k-NN) and mean imputation (), in terms of Aitchison distances and covariance.展开更多
The modeling and control of pH neutralization processes is a difficult problem in the field of process control.A multi-modeling method using an improved k-means clustering based on a new validity function is proposed ...The modeling and control of pH neutralization processes is a difficult problem in the field of process control.A multi-modeling method using an improved k-means clustering based on a new validity function is proposed in this paper.There are some common problems, including the number of clusters assumed as a priori knowledge and initial cluster centers selected randomly for classical k-means clustering.The proposed algorithm is used to compute initial cluster centers and a new validity function is added to determine the appropriate number of clusters, then partial least squares (PLS) is used to construct the regression equation for each local cluster.Simulation results showed that multiple models using the proposed algorithm gave good performance, and the feasibility and validity of the proposed algorithm was verified.展开更多
涡桨飞机座舱的主动噪声控制系统普遍采用传统的多通道滤波x最小均方(multichannel filtered-x least mean square,简称McFxLMS)算法,该算法的计算量随着通道数的增加而激增,严重影响控制效果。针对该问题,基于连续局部迭代-McFxLMS(seq...涡桨飞机座舱的主动噪声控制系统普遍采用传统的多通道滤波x最小均方(multichannel filtered-x least mean square,简称McFxLMS)算法,该算法的计算量随着通道数的增加而激增,严重影响控制效果。针对该问题,基于连续局部迭代-McFxLMS(sequential partial update-McFxLMS,简称SPU-McFxLMS)算法,开发了多通道主动噪声控制系统。SPU-McFxLMS算法通过更新部分滤波器权值,在保证收敛精度的同时能够显著降低计算复杂度。首先,对比分析了传统McFxLMS算法与SPU-McFxLMS算法的原理差异,通过理论推导证明其计算效率提升特性;其次,建立了算法仿真模型,通过仿真验证了理论分析结果;最后,基于SOM-TL6678核心板开发了16通道的主动噪声控制系统,并搭建飞机座舱地面模拟实验平台进行实验。结果表明,该系统在108 Hz和216 Hz双频噪声场景下,各位置的平均降噪量能够达到10 dB以上。展开更多
文摘In order to improve the problem that the filtered-x least mean square(FxLMS)algorithm cannot take into account the convergence speed,steady-state error during active noise control.A piecewise variable step size FxLMS algorithm based on logarithmic function(PLFxLMS)is proposed,and the genetic algorithm are introduced to optimize the parameters of logarithmic variable step size FxLMS(LFxLMS),improved logarithmic variable step size Films(IFxLMS),and PLFxLMS algorithms.Bandlimited white noise is used as the input signal,FxLMS,LFxLMS,ILFxLMS,and PLFxLMS algorithms are used to conduct active noise control simulation,and the convergence speed and steady-state characteristic of four algorithms are comparatively analyzed.Compared with the other three algorithms,the PLFxLMS algorithm proposed in this paper has the fastest convergence speed,and small steady-state error.The PLFxLMS algorithm can effectively improve the convergence speed and steady-state error of the FxLMS algorithm that cannot be controlled at the same time,and achieve the optimal effect.
文摘In this paper after analyzing the adaptation process of the proportionate normalized least mean square(PNLMS) algorithm, a statistical model is obtained to describe the convergence process of each adaptive filter coefcient. Inspired by this result, a modified PNLMS algorithm based on precise magnitude estimate is proposed. The simulation results indicate that in contrast to the traditional PNLMS algorithm, the proposed algorithm achieves faster convergence speed in the initial convergence state and lower misalignment in the stead stage with much less computational complexity.
文摘Advanced processing of lung sound (LS) recording is a significant means to separate heart sounds (HS) and combined low frequency noise from instruments (NI), with saving its characteristics. This paper proposes a new method of LS filtering which separates HS and NI simultaneously. It focuses on the application of least mean squares (LMS) algorithm with adaptive noise cancelling (ANC) technique. The second step of the new method is to modulate the reference input r1(n) of LMS-ANC to acquiesce combining HS and NI signals. The obtained signal is removed from primary signal (original lung sound recording-LS). The original signal is recorded from subjects and derived HS from it and it is modified by a band pass filter. NI is simulated by generating approximately periodic white gaussian noise (WGN) signal. The LMS-ANC designed algorithm is controlled in order to determine the optimum values of the order L and the coefficient convergence μ. The output results are measured using power special density (PSD), which has shown the effectiveness of our suggested method. The result also has shown visual difference PSD (to) normal and abnormal LS recording. The results show that the method is a good technique for heart sound and noise reduction from lung sounds recordings simultaneously with saving LS characteristics.
基金supported by the Shan⁃dong Provincial Natural Science Foundation(No.ZR2022MF314).
文摘The adaptive filtering algorithm with a fixed projection order is unable to adjust its performance in response to changes in the external environment of airborne radars.To overcome this limitation,a new approach is introduced,which is the variable projection order Ekblom norm-promoted adaptive algorithm(VPO-EPAA).The method begins by examining the mean squared deviation(MSD)of the EPAA,deriving a formula for its MSD.Next,it compares the MSD of EPAA at two different projection orders and selects the one that minimizes the MSD as the parameter for the current iteration.Furthermore,the algorithm’s computational complexity is analyzed theoretically.Simulation results from system identification and self-interference cancellation show that the proposed algorithm performs exceptionally well in airborne radar signal self-interference cancellation,even under various noise intensities and types of interference.
基金supported by the 2021 Open Project Fund of Science and Technology on Electromechanical Dynamic Control Laboratory,grant number 212-C-J-F-QT-2022-0020China Postdoctoral Science Foundation,grant number 2021M701713+1 种基金Postgraduate Research&Practice Innovation Program of Jiangsu Province,grant number KYCX23_0511the Jiangsu Funding Program for Excellent Postdoctoral Talent,grant number 20220ZB245。
文摘The phenomenon of a target echo peak overlapping with the backscattered echo peak significantly undermines the detection range and precision of underwater laser fuzes.To overcome this issue,we propose a four-quadrant dual-beam circumferential scanning laser fuze to distinguish various interference signals and provide more real-time data for the backscatter filtering algorithm.This enhances the algorithm loading capability of the fuze.In order to address the problem of insufficient filtering capacity in existing linear backscatter filtering algorithms,we develop a nonlinear backscattering adaptive filter based on the spline adaptive filter least mean square(SAF-LMS)algorithm.We also designed an algorithm pause module to retain the original trend of the target echo peak,improving the time discrimination accuracy and anti-interference capability of the fuze.Finally,experiments are conducted with varying signal-to-noise ratios of the original underwater target echo signals.The experimental results show that the average signal-to-noise ratio before and after filtering can be improved by more than31 d B,with an increase of up to 76%in extreme detection distance.
基金supported by the Natural Science Foundation of China (U22A20214)。
文摘Active Magnetic Bearing(AMB) is a kind of electromagnetic support that makes the rotor movement frictionless and can suppress rotor vibration by controlling the magnetic force. The most common approach to restrain the rotor vibration in AMBs is to adopt a notch filter or adaptive filter in the AMB controller. However, these methods cannot obtain the precise amplitude and phase of the compensation current. Thus, they are not so effective in terms of suppressing the vibrations of the fundamental and other harmonic orders over the whole speed range. To improve the vibration suppression performance of AMBs,an adaptive filter based on Least Mean Square(LMS) is applied to extract the vibration signals from the rotor displacement signal. An Iterative Search Algorithm(ISA) is proposed in this paper to obtain the corresponding relationship between the compensation current and vibration signals. The ISA is responsible for searching the compensating amplitude and shifting phase online for the LMS filter, enabling the AMB controller to generate the corresponding compensation force for vibration suppression. The results of ISA are recorded to suppress vibration using the Look-Up Table(LUT) in variable speed range. Comprehensive simulations and experimental validations are carried out in fixed and variable speed range, and the results demonstrate that by employing the ISA, vibrations of the fundamental and other harmonic orders are suppressed effectively.
文摘Compositional data, such as relative information, is a crucial aspect of machine learning and other related fields. It is typically recorded as closed data or sums to a constant, like 100%. The statistical linear model is the most used technique for identifying hidden relationships between underlying random variables of interest. However, data quality is a significant challenge in machine learning, especially when missing data is present. The linear regression model is a commonly used statistical modeling technique used in various applications to find relationships between variables of interest. When estimating linear regression parameters which are useful for things like future prediction and partial effects analysis of independent variables, maximum likelihood estimation (MLE) is the method of choice. However, many datasets contain missing observations, which can lead to costly and time-consuming data recovery. To address this issue, the expectation-maximization (EM) algorithm has been suggested as a solution for situations including missing data. The EM algorithm repeatedly finds the best estimates of parameters in statistical models that depend on variables or data that have not been observed. This is called maximum likelihood or maximum a posteriori (MAP). Using the present estimate as input, the expectation (E) step constructs a log-likelihood function. Finding the parameters that maximize the anticipated log-likelihood, as determined in the E step, is the job of the maximization (M) phase. This study looked at how well the EM algorithm worked on a made-up compositional dataset with missing observations. It used both the robust least square version and ordinary least square regression techniques. The efficacy of the EM algorithm was compared with two alternative imputation techniques, k-Nearest Neighbor (k-NN) and mean imputation (), in terms of Aitchison distances and covariance.
文摘The modeling and control of pH neutralization processes is a difficult problem in the field of process control.A multi-modeling method using an improved k-means clustering based on a new validity function is proposed in this paper.There are some common problems, including the number of clusters assumed as a priori knowledge and initial cluster centers selected randomly for classical k-means clustering.The proposed algorithm is used to compute initial cluster centers and a new validity function is added to determine the appropriate number of clusters, then partial least squares (PLS) is used to construct the regression equation for each local cluster.Simulation results showed that multiple models using the proposed algorithm gave good performance, and the feasibility and validity of the proposed algorithm was verified.
文摘涡桨飞机座舱的主动噪声控制系统普遍采用传统的多通道滤波x最小均方(multichannel filtered-x least mean square,简称McFxLMS)算法,该算法的计算量随着通道数的增加而激增,严重影响控制效果。针对该问题,基于连续局部迭代-McFxLMS(sequential partial update-McFxLMS,简称SPU-McFxLMS)算法,开发了多通道主动噪声控制系统。SPU-McFxLMS算法通过更新部分滤波器权值,在保证收敛精度的同时能够显著降低计算复杂度。首先,对比分析了传统McFxLMS算法与SPU-McFxLMS算法的原理差异,通过理论推导证明其计算效率提升特性;其次,建立了算法仿真模型,通过仿真验证了理论分析结果;最后,基于SOM-TL6678核心板开发了16通道的主动噪声控制系统,并搭建飞机座舱地面模拟实验平台进行实验。结果表明,该系统在108 Hz和216 Hz双频噪声场景下,各位置的平均降噪量能够达到10 dB以上。