The Savitzky-Golay(SG)filter,which employs polynomial least-squares approximations to smooth data and estimate derivatives,is widely used for processing noisy data.However,noise suppression by the SG filter is recogni...The Savitzky-Golay(SG)filter,which employs polynomial least-squares approximations to smooth data and estimate derivatives,is widely used for processing noisy data.However,noise suppression by the SG filter is recognized to be limited at data boundaries and high frequencies,which can significantly reduce the signal-to-noise ratio(SNR).To solve this problem,a novel method synergistically integrating Principal Component Analysis(PCA)with SG filtering is proposed in this paper.This approach avoids the is-sue of excessive smoothing associated with larger window sizes.The proposed PCA-SG filtering algorithm was applied to a CO gas sensing system based on Cavity Ring-Down Spectroscopy(CRDS).The perform-ance of the PCA-SG filtering algorithm is demonstrated through comparison with Moving Average Filtering(MAF),Wavelet Transformation(WT),Kalman Filtering(KF),and the SG filter.The results demonstrate that the proposed algorithm exhibits superior noise reduction capabilities compared to the other algorithms evaluated.The SNR of the ring-down signal was improved from 11.8612 dB to 29.0913 dB,and the stand-ard deviation of the extracted ring-down time constant was reduced from 0.037μs to 0.018μs.These results confirm that the proposed PCA-SG filtering algorithm effectively improves the smoothness of the ring-down curve data,demonstrating its feasibility.展开更多
Accurate estimation of the State of Charge(SOC),State of Health(SOH),and Terminal Resistance(TR)is crucial for the effective operation of Battery Management Systems(BMS)in lithium-ion batteries.This study conducts a c...Accurate estimation of the State of Charge(SOC),State of Health(SOH),and Terminal Resistance(TR)is crucial for the effective operation of Battery Management Systems(BMS)in lithium-ion batteries.This study conducts a comprehensive comparative analysis of four Kalman filter variants Extended Kalman Filter(EKF),Extended Kalman-Bucy Filter(EKBF),Unscented Kalman Filter(UKF),and Unscented Kalman-Bucy Filter(UKBF)under varying battery parameter conditions.These include temperature fluctuation,self-discharge,current direction,cell capacity,process noise,and measurement noise.Our findings reveal significant variations in the performance of SOC and SOH predictions across filters,emphasizing that UKF demonstrates superior robustness to noise,while EKF performs better under accurate system dynamics.The study underscores the need for adaptive filtering strategies that can dynamically adjust to evolving battery parameters,thereby enhancing BMS reliability and extending battery lifespan.展开更多
1 Introduction Recently,the increasing demand for advanced telecommunication systems has spurred extensive research into bandpass filters(BPFs),with particular emphasis on miniaturization,reduction of insertion loss(I...1 Introduction Recently,the increasing demand for advanced telecommunication systems has spurred extensive research into bandpass filters(BPFs),with particular emphasis on miniaturization,reduction of insertion loss(IL),and enhancement of upper stopband rejection(Huang et al.,2021;Snyder et al.,2021;Lin et al.,2023;Zeng et al.,2023).展开更多
In this study,a fifth-degree cubature particle filter(5CPF)is proposed to address the limited estimation accuracy in traditional particle filter algorithms for bearings-only tracking(BOT).This algorithm calculates the...In this study,a fifth-degree cubature particle filter(5CPF)is proposed to address the limited estimation accuracy in traditional particle filter algorithms for bearings-only tracking(BOT).This algorithm calculates the recommended density function by introducing a fifth-degree cubature Kalman filter algorithm to guide particle sampling,which effectively alleviates the problem of particle degradation and significantly improves the estimation accuracy of the filter.However,the 5CPF algorithm exhibits high computational complexity,particularly in scenarios with a large number of particles.Therefore,we propose the extended Kalman filter(EKF)-5CPF algorithm,which employs an EKF to replace the time update step for each particle in the 5CPF.This enhances the algorithm’s real-time capability while maintaining the high precision advantage of the 5CPF algorithm.In addition,we construct bearing-only dual-station and single-motion station target tracking systems,and the filtering performances of 5CPF and EKF-5CPF algorithms under different conditions are analyzed.The results show that both the 5CPF algorithm and EKF-5CPF have strong robustness and can adapt to different noise environments.Furthermore,both algorithms significantly outperform traditional nonlinear filtering algorithms in terms of convergence speed,tracking accuracy,and overall stability.展开更多
Color filters are essential components for optical modulation.However,conventional filters are restricted to operating exclusively in either reflective or transmissive mode.Furthermore,they suffer from limited UV and ...Color filters are essential components for optical modulation.However,conventional filters are restricted to operating exclusively in either reflective or transmissive mode.Furthermore,they suffer from limited UV and thermal stability,low color purity,and exhibit identical coloration on both surfaces.Herein,we propose a novel design strategy for trans-reflective color filters by integrating the absorptive properties of dye-doped polysulfone(PSU)with the diffractive capabilities of photonic crystals.This composite filter achieved broad-spectrum transmission with deep color outputs—yellow(0.410,0.510),magenta(0.446,0.231),and cyan(0.201,0.425)—closely aligned with standard color space coordinates.By tuning the refractive index of CeO_(2)@SiO_(2)nanoparticles to match dye-based PSU matrix,the transmittance of filters exceeded 70%.Moreover,dye-mediated absorption reduces the scattering light,thereby enhancing reflection color purity(full width at half maxima(FWHM)=25 nm)and producing vibrant blue,green,and red hues.The incorporation of UV-absorbing CeO_(2)@SiO_(2)nanoparticles effectively mitigated dye photodegradation,yielding exceptional UV stability(ΔT<2%under prolonged UV exposure).The filters also exhibited outstanding thermal stability(ΔT<1%after 30 min heat treatment at 230°C).This work establishes a robust materials design framework for multifunctional optical filters,advancing the development of highfidelity dual-mode color systems for next-generation display technologies.展开更多
Recommendation systems are an integral and indispensable part of every digital platform,as they can suggest content or items to users based on their respective needs.Collaborative filtering is a technique often used i...Recommendation systems are an integral and indispensable part of every digital platform,as they can suggest content or items to users based on their respective needs.Collaborative filtering is a technique often used in various studies,which produces recommendations by analyzing similarities between users and items based on their behavior.Although often used,traditional collaborative filtering techniques still face the main challenge of sparsity.Sparsity problems occur when the data in the system is sparse,meaning that only a portion of users provide feedback on some items,resulting in inaccurate recommendations generated by the system.To overcome this problem,we developed aHybrid Collaborative Filtering model based onMatrix Factorization andGradient Boosting(HCF-MFGB),a new hybrid approach.Our proposed model integrates SVD++,the XGBoost ensemble learning algorithm,and utilizes user demographic data and meta items.We utilize information,both explicitly and implicitly,to learn user preference patterns using SVD++.The XGBoost algorithm is used to create hundreds of decision trees incrementally,thereby improving model accuracy.Meanwhile,user demographic and meta-item data are clustered using the K-Means Clustering algorithm to capture similarities in user and item characteristics.This combination is designed to improve rating prediction accuracy by reducing reliance on minimal explicit rating data,while addressing sparsity issues in movie recommendation systems.The results of experiments on the MovieLens 100K,MovieLens 1M,and CiaoDVD datasets show significant improvements,outperforming various other baselinemodels in terms of RMSE and MAE.On theMovieLens 100K dataset,the HCF-MFGB model obtained an RMSE value of 0.853 and an MAE value of 0.674.On theMovieLens 1M dataset,the HCF-MFGB model obtained an RMSE value of 0.763 and an MAE value of 0.61.On the CiaoDCD dataset,the HCF-MFGB model achieved an RMSE value of 0.718 and an MAE value of 0.495.These results confirm a significant improvement in movie recommendation accuracy with the proposed approach.展开更多
This article presents an adaptive intelligent control strategy applied to a lumped-parameter evaporator model,i.e.,a simplified dynamic representation treating the evaporator as a single thermal node with uniform temp...This article presents an adaptive intelligent control strategy applied to a lumped-parameter evaporator model,i.e.,a simplified dynamic representation treating the evaporator as a single thermal node with uniform temperature distribution,suitable for control design due to its balance between physical fidelity and computational simplicity.The controller uses a wavelet-based neural proportional,integral,derivative(PID)controller with IIR filtering(infinite impulse response).The dynamic model captures the essential heat and mass transfer phenomena through a nonlinear energy balance,where the cooling capacity“Qevap”is expressed as a non-linear function of the compressor frequency and the temperature difference,specifically,Q_(evap)=k_(1)u(T_(in)−T_(e))with u as compressor frequency,Te evaporator temperature,and Tin inlet fluid temperature.The operating conditions of the system,in general terms,focus on the following variables,the overall thermal capacity is 1000 J/K,typical for small-capacity heat exchangers,The mass flow is 0.05 kg/s,typical for secondary liquid cooling circuits,the overall loss coefficient of 50 W/K that corresponds to small evaporators with partial insulation,the temperatures(inlet)of 10℃and the temperature of environment of 25℃,thermal load of 200 W that corresponds to a small-scaled air conditioning applications.To handle system nonlinearities and improve control performance,aMorlet wavelet-based neural network(Wavenet)is used to dynamically adjust the PID gains online.An IIR filter is incorporated to smooth the adaptive gains,improving stability and reducing oscillations.In contrast to prior wavelet-or neural-adaptive PID controllers in HVAC applications,which typically adjust gains without explicit filtering or not tailored to evaporator dynamics,this work introduces the first PID–Wavenet scheme augmented with an IIR-based stabilization layer,specifically designed to address the combined challenges of nonlinear evaporator behavior,gain oscillation,and real-time implementability.The proposed controller(PID-Wavenet+IIR)is implemented and validated inMATLAB/Simulink,demonstrating superior performance compared to a conventional PID tuned using Simulink’s auto-tuning function.Key results include a reduction in settling time from 13.3 to 8.2 s,a reduction in overshoot from 3.5%to 0.8%,a reduction in steady-state error from 0.12℃ to 0.02℃and a 13%reduction in energy overall consumption.The controller also exhibits greater robustness and adaptability under varying thermal loads.This explicit integration of wavelet-driven adaptation with IIR-filtered gain shaping constitutes the main methodological contribution and novelty of the work.These findings validate the effectiveness of the wavelet-based adaptive approach for advanced thermal management in refrigeration and HVAC systems,with potential applications in controlling variable-speed compressors,liquid chillers,and compact cooling units.展开更多
The optimization of the acoustic silencer volume is very important to develop it and to get high-performance,the importance of the silencer was appeared in industrial field to eliminate the noise of the duct by effici...The optimization of the acoustic silencer volume is very important to develop it and to get high-performance,the importance of the silencer was appeared in industrial field to eliminate the noise of the duct by efficient and economical method.The main goal of this research is to optimize the transmission loss(TL)by analytical method of the Double-Chamber Silencer(DCS),the TL has been selected as the main parameter in silencer because it does not based on the source or the termination impedances.First we calculated the power transmission coefficient(PTC)and the TL of an acoustic silencer,then used the Lagrange method to optimize the silencer length.All calculation of silencer data is obtained by solving the governing equations in commercial software Matlab®.A several calculations for different silencer length at many frequency ranges were performed simultaneously.Finally,this research supports the efficient and rapid techniques for DCS optimal design under narrow space.The results show that the acoustic TL is maximized at the desired frequency.展开更多
The high pressure waves generated due to muzzle blast flow of tank gun during firing is a critical issue to examine. The impulsive noise from the gun has various negative effects such as damage of human bodies, damage...The high pressure waves generated due to muzzle blast flow of tank gun during firing is a critical issue to examine. The impulsive noise from the gun has various negative effects such as damage of human bodies, damage of structures, creating an environmental, social problem and also military problems such as exposure of location of troops. This high pressure impulsive sound, generated during the blast flow, was studied and attenuated. An axisymmetric computational domain was constructed by employing Spalart Allmaras turbulence model. Approximately 90% of pressure and 20 dB of sound level are reduced due to the use of the three baffle silencer at the muzzle end of the gun barrel, in comparison with the tank gun without silencer. Also, the sound pressure level at different points in the ambient region shows the same attenuation in results. This study will be helpful to understand the blast wave characteristics and also to get a good idea to design silencer for large caliber weapon system.展开更多
RNA silencing(RNAi)is a nucleotide sequence-specific process that results in blockage of gene expression(Baulcombe,2004,2005;Gunter Meister,2004;Vaucheret,2006;Chinnusamy and Zhu,2009;Heo and Kim,2009;Matzke et al.,20...RNA silencing(RNAi)is a nucleotide sequence-specific process that results in blockage of gene expression(Baulcombe,2004,2005;Gunter Meister,2004;Vaucheret,2006;Chinnusamy and Zhu,2009;Heo and Kim,2009;Matzke et al.,2009;Simon and Meyers,2011).In plants,post-transcriptional gene silencing(PTGS)occurs in the cytoplasm that is induced by small RNAs(sRNAs),which are the products of double-stranded RNAs(dsRNAs)processed by Dicer-like ribonucleases and achieve specificity through base pairing with targeted RNA sequences(Carmell and Hannon,2004;Gunter Meister,2004;Gasciolli et al.,2005).In an alternative pathway occurring in the nucleus,sRNAs corresponding to promoter sequences direct the silencing machinery to block the transcription of homologous promoters(transcriptional gene silencing,TGS).This process requires 24-nt sRNAs for de novo DNA methylation,a process known as RNA-directed DNA methylation(RdDM)(James P.Jackson and Jacobsen,2002;Matzke and Birchler,2005;Matzke et al.,2007;Zilberman et al.,2007;Wierzbicki et al.,200&Zilberman,2008).Histone modifications also play an important role in the establishment and maintenance of DNA methylation(Zuzana Jasencakova,2003;Ooi et al.,2007;Cedar and Bergman,2009;Law and Jacobsen,2010).In plants,it has been shown that the transcription of exogenous transgene transcribing inverted-repeat(exo-/R)sequences produces dsRNAs,triggering exo-//?PTGS that is negatively autoregulated through methylation spreading/transitive silencing.This transitive silencing「einforces the self-silencing of exo-//?and leads to reduced exo-//?PTGS and exo-/R-derived sRNA production.exo-/R-derived sRNAs function as mobile signals to trigger sRNA-mediated non-cell autonomous silencing of an endogenous homologous target gene(endo-gene)(Dong et al.,2011).It remains unknown whether histone modifications play a role in the exo-IR-triggered endo-gene silencing.展开更多
The multi-dimensional time-domain computational fluid dynamics(CFD) approach is extended to calculate the acoustic attenuation performance of water-filled piping silencers. Transmission loss predictions from the time-...The multi-dimensional time-domain computational fluid dynamics(CFD) approach is extended to calculate the acoustic attenuation performance of water-filled piping silencers. Transmission loss predictions from the time-domain CFD approach and the frequency-domain finite element method(FEM) agree well with each other for the dual expansion chamber silencer, straight-through and cross-flow perforated tube silencers without flow. Then, the time-domain CFD approach is used to investigate the effect of flow on the acoustic attenuation characteristics of perforated tube silencers. The numerical predictions demonstrate that the mean flow increases the transmission loss, especially at higher frequencies, and shifts the transmission loss curve to lower frequencies.展开更多
The developmental stage-specific silencing of the human ε-globin gene during embryonic life is controlled, inpart, by the silencer (-392bp~-177bp) upstream of thisgene. In order to elucidate its role, the nuclear ex...The developmental stage-specific silencing of the human ε-globin gene during embryonic life is controlled, inpart, by the silencer (-392bp~-177bp) upstream of thisgene. In order to elucidate its role, the nuclear extractfrom the human fetal liver has been prepared and the interactions between trans-acting factors and this silencerelement have been examined. By using DNasel footprinting assay, a major protected region from -278bp to -235bpwithin this silencer element was identified. Furthermore,we found in gel mobility shift assay and Southwestern blotting assay that there were at least four trans-acting factors (MW ≈ 32, 28, 26 and 22kD) in the nuclear extractisolated from the human fetal liver, which could specifically bind to this region. Our results suggested that thesetrans-acting factors might play an important role in silencing the human embryonic ε-globin gene expression at thefetal stage through the interactions with this silencer.展开更多
In marine engine exhaust silencing systems, the presence of exhaust gas flow influences the sound propagation inside the systems and the acoustic attenuation performance of silencers. In order to investigate the effec...In marine engine exhaust silencing systems, the presence of exhaust gas flow influences the sound propagation inside the systems and the acoustic attenuation performance of silencers. In order to investigate the effects of three-dimensional gas flow and acoustic damping on the acoustic attenuation characteristics of marine engine exhaust silencers, a dual reciprocity boundary element method (DRBEM) was developed. The acoustic governing equation in three-dimensional potential flow was derived first, and then the DRBEM numerical procedure is given. Compared to the conventional boundary element method (CBEM), the DRBEM considers the second order terms of flow Mach number in the acoustic governing equation, so it is suitable for the cases with higher Mach number subsonic flow. For complex exhaust silencers, it is difficult to apply the single-domain boundary element method, so a substructure approach based on the dual reciprocity boundary element method is presented. The experiments for measuring transmission loss of silencers are conducted, and the experimental setup and measurements are explained. The transmission loss of a single expansion chamber silencer with extended inlet and outlet were predicted by DRBEM and compared with the measurements. The good agreements between predictions and measurements are observed, which demonstrated that the derived acoustic governing equation and the DRBEM numerical procedure in the present study are correct.展开更多
Acoustic performance of dissipative silencer was evaluated to determine the effectiveness of perforated duct porosity and absorbent material density in reducing occupational noise exposure propagated from centrifugal ...Acoustic performance of dissipative silencer was evaluated to determine the effectiveness of perforated duct porosity and absorbent material density in reducing occupational noise exposure propagated from centrifugal fan.Design charts were applied to predict noise reduction and length of a dissipative silencer.Dissipative silencers with various punched duct porosity(14%,30%and 40%)and sound absorbent density(80 Kg/m^(3),120 Kg/m^(3),and 140 Kg/m^(3))were designed and fabricated.According to ISO9612 and ISO11820,noise level was measured before and after installing all nine test silencers at fixed workstations around the discharge side of a centrifugal fan in a manufacturing plant.On average,the noise level at the discharge side of a fan without silencer was measured to be 93.6 dBA,whereas it was significantly mitigated by 67.4 dBA to 70.1 dBA after installing all silencers.Dynamic insertion loss for a dissipative silencer with 100 cm length was predicted to be 27.9 dB,which was in agreement with experimental ones.Although,there was no significant differences between insertion loss of silencers,the one with 30%porosity and 120 Kg/m^(3)rock wool density had the highest insertion loss of 26.2 dBA.Dissipative silencers noticeably reduced centrifugal fan noise exposures.Increasing sound absorbent density and duct porosity up to a certain limit could probably be effective in noise reduction of dissipative silencers.展开更多
Timbre,as one of the essential elements of sound,plays an important role in determining sound properties,whereas its manipulation has been remaining challenging for passive mechanical systems due to the intrinsic disp...Timbre,as one of the essential elements of sound,plays an important role in determining sound properties,whereas its manipulation has been remaining challenging for passive mechanical systems due to the intrinsic dispersion nature of resonances.Here,we present a meta-silencer supporting intensive mode density as well as highly tunable intrinsic loss and offering a fresh pathway for designable timbre in broadband.Strong global coupling is induced by intensive mode density and delicately modulated with the guidance of the theoretical model,which efficiently suppresses the resonance dispersion and provides desirable frequency-selective wave-manipulation capacity for timbre tuning.As proof-of-concept demonstrations for our design concepts,we propose three meta-silencers with the designing targets of high-efficiency broadband sound attenuation,efficiency-controlled sound attenuation and designable timbre,respectively.The proposed meta-silencers all operate in a broadband frequency range from 500 to 3200 Hz and feature deep-subwavelength sizes around 50 mm.Our work opens up a fundamental avenue to manipulate the timbre with passive resonances-controlled acoustic metamaterials and may inspire the development of novel multifunctional devices in noise-control engineering,impedance engineering,and architectural acoustics.展开更多
The surge of large-scale models in recent years has led to breakthroughs in numerous fields,but it has also introduced higher computational costs and more complex network architectures.These increasingly large and int...The surge of large-scale models in recent years has led to breakthroughs in numerous fields,but it has also introduced higher computational costs and more complex network architectures.These increasingly large and intricate networks pose challenges for deployment and execution while also exacerbating the issue of network over-parameterization.To address this issue,various network compression techniques have been developed,such as network pruning.A typical pruning algorithm follows a three-step pipeline involving training,pruning,and retraining.Existing methods often directly set the pruned filters to zero during retraining,significantly reducing the parameter space.However,this direct pruning strategy frequently results in irreversible information loss.In the early stages of training,a network still contains much uncertainty,and evaluating filter importance may not be sufficiently rigorous.To manage the pruning process effectively,this paper proposes a flexible neural network pruning algorithm based on the logistic growth differential equation,considering the characteristics of network training.Unlike other pruning algorithms that directly reduce filter weights,this algorithm introduces a three-stage adaptive weight decay strategy inspired by the logistic growth differential equation.It employs a gentle decay rate in the initial training stage,a rapid decay rate during the intermediate stage,and a slower decay rate in the network convergence stage.Additionally,the decay rate is adjusted adaptively based on the filter weights at each stage.By controlling the adaptive decay rate at each stage,the pruning of neural network filters can be effectively managed.In experiments conducted on the CIFAR-10 and ILSVRC-2012 datasets,the pruning of neural networks significantly reduces the floating-point operations while maintaining the same pruning rate.Specifically,when implementing a 30%pruning rate on the ResNet-110 network,the pruned neural network not only decreases floating-point operations by 40.8%but also enhances the classification accuracy by 0.49%compared to the original network.展开更多
This paper demonstrated the generation of multi-wavelength bound state noise-like pulse(BNLP)in a dispersion-managed composite-filtered fiber laser consisting of nonlinear polarization rotation(NPR)and loop.In the cas...This paper demonstrated the generation of multi-wavelength bound state noise-like pulse(BNLP)in a dispersion-managed composite-filtered fiber laser consisting of nonlinear polarization rotation(NPR)and loop.In the case of BNLP,the generation is caused by the interaction between two noise-like pulses(NLPs)induced by the comb-filtering effect,and bound state level can be artificially controlled in the researches.Our work provides a new method for generating low-coherence pulses and establishes a research idea for the study of the comb-filtering effects.展开更多
In this paper,an advanced satellite navigation filter design,referred to as the Variational Bayesian Maximum Correntropy Extended Kalman Filter(VBMCEKF),is introduced to enhance robustness and adaptability in scenario...In this paper,an advanced satellite navigation filter design,referred to as the Variational Bayesian Maximum Correntropy Extended Kalman Filter(VBMCEKF),is introduced to enhance robustness and adaptability in scenarios with non-Gaussian noise and heavy-tailed outliers.The proposed design modifies the extended Kalman filter(EKF)for the global navigation satellite system(GNSS),integrating the maximum correntropy criterion(MCC)and the variational Bayesian(VB)method.This adaptive algorithm effectively reduces non-line-of-sight(NLOS)reception contamination and improves estimation accuracy,particularly in time-varying GNSS measurements.Experimental results show that the proposed method significantly outperforms conventional approaches in estimation accuracy under heavy-tailed outliers and non-Gaussian noise.By combining MCC with VB approximation for real-time noise covariance estimation using fixed-point iteration,the VBMCEKF achieves superior filtering performance in challenging GNSS conditions.The method’s adaptability and precision make it ideal for improving satellite navigation performance in stochastic environments.展开更多
The integration of surface filtration and catalytic decomposition functions in catalytic bags enables the synergistic removal of multiple pollutants(such as dust,nitrogen oxide,acid gases,and dioxins)in a single react...The integration of surface filtration and catalytic decomposition functions in catalytic bags enables the synergistic removal of multiple pollutants(such as dust,nitrogen oxide,acid gases,and dioxins)in a single reactor,thus effectively reducing the cost and operational difficulties associated with flue gas treatment.In this study,Mn-Ce-Sm-Sn(MCSS)catalysts were prepared and loaded onto hightemperature resistant polyimide(P84)filter through ultrasonic impregnation to create composite catalytic filter.The results demonstrate that the NO conversion rates of the composite catalytic filter consistently achieve above 95%within the temperature range of 160-260℃,with a chlorobenzene T_(90)value of 230℃.The ultrasonic impregnation method effectively loaded the catalyst onto the filter,ensuring high dispersion both on the surface and inside the filter.This increased exposure of catalyst active sites enhances the catalytic activity of the composite catalytic filter.Additionally,increasing the catalyst loading leads to a gradual decrease in permeability,an increase in pressure drops and the long residence time of the flue gas,thereby improving catalytic activity.Compared to ordinary impregnation methods,ultrasonic impregnation improves the bonding strength between the catalyst and filter,as well as the permeability of the composite catalytic filter under the same loading conditions.Overall,this study presents a novel approach to prepare composite catalytic filter for the simultaneous removal of NO and chlorobenzene at low temperatures.展开更多
文摘The Savitzky-Golay(SG)filter,which employs polynomial least-squares approximations to smooth data and estimate derivatives,is widely used for processing noisy data.However,noise suppression by the SG filter is recognized to be limited at data boundaries and high frequencies,which can significantly reduce the signal-to-noise ratio(SNR).To solve this problem,a novel method synergistically integrating Principal Component Analysis(PCA)with SG filtering is proposed in this paper.This approach avoids the is-sue of excessive smoothing associated with larger window sizes.The proposed PCA-SG filtering algorithm was applied to a CO gas sensing system based on Cavity Ring-Down Spectroscopy(CRDS).The perform-ance of the PCA-SG filtering algorithm is demonstrated through comparison with Moving Average Filtering(MAF),Wavelet Transformation(WT),Kalman Filtering(KF),and the SG filter.The results demonstrate that the proposed algorithm exhibits superior noise reduction capabilities compared to the other algorithms evaluated.The SNR of the ring-down signal was improved from 11.8612 dB to 29.0913 dB,and the stand-ard deviation of the extracted ring-down time constant was reduced from 0.037μs to 0.018μs.These results confirm that the proposed PCA-SG filtering algorithm effectively improves the smoothness of the ring-down curve data,demonstrating its feasibility.
基金supported by the Royal Academy of Engineering,UK,in the scheme of Distinguished International Associate(DIA-2424-5-134).
文摘Accurate estimation of the State of Charge(SOC),State of Health(SOH),and Terminal Resistance(TR)is crucial for the effective operation of Battery Management Systems(BMS)in lithium-ion batteries.This study conducts a comprehensive comparative analysis of four Kalman filter variants Extended Kalman Filter(EKF),Extended Kalman-Bucy Filter(EKBF),Unscented Kalman Filter(UKF),and Unscented Kalman-Bucy Filter(UKBF)under varying battery parameter conditions.These include temperature fluctuation,self-discharge,current direction,cell capacity,process noise,and measurement noise.Our findings reveal significant variations in the performance of SOC and SOH predictions across filters,emphasizing that UKF demonstrates superior robustness to noise,while EKF performs better under accurate system dynamics.The study underscores the need for adaptive filtering strategies that can dynamically adjust to evolving battery parameters,thereby enhancing BMS reliability and extending battery lifespan.
基金supported by the National Natural Science Foundation of China(No.62371263)the Postgraduate Research&Practice Innovation Program of Jiangsu Province(No.SJCK25_1995).
文摘1 Introduction Recently,the increasing demand for advanced telecommunication systems has spurred extensive research into bandpass filters(BPFs),with particular emphasis on miniaturization,reduction of insertion loss(IL),and enhancement of upper stopband rejection(Huang et al.,2021;Snyder et al.,2021;Lin et al.,2023;Zeng et al.,2023).
基金Supported by the Guangxi Special Program for Technological Innovation Guidance(No.GuiKeAC25069006).
文摘In this study,a fifth-degree cubature particle filter(5CPF)is proposed to address the limited estimation accuracy in traditional particle filter algorithms for bearings-only tracking(BOT).This algorithm calculates the recommended density function by introducing a fifth-degree cubature Kalman filter algorithm to guide particle sampling,which effectively alleviates the problem of particle degradation and significantly improves the estimation accuracy of the filter.However,the 5CPF algorithm exhibits high computational complexity,particularly in scenarios with a large number of particles.Therefore,we propose the extended Kalman filter(EKF)-5CPF algorithm,which employs an EKF to replace the time update step for each particle in the 5CPF.This enhances the algorithm’s real-time capability while maintaining the high precision advantage of the 5CPF algorithm.In addition,we construct bearing-only dual-station and single-motion station target tracking systems,and the filtering performances of 5CPF and EKF-5CPF algorithms under different conditions are analyzed.The results show that both the 5CPF algorithm and EKF-5CPF have strong robustness and can adapt to different noise environments.Furthermore,both algorithms significantly outperform traditional nonlinear filtering algorithms in terms of convergence speed,tracking accuracy,and overall stability.
基金supported by the Program of the National Natural Science Foundation of China(22238002)the Fundamental Research Funds for the Central Universities(DUT22-LAB610)Research and Innovation Team Project of Dalian University of Technology(DUT2022TB10).
文摘Color filters are essential components for optical modulation.However,conventional filters are restricted to operating exclusively in either reflective or transmissive mode.Furthermore,they suffer from limited UV and thermal stability,low color purity,and exhibit identical coloration on both surfaces.Herein,we propose a novel design strategy for trans-reflective color filters by integrating the absorptive properties of dye-doped polysulfone(PSU)with the diffractive capabilities of photonic crystals.This composite filter achieved broad-spectrum transmission with deep color outputs—yellow(0.410,0.510),magenta(0.446,0.231),and cyan(0.201,0.425)—closely aligned with standard color space coordinates.By tuning the refractive index of CeO_(2)@SiO_(2)nanoparticles to match dye-based PSU matrix,the transmittance of filters exceeded 70%.Moreover,dye-mediated absorption reduces the scattering light,thereby enhancing reflection color purity(full width at half maxima(FWHM)=25 nm)and producing vibrant blue,green,and red hues.The incorporation of UV-absorbing CeO_(2)@SiO_(2)nanoparticles effectively mitigated dye photodegradation,yielding exceptional UV stability(ΔT<2%under prolonged UV exposure).The filters also exhibited outstanding thermal stability(ΔT<1%after 30 min heat treatment at 230°C).This work establishes a robust materials design framework for multifunctional optical filters,advancing the development of highfidelity dual-mode color systems for next-generation display technologies.
基金funded by the Directorate General of Research and Development,Ministry of Higher Education,Science and Technology of the Republic of Indonesia,with grant number 2.6.63/UN32.14.1/LT/2025.
文摘Recommendation systems are an integral and indispensable part of every digital platform,as they can suggest content or items to users based on their respective needs.Collaborative filtering is a technique often used in various studies,which produces recommendations by analyzing similarities between users and items based on their behavior.Although often used,traditional collaborative filtering techniques still face the main challenge of sparsity.Sparsity problems occur when the data in the system is sparse,meaning that only a portion of users provide feedback on some items,resulting in inaccurate recommendations generated by the system.To overcome this problem,we developed aHybrid Collaborative Filtering model based onMatrix Factorization andGradient Boosting(HCF-MFGB),a new hybrid approach.Our proposed model integrates SVD++,the XGBoost ensemble learning algorithm,and utilizes user demographic data and meta items.We utilize information,both explicitly and implicitly,to learn user preference patterns using SVD++.The XGBoost algorithm is used to create hundreds of decision trees incrementally,thereby improving model accuracy.Meanwhile,user demographic and meta-item data are clustered using the K-Means Clustering algorithm to capture similarities in user and item characteristics.This combination is designed to improve rating prediction accuracy by reducing reliance on minimal explicit rating data,while addressing sparsity issues in movie recommendation systems.The results of experiments on the MovieLens 100K,MovieLens 1M,and CiaoDVD datasets show significant improvements,outperforming various other baselinemodels in terms of RMSE and MAE.On theMovieLens 100K dataset,the HCF-MFGB model obtained an RMSE value of 0.853 and an MAE value of 0.674.On theMovieLens 1M dataset,the HCF-MFGB model obtained an RMSE value of 0.763 and an MAE value of 0.61.On the CiaoDCD dataset,the HCF-MFGB model achieved an RMSE value of 0.718 and an MAE value of 0.495.These results confirm a significant improvement in movie recommendation accuracy with the proposed approach.
文摘This article presents an adaptive intelligent control strategy applied to a lumped-parameter evaporator model,i.e.,a simplified dynamic representation treating the evaporator as a single thermal node with uniform temperature distribution,suitable for control design due to its balance between physical fidelity and computational simplicity.The controller uses a wavelet-based neural proportional,integral,derivative(PID)controller with IIR filtering(infinite impulse response).The dynamic model captures the essential heat and mass transfer phenomena through a nonlinear energy balance,where the cooling capacity“Qevap”is expressed as a non-linear function of the compressor frequency and the temperature difference,specifically,Q_(evap)=k_(1)u(T_(in)−T_(e))with u as compressor frequency,Te evaporator temperature,and Tin inlet fluid temperature.The operating conditions of the system,in general terms,focus on the following variables,the overall thermal capacity is 1000 J/K,typical for small-capacity heat exchangers,The mass flow is 0.05 kg/s,typical for secondary liquid cooling circuits,the overall loss coefficient of 50 W/K that corresponds to small evaporators with partial insulation,the temperatures(inlet)of 10℃and the temperature of environment of 25℃,thermal load of 200 W that corresponds to a small-scaled air conditioning applications.To handle system nonlinearities and improve control performance,aMorlet wavelet-based neural network(Wavenet)is used to dynamically adjust the PID gains online.An IIR filter is incorporated to smooth the adaptive gains,improving stability and reducing oscillations.In contrast to prior wavelet-or neural-adaptive PID controllers in HVAC applications,which typically adjust gains without explicit filtering or not tailored to evaporator dynamics,this work introduces the first PID–Wavenet scheme augmented with an IIR-based stabilization layer,specifically designed to address the combined challenges of nonlinear evaporator behavior,gain oscillation,and real-time implementability.The proposed controller(PID-Wavenet+IIR)is implemented and validated inMATLAB/Simulink,demonstrating superior performance compared to a conventional PID tuned using Simulink’s auto-tuning function.Key results include a reduction in settling time from 13.3 to 8.2 s,a reduction in overshoot from 3.5%to 0.8%,a reduction in steady-state error from 0.12℃ to 0.02℃and a 13%reduction in energy overall consumption.The controller also exhibits greater robustness and adaptability under varying thermal loads.This explicit integration of wavelet-driven adaptation with IIR-filtered gain shaping constitutes the main methodological contribution and novelty of the work.These findings validate the effectiveness of the wavelet-based adaptive approach for advanced thermal management in refrigeration and HVAC systems,with potential applications in controlling variable-speed compressors,liquid chillers,and compact cooling units.
文摘The optimization of the acoustic silencer volume is very important to develop it and to get high-performance,the importance of the silencer was appeared in industrial field to eliminate the noise of the duct by efficient and economical method.The main goal of this research is to optimize the transmission loss(TL)by analytical method of the Double-Chamber Silencer(DCS),the TL has been selected as the main parameter in silencer because it does not based on the source or the termination impedances.First we calculated the power transmission coefficient(PTC)and the TL of an acoustic silencer,then used the Lagrange method to optimize the silencer length.All calculation of silencer data is obtained by solving the governing equations in commercial software Matlab®.A several calculations for different silencer length at many frequency ranges were performed simultaneously.Finally,this research supports the efficient and rapid techniques for DCS optimal design under narrow space.The results show that the acoustic TL is maximized at the desired frequency.
基金Project(NRF-2010-013-D00007) supported by the National Research Foundation of KoreaProject supported by 2010 Year Research Professor Fund of Gyeongsang National University, Korea and NIIED Korea
文摘The high pressure waves generated due to muzzle blast flow of tank gun during firing is a critical issue to examine. The impulsive noise from the gun has various negative effects such as damage of human bodies, damage of structures, creating an environmental, social problem and also military problems such as exposure of location of troops. This high pressure impulsive sound, generated during the blast flow, was studied and attenuated. An axisymmetric computational domain was constructed by employing Spalart Allmaras turbulence model. Approximately 90% of pressure and 20 dB of sound level are reduced due to the use of the three baffle silencer at the muzzle end of the gun barrel, in comparison with the tank gun without silencer. Also, the sound pressure level at different points in the ambient region shows the same attenuation in results. This study will be helpful to understand the blast wave characteristics and also to get a good idea to design silencer for large caliber weapon system.
基金financially supported by the National Natural Science Foundation of China (31730078 to H.S.G., and 31600124 to J.H.Z.)
文摘RNA silencing(RNAi)is a nucleotide sequence-specific process that results in blockage of gene expression(Baulcombe,2004,2005;Gunter Meister,2004;Vaucheret,2006;Chinnusamy and Zhu,2009;Heo and Kim,2009;Matzke et al.,2009;Simon and Meyers,2011).In plants,post-transcriptional gene silencing(PTGS)occurs in the cytoplasm that is induced by small RNAs(sRNAs),which are the products of double-stranded RNAs(dsRNAs)processed by Dicer-like ribonucleases and achieve specificity through base pairing with targeted RNA sequences(Carmell and Hannon,2004;Gunter Meister,2004;Gasciolli et al.,2005).In an alternative pathway occurring in the nucleus,sRNAs corresponding to promoter sequences direct the silencing machinery to block the transcription of homologous promoters(transcriptional gene silencing,TGS).This process requires 24-nt sRNAs for de novo DNA methylation,a process known as RNA-directed DNA methylation(RdDM)(James P.Jackson and Jacobsen,2002;Matzke and Birchler,2005;Matzke et al.,2007;Zilberman et al.,2007;Wierzbicki et al.,200&Zilberman,2008).Histone modifications also play an important role in the establishment and maintenance of DNA methylation(Zuzana Jasencakova,2003;Ooi et al.,2007;Cedar and Bergman,2009;Law and Jacobsen,2010).In plants,it has been shown that the transcription of exogenous transgene transcribing inverted-repeat(exo-/R)sequences produces dsRNAs,triggering exo-//?PTGS that is negatively autoregulated through methylation spreading/transitive silencing.This transitive silencing「einforces the self-silencing of exo-//?and leads to reduced exo-//?PTGS and exo-/R-derived sRNA production.exo-/R-derived sRNAs function as mobile signals to trigger sRNA-mediated non-cell autonomous silencing of an endogenous homologous target gene(endo-gene)(Dong et al.,2011).It remains unknown whether histone modifications play a role in the exo-IR-triggered endo-gene silencing.
基金Project(11174065)supported by the National Natural Science Foundation of China
文摘The multi-dimensional time-domain computational fluid dynamics(CFD) approach is extended to calculate the acoustic attenuation performance of water-filled piping silencers. Transmission loss predictions from the time-domain CFD approach and the frequency-domain finite element method(FEM) agree well with each other for the dual expansion chamber silencer, straight-through and cross-flow perforated tube silencers without flow. Then, the time-domain CFD approach is used to investigate the effect of flow on the acoustic attenuation characteristics of perforated tube silencers. The numerical predictions demonstrate that the mean flow increases the transmission loss, especially at higher frequencies, and shifts the transmission loss curve to lower frequencies.
文摘The developmental stage-specific silencing of the human ε-globin gene during embryonic life is controlled, inpart, by the silencer (-392bp~-177bp) upstream of thisgene. In order to elucidate its role, the nuclear extractfrom the human fetal liver has been prepared and the interactions between trans-acting factors and this silencerelement have been examined. By using DNasel footprinting assay, a major protected region from -278bp to -235bpwithin this silencer element was identified. Furthermore,we found in gel mobility shift assay and Southwestern blotting assay that there were at least four trans-acting factors (MW ≈ 32, 28, 26 and 22kD) in the nuclear extractisolated from the human fetal liver, which could specifically bind to this region. Our results suggested that thesetrans-acting factors might play an important role in silencing the human embryonic ε-globin gene expression at thefetal stage through the interactions with this silencer.
基金the National Natural Science Foundation of China under Grant No.10474016.
文摘In marine engine exhaust silencing systems, the presence of exhaust gas flow influences the sound propagation inside the systems and the acoustic attenuation performance of silencers. In order to investigate the effects of three-dimensional gas flow and acoustic damping on the acoustic attenuation characteristics of marine engine exhaust silencers, a dual reciprocity boundary element method (DRBEM) was developed. The acoustic governing equation in three-dimensional potential flow was derived first, and then the DRBEM numerical procedure is given. Compared to the conventional boundary element method (CBEM), the DRBEM considers the second order terms of flow Mach number in the acoustic governing equation, so it is suitable for the cases with higher Mach number subsonic flow. For complex exhaust silencers, it is difficult to apply the single-domain boundary element method, so a substructure approach based on the dual reciprocity boundary element method is presented. The experiments for measuring transmission loss of silencers are conducted, and the experimental setup and measurements are explained. The transmission loss of a single expansion chamber silencer with extended inlet and outlet were predicted by DRBEM and compared with the measurements. The good agreements between predictions and measurements are observed, which demonstrated that the derived acoustic governing equation and the DRBEM numerical procedure in the present study are correct.
基金the framework of a faculty research project under the code of Ethics Committee of IR.QUMS.REC.1396.163.We also thank Mehrdad Keshavarz Siahposh and Mohammad Soleiman Abady for their technical assistance in all our experimental work.
文摘Acoustic performance of dissipative silencer was evaluated to determine the effectiveness of perforated duct porosity and absorbent material density in reducing occupational noise exposure propagated from centrifugal fan.Design charts were applied to predict noise reduction and length of a dissipative silencer.Dissipative silencers with various punched duct porosity(14%,30%and 40%)and sound absorbent density(80 Kg/m^(3),120 Kg/m^(3),and 140 Kg/m^(3))were designed and fabricated.According to ISO9612 and ISO11820,noise level was measured before and after installing all nine test silencers at fixed workstations around the discharge side of a centrifugal fan in a manufacturing plant.On average,the noise level at the discharge side of a fan without silencer was measured to be 93.6 dBA,whereas it was significantly mitigated by 67.4 dBA to 70.1 dBA after installing all silencers.Dynamic insertion loss for a dissipative silencer with 100 cm length was predicted to be 27.9 dB,which was in agreement with experimental ones.Although,there was no significant differences between insertion loss of silencers,the one with 30%porosity and 120 Kg/m^(3)rock wool density had the highest insertion loss of 26.2 dBA.Dissipative silencers noticeably reduced centrifugal fan noise exposures.Increasing sound absorbent density and duct porosity up to a certain limit could probably be effective in noise reduction of dissipative silencers.
文摘Timbre,as one of the essential elements of sound,plays an important role in determining sound properties,whereas its manipulation has been remaining challenging for passive mechanical systems due to the intrinsic dispersion nature of resonances.Here,we present a meta-silencer supporting intensive mode density as well as highly tunable intrinsic loss and offering a fresh pathway for designable timbre in broadband.Strong global coupling is induced by intensive mode density and delicately modulated with the guidance of the theoretical model,which efficiently suppresses the resonance dispersion and provides desirable frequency-selective wave-manipulation capacity for timbre tuning.As proof-of-concept demonstrations for our design concepts,we propose three meta-silencers with the designing targets of high-efficiency broadband sound attenuation,efficiency-controlled sound attenuation and designable timbre,respectively.The proposed meta-silencers all operate in a broadband frequency range from 500 to 3200 Hz and feature deep-subwavelength sizes around 50 mm.Our work opens up a fundamental avenue to manipulate the timbre with passive resonances-controlled acoustic metamaterials and may inspire the development of novel multifunctional devices in noise-control engineering,impedance engineering,and architectural acoustics.
基金supported by the National Natural Science Foundation of China under Grant No.62172132.
文摘The surge of large-scale models in recent years has led to breakthroughs in numerous fields,but it has also introduced higher computational costs and more complex network architectures.These increasingly large and intricate networks pose challenges for deployment and execution while also exacerbating the issue of network over-parameterization.To address this issue,various network compression techniques have been developed,such as network pruning.A typical pruning algorithm follows a three-step pipeline involving training,pruning,and retraining.Existing methods often directly set the pruned filters to zero during retraining,significantly reducing the parameter space.However,this direct pruning strategy frequently results in irreversible information loss.In the early stages of training,a network still contains much uncertainty,and evaluating filter importance may not be sufficiently rigorous.To manage the pruning process effectively,this paper proposes a flexible neural network pruning algorithm based on the logistic growth differential equation,considering the characteristics of network training.Unlike other pruning algorithms that directly reduce filter weights,this algorithm introduces a three-stage adaptive weight decay strategy inspired by the logistic growth differential equation.It employs a gentle decay rate in the initial training stage,a rapid decay rate during the intermediate stage,and a slower decay rate in the network convergence stage.Additionally,the decay rate is adjusted adaptively based on the filter weights at each stage.By controlling the adaptive decay rate at each stage,the pruning of neural network filters can be effectively managed.In experiments conducted on the CIFAR-10 and ILSVRC-2012 datasets,the pruning of neural networks significantly reduces the floating-point operations while maintaining the same pruning rate.Specifically,when implementing a 30%pruning rate on the ResNet-110 network,the pruned neural network not only decreases floating-point operations by 40.8%but also enhances the classification accuracy by 0.49%compared to the original network.
基金supported by the Research Fund of Guangdong-Hong Kong-Macao Joint Laboratory for Intelligent Micro-Nano Optoelectronic Technology(No.2020B1212030010)。
文摘This paper demonstrated the generation of multi-wavelength bound state noise-like pulse(BNLP)in a dispersion-managed composite-filtered fiber laser consisting of nonlinear polarization rotation(NPR)and loop.In the case of BNLP,the generation is caused by the interaction between two noise-like pulses(NLPs)induced by the comb-filtering effect,and bound state level can be artificially controlled in the researches.Our work provides a new method for generating low-coherence pulses and establishes a research idea for the study of the comb-filtering effects.
基金supported by the National Science and Technology Council,Taiwan under grants NSTC 111-2221-E-019-047 and NSTC 112-2221-E-019-030.
文摘In this paper,an advanced satellite navigation filter design,referred to as the Variational Bayesian Maximum Correntropy Extended Kalman Filter(VBMCEKF),is introduced to enhance robustness and adaptability in scenarios with non-Gaussian noise and heavy-tailed outliers.The proposed design modifies the extended Kalman filter(EKF)for the global navigation satellite system(GNSS),integrating the maximum correntropy criterion(MCC)and the variational Bayesian(VB)method.This adaptive algorithm effectively reduces non-line-of-sight(NLOS)reception contamination and improves estimation accuracy,particularly in time-varying GNSS measurements.Experimental results show that the proposed method significantly outperforms conventional approaches in estimation accuracy under heavy-tailed outliers and non-Gaussian noise.By combining MCC with VB approximation for real-time noise covariance estimation using fixed-point iteration,the VBMCEKF achieves superior filtering performance in challenging GNSS conditions.The method’s adaptability and precision make it ideal for improving satellite navigation performance in stochastic environments.
基金Project supported by the National Key Research and Development Program of China(2021YFB3500600,2021YFB3500605)Natural Science Foundation of Jiangsu Province(BK20220365)+5 种基金Key R&D Program of Jiangsu Province(BE2022142)Natural Science Foundation of the Jiangsu Higher Education Institutions of China(22KJB610002)Priority Academic Program Development of Jiangsu Higher Education Institutions(PAPD)the Postgraduate Research&Practice Innovation Program of Jiangsu Province(KYCX23_1419)Science and Technology Plan of Yangzhou(YZ2022030,YZ2023020)the State Key Laboratory of Clean and Efficient Coal-fired Power Generation and Pollution Control(D2022FK098)。
文摘The integration of surface filtration and catalytic decomposition functions in catalytic bags enables the synergistic removal of multiple pollutants(such as dust,nitrogen oxide,acid gases,and dioxins)in a single reactor,thus effectively reducing the cost and operational difficulties associated with flue gas treatment.In this study,Mn-Ce-Sm-Sn(MCSS)catalysts were prepared and loaded onto hightemperature resistant polyimide(P84)filter through ultrasonic impregnation to create composite catalytic filter.The results demonstrate that the NO conversion rates of the composite catalytic filter consistently achieve above 95%within the temperature range of 160-260℃,with a chlorobenzene T_(90)value of 230℃.The ultrasonic impregnation method effectively loaded the catalyst onto the filter,ensuring high dispersion both on the surface and inside the filter.This increased exposure of catalyst active sites enhances the catalytic activity of the composite catalytic filter.Additionally,increasing the catalyst loading leads to a gradual decrease in permeability,an increase in pressure drops and the long residence time of the flue gas,thereby improving catalytic activity.Compared to ordinary impregnation methods,ultrasonic impregnation improves the bonding strength between the catalyst and filter,as well as the permeability of the composite catalytic filter under the same loading conditions.Overall,this study presents a novel approach to prepare composite catalytic filter for the simultaneous removal of NO and chlorobenzene at low temperatures.