期刊文献+
共找到40篇文章
< 1 2 >
每页显示 20 50 100
Prediction of the Wastewater’s pH Based on Deep Learning Incorporating Sliding Windows
1
作者 Aiping Xu Xuan Zou Chao Wang 《Computer Systems Science & Engineering》 SCIE EI 2023年第10期1043-1059,共17页
To protect the environment,the discharged sewage’s quality must meet the state’s discharge standards.There are many water quality indicators,and the pH(Potential of Hydrogen)value is one of them.The natural water’s... To protect the environment,the discharged sewage’s quality must meet the state’s discharge standards.There are many water quality indicators,and the pH(Potential of Hydrogen)value is one of them.The natural water’s pH value is 6.0–8.5.The sewage treatment plant uses some data in the sewage treatment process to monitor and predict whether wastewater’s pH value will exceed the standard.This paper aims to study the deep learning prediction model of wastewater’s pH.Firstly,the research uses the random forest method to select the data features and then,based on the sliding window,convert the data set into a time series which is the input of the deep learning training model.Secondly,by analyzing and comparing relevant references,this paper believes that the CNN(Convolutional Neural Network)model is better at nonlinear data modeling and constructs a CNN model including the convolution and pooling layers.After alternating the combination of the convolutional layer and pooling layer,all features are integrated into a full-connected neural network.Thirdly,the number of input samples of the CNN model directly affects the prediction effect of the model.Therefore,this paper adopts the sliding window method to study the optimal size.Many experimental results show that the optimal prediction model can be obtained when alternating six convolutional layers and three pooling layers.The last full-connection layer contains two layers and 64 neurons per layer.The sliding window size selects as 12.Finally,the research has carried out data prediction based on the optimal CNN deep learning model.The predicted pH of the sewage is between 7.2 and 8.6 in this paper.The result is applied in the monitoring system platform of the“Intelligent operation and maintenance platform of the reclaimed water plant.” 展开更多
关键词 Deep learning wastewater’s pH convolution neural network(CNN) PREDICTION sliding window
下载PDF
Influence of Three Sizes of Sliding Windows on Principle Component Analysis Fault Detection of Air Conditioning Systems 被引量:1
2
作者 杨学宾 马艳云 +2 位作者 何如如 王吉 罗雯军 《Journal of Donghua University(English Edition)》 CAS 2022年第1期72-78,共7页
Principal component analysis(PCA)has been already employed for fault detection of air conditioning systems.The sliding window,which is composed of some parameters satisfying with thermal load balance,can select the ta... Principal component analysis(PCA)has been already employed for fault detection of air conditioning systems.The sliding window,which is composed of some parameters satisfying with thermal load balance,can select the target historical fault-free reference data as the template which is similar to the current snapshot data.The size of sliding window is usually given according to empirical values,while the influence of different sizes of sliding windows on fault detection of an air conditioning system is not further studied.The air conditioning system is a dynamic response process,and the operating parameters change with the change of the load,while the response of the controller is delayed.In a variable air volume(VAV)air conditioning system controlled by the total air volume method,in order to ensure sufficient response time,30 data points are selected first,and then their multiples are selected.Three different sizes of sliding windows with 30,60 and 90 data points are applied to compare the fault detection effect in this paper.The results show that if the size of the sliding window is 60 data points,the average fault-free detection ratio is 80.17%in fault-free testing days,and the average fault detection ratio is 88.47%in faulty testing days. 展开更多
关键词 sliding window principal component analysis(PCA) fault detection sensitivity analysis air conditioning system
下载PDF
An Indexed Non-Equijoin Algorithm Based on Sliding Windows over Data Streams
3
作者 YU Ya-xin YANG Xing-hua YU Ge WU Shan-shan 《Wuhan University Journal of Natural Sciences》 EI CAS 2006年第1期294-298,共5页
Processing a join over unbounded input streams requires unbounded memory, since every tuple in one infinite stream must be compared with every tuple in the other. In fact, most join queries over unbounded input stream... Processing a join over unbounded input streams requires unbounded memory, since every tuple in one infinite stream must be compared with every tuple in the other. In fact, most join queries over unbounded input streams are restricted to finite memory due to sliding window constraints. So far, non-indexed and indexed stream equijoin algorithms based on sliding windows have been proposed in many literatures. However, none of them takes non-equijoin into consideration. In many eases, non-equijoin queries occur frequently. Hence, it is worth to discuss how to process non-equijoin queries effectively and efficiently. In this paper, we propose an indexed join algorithm for supporting non-equijoin queries. The experimental results show that our indexed non-equijoin techniques are more efficient than those without index. 展开更多
关键词 non-equijoin data stream sliding window red-black indexing tree
下载PDF
Improved Approximate Detection of Duplicates for Data Streams Over Sliding Windows 被引量:3
4
作者 沈鸿 张育 《Journal of Computer Science & Technology》 SCIE EI CSCD 2008年第6期973-987,共15页
Detecting duplicates in data streams is an important problem that has a wide range of applications. In general, precisely detecting duplicates in an unbounded data stream is not feasible in most streaming scenarios, a... Detecting duplicates in data streams is an important problem that has a wide range of applications. In general, precisely detecting duplicates in an unbounded data stream is not feasible in most streaming scenarios, and, on the other hand, the elements in data streams are always time sensitive. These make it particular significant approximately detecting duplicates among newly arrived elements of a data stream within a fixed time frame. In this paper, we present a novel data structure, Decaying Bloom Filter (DBF), as an extension of the Counting Bloom Filter, that effectively removes stale elements as new elements continuously arrive over sliding windows. On the DBF basis we present an efficient algorithm to approximately detect duplicates over sliding windows. Our algorithm may produce false positive errors, but not false negative errors as in many previous results. We analyze the time complexity and detection accuracy, and give a tight upper bound of false positive rate. For a given space G bits and sliding window size W, our algorithm has an amortized time complexity of O(√G/W). Both analytical and experimental results on synthetic data demonstrate that our algorithm is superior in both execution time and detection accuracy to the previous results. 展开更多
关键词 data stream duplicate detection bloom filter approximate query sliding window
原文传递
Outlier Detection over Sliding Windows for Probabilistic Data Streams 被引量:3
5
作者 王斌 杨晓春 +1 位作者 王国仁 于戈 《Journal of Computer Science & Technology》 SCIE EI CSCD 2010年第3期389-400,共12页
Outlier detection is a very useful technique in many applications, where data is generally uncertain and could be described using probability. While having been studied intensively in the field of deterministic data, ... Outlier detection is a very useful technique in many applications, where data is generally uncertain and could be described using probability. While having been studied intensively in the field of deterministic data, outlier detection is still novel in the emerging uncertain data field. In this paper, we study the semantic of outlier detection on probabilistic data stream and present a new definition of distance-based outlier over sliding window. We then show the problem of detecting an outlier over a set of possible world instances is equivalent to the problem of finding the k-th element in its neighborhood. Based on this observation, a dynamic programming algorithm (DPA) is proposed to reduce the detection cost from 0(2IR(~'d)l) to O(Ik.R(e, d)l), where R(e, d) is the d-neighborhood of e. Furthermore, we propose a pruning-based approach (PBA) to effectively and efficiently filter non-outliers on single window, and dynamically detect recent m elements incrementally. Finally, detailed analysis and thorough experimental results demonstrate the efficiency and scalability of our approach. 展开更多
关键词 outlier detection uncertain data probabilistic data stream sliding window
原文传递
Dynamically Computing Approximate Frequency Counts in Sliding Window over Data Stream 被引量:1
6
作者 NIE Guo-liang LU Zheng-ding 《Wuhan University Journal of Natural Sciences》 EI CAS 2006年第1期283-288,共6页
This paper presents two one-pass algorithms for dynamically computing frequency counts in sliding window over a data stream-computing frequency counts exceeding user-specified threshold ε. The first algorithm constru... This paper presents two one-pass algorithms for dynamically computing frequency counts in sliding window over a data stream-computing frequency counts exceeding user-specified threshold ε. The first algorithm constructs subwindows and deletes expired sub-windows periodically in sliding window, and each sub-window maintains a summary data structure. The first algorithm outputs at most 1/ε + 1 elements for frequency queries over the most recent N elements. The second algorithm adapts multiple levels method to deal with data stream. Once the sketch of the most recent N elements has been constructed, the second algorithm can provides the answers to the frequency queries over the most recent n ( n≤N) elements. The second algorithm outputs at most 1/ε + 2 elements. The analytical and experimental results show that our algorithms are accurate and effective. 展开更多
关键词 data stream sliding window approximation algorithms frequency counts
下载PDF
Linked-Tree: An Aggregate Query Algorithm Based on Sliding Window over Data Stream
7
作者 YU Yaxin WANG Guoren +1 位作者 SU Dong ZHU Xinhua 《Wuhan University Journal of Natural Sciences》 CAS 2006年第5期1114-1119,共6页
How to process aggregate queries over data streams efficiently and effectively have been becoming hot re search topics in both academic community and industrial community. Aiming at the issues, a novel Linked-tree alg... How to process aggregate queries over data streams efficiently and effectively have been becoming hot re search topics in both academic community and industrial community. Aiming at the issues, a novel Linked-tree algorithm based on sliding window is proposed in this paper. Due to the proposal of concept area, the Linked-tree algorithm reuses many primary results in last window and then avoids lots of unnecessary repeated comparison operations between two successive windows. As a result, execution efficiency of MAX query is improved dramatically. In addition, since the size of memory is relevant to the number of areas but irrelevant to the size of sliding window, memory is economized greatly. The extensive experimental results show that the performance of Linked-tree algorithm has significant improvement gains over the traditional SC (Simple Compared) algorithm and Ranked-tree algorithm. 展开更多
关键词 data streams sliding window aggregate query area HOP
下载PDF
Enhanced remote astronomical archive system based on the file-level Unlimited Sliding-Window technique
8
作者 Cong-Ming Shi Hui Deng +6 位作者 Feng Wang Ying Mei Shao-Guang Guo Chen Yang Chen Wu Shou-Lin Wei Andreas Wicenec 《Research in Astronomy and Astrophysics》 SCIE CAS CSCD 2021年第10期119-126,共8页
Data archiving is one of the most critical issues for modern astronomical observations.With the development of a new generation of radio telescopes,the transfer and archiving of massive remote data have become urgent ... Data archiving is one of the most critical issues for modern astronomical observations.With the development of a new generation of radio telescopes,the transfer and archiving of massive remote data have become urgent problems to be solved.Herein,we present a practical and robust file-level flow-control approach,called the Unlimited Sliding-Window(USW),by referring to the classic flow-control method in the TCP protocol.Based on the USW and the Next Generation Archive System(NGAS)developed for the Murchison Widefield Array telescope,we further implemented an enhanced archive system(ENGAS)using ZeroMQ middleware.The ENGAS substantially improves the transfer performance and ensures the integrity of transferred files.In the tests,the ENGAS is approximately three to twelve times faster than the NGAS and can fully utilize the bandwidth of network links.Thus,for archiving radio observation data,the ENGAS reduces the communication time,improves the bandwidth utilization,and solves the remote synchronous archiving of data from observatories such as Mingantu spectral radioheliograph.It also provides a better reference for the future construction of the Square Kilometer Array(SKA)Science Regional Center. 展开更多
关键词 remote data archive NGAS sliding window
下载PDF
Automatic Lane-Level Intersection Map Generation using Low-Channel Roadside LiDAR
9
作者 Hui Liu Ciyun Lin +1 位作者 Bowen Gong Dayong Wu 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI CSCD 2023年第5期1209-1222,共14页
A lane-level intersection map is a cornerstone in high-definition(HD) traffic network maps for autonomous driving and high-precision intelligent transportation systems applications such as traffic management and contr... A lane-level intersection map is a cornerstone in high-definition(HD) traffic network maps for autonomous driving and high-precision intelligent transportation systems applications such as traffic management and control, and traffic accident evaluation and prevention. Mapping an HD intersection is time-consuming, labor-intensive, and expensive with conventional methods. In this paper, we used a low-channel roadside light detection and range sensor(LiDAR) to automatically and dynamically generate a lane-level intersection, including the signal phases, geometry, layout, and lane directions. First, a mathematical model was proposed to describe the topology and detail of a lane-level intersection. Second, continuous and discontinuous traffic object trajectories were extracted to identify the signal phases and times. Third, the layout, geometry, and lane direction were identified using the convex hull detection algorithm for trajectories. Fourth, a sliding window algorithm was presented to detect the lane marking and extract the lane, and the virtual lane connecting the inbound and outbound of the intersection were generated using the vehicle trajectories within the intersection and considering the traffic rules. In the field experiment, the mean absolute estimation error is 2 s for signal phase and time identification. The lane marking identification Precision and Recall are96% and 94.12%, respectively. Compared with the satellite-based,MMS-based, and crowdsourcing-based lane mapping methods,the average lane location deviation is 0.2 m and the update period is less than one hour by the proposed method with low-channel roadside LiDAR. 展开更多
关键词 High-definition map lane-level intersection map roadside LiDAR sliding window traffic object trajectory
下载PDF
Discrete intensity levels值对宫颈癌调强放疗计划的影响 被引量:1
10
作者 吴翠娥 《中国实用医药》 2020年第20期83-85,共3页
目的本研究主要探讨在宫颈癌调强放疗计划中,基于Xio放疗计划系统,动态调强方式(sliding window)子野优化参数Discrete intensity levels对子野权重优化(SWO)过程的影响。方法10例宫颈癌患者,在sliding window子野优化过程中,改变Discre... 目的本研究主要探讨在宫颈癌调强放疗计划中,基于Xio放疗计划系统,动态调强方式(sliding window)子野优化参数Discrete intensity levels对子野权重优化(SWO)过程的影响。方法10例宫颈癌患者,在sliding window子野优化过程中,改变Discrete intensity levels参数,数值可以选取10、9、8、7四个值。在满足相同的靶区剂量要求下[95%的计划靶区(PTV)满足50 Gy的剂量],比较四组level值下的子野数目、机器跳数、危及器官。结果四组level值下的危及器官受量比较差异均无统计学意义(P>0.05)。level值为7的子野数目为(59.2±0.9)个,与level值为10、9、8的(66.4±7.9)、(61.2±2.5)、(58.1±1.2)个比较差异均有统计学意义(P<0.05);level值为10、9、8的子野数目两两比较差异均无统计学意义(P>0.05)。四组level值下的机器跳数比较差异均无统计学意义(P>0.05)。结论参数Discrete intensity levels为7时能够满足临床剂量学要求,同时能有效减少治疗时间,可作为宫颈癌调强放疗计划sliding window方式的默认优化参数。 展开更多
关键词 宫颈癌:调强放疗 子野优化 sliding window Discrete intensity levels
下载PDF
A local f-x Cadzow method for noise reduction of seismic data obtained in complex formations 被引量:7
11
作者 Yuan Sanyi Wang Shangxu 《Petroleum Science》 SCIE CAS CSCD 2011年第3期269-277,共9页
A noise-reduction method with sliding called the local f-x Cadzow noise-reduction method, windows in the frequency-space (f-x) domain, is presented in this paper. This method is based on the assumption that the sign... A noise-reduction method with sliding called the local f-x Cadzow noise-reduction method, windows in the frequency-space (f-x) domain, is presented in this paper. This method is based on the assumption that the signal in each window is linearly predictable in the spatial direction while the random noise is not. For each Toeplitz matrix constructed by constant frequency slice, a singular value decomposition (SVD) is applied to separate signal from noise. To avoid edge artifacts caused by zero percent overlap between windows and to remove more noise, an appropriate overlap is adopted. Besides flat and dipping events, this method can enhance curved and conflicting events. However, it is not suitable for seismic data that contains big spikes or null traces. It is also compared with the SVD, f-x deconvolution, and Cadzow method without windows. The comparison results show that the local Cadzow method performs well in removing random noise and preserving signal. In addition, a real data example proves that it is a potential noise-reduction technique for seismic data obtained in areas of complex formations. 展开更多
关键词 Cadzow sliding window noise reduction FIDELITY complex formations Toeplitz matrix singular value decomposition
下载PDF
Knowledge Discovery from Communication Network Alarm Databases 被引量:1
12
作者 Wang Xin-miao Huang Tian-xi +1 位作者 Yan Pu-liu Chong Yan-wen 《Wuhan University Journal of Natural Sciences》 EI CAS 2000年第2期194-198,共5页
The technique of Knowlege Discovery in Databases (KDD) to learn valuable knowledge hidden in network alarm databases is introduced. To get such knowledge, we propose an efficient method based on sliding windows (named... The technique of Knowlege Discovery in Databases (KDD) to learn valuable knowledge hidden in network alarm databases is introduced. To get such knowledge, we propose an efficient method based on sliding windows (named as Slidwin) to discover different episode rules from time squential alarm data. The experimental results show that given different thresholds parameters, large amount of different rules could be discovered quickly. 展开更多
关键词 KDD alarm databases sliding window algorithm episode rules
下载PDF
Online Detection of State Estimator Performance Degradation via Efficient Numerical Observability Analysis 被引量:1
13
作者 Zheng Rong Shun'an Zhong Nathan Michael 《Journal of Beijing Institute of Technology》 EI CAS 2017年第2期259-266,共8页
An efficient observability analysis method is proposed to enable online detection of performance degradation of an optimization-based sliding window visual-inertial state estimation framework.The proposed methodology ... An efficient observability analysis method is proposed to enable online detection of performance degradation of an optimization-based sliding window visual-inertial state estimation framework.The proposed methodology leverages numerical techniques in nonlinear observability analysis to enable online evaluation of the system observability and indication of the state estimation performance.Specifically,an empirical observability Gramian based approach is introduced to efficiently measure the observability condition of the windowed nonlinear system,and a scalar index is proposed to quantify the average system observability.The proposed approach is specialized to a challenging optimizationbased sliding window monocular visual-inertial state estimation formulation and evaluated through simulation and experiments to assess the efficacy of the methodology.The analysis result shows that the proposed approach can correctly indicate degradation of the state estimation accuracy with real-time performance. 展开更多
关键词 observability analysis monocular visual-inertial state estimation sliding window non-linear optimization
下载PDF
Random Forests Algorithm Based Duplicate Detection in On-Site Programming Big Data Environment 被引量:1
14
作者 Qianqian Li Meng Li +1 位作者 Lei Guo Zhen Zhang 《Journal of Information Hiding and Privacy Protection》 2020年第4期199-205,共7页
On-site programming big data refers to the massive data generated in the process of software development with the characteristics of real-time,complexity and high-difficulty for processing.Therefore,data cleaning is e... On-site programming big data refers to the massive data generated in the process of software development with the characteristics of real-time,complexity and high-difficulty for processing.Therefore,data cleaning is essential for on-site programming big data.Duplicate data detection is an important step in data cleaning,which can save storage resources and enhance data consistency.Due to the insufficiency in traditional Sorted Neighborhood Method(SNM)and the difficulty of high-dimensional data detection,an optimized algorithm based on random forests with the dynamic and adaptive window size is proposed.The efficiency of the algorithm can be elevated by improving the method of the key-selection,reducing dimension of data set and using an adaptive variable size sliding window.Experimental results show that the improved SNM algorithm exhibits better performance and achieve higher accuracy. 展开更多
关键词 On-site programming big data duplicate record detection random forests adaptive sliding window
下载PDF
New Rate Allocation Method for MPEG-4 FGS Video Streaming
15
作者 董海燕 芦汉生 +2 位作者 李升才 侯山峰 高稚允 《Journal of Beijing Institute of Technology》 EI CAS 2005年第2期150-153,共4页
A new rate allocation method for fine-granular scalability (FGS) coded bitstreams is presented in order to achieve smooth quality reconstruction of frames under channel conditions with a wide range of bandwidth variat... A new rate allocation method for fine-granular scalability (FGS) coded bitstreams is presented in order to achieve smooth quality reconstruction of frames under channel conditions with a wide range of bandwidth variation and improve the average PSNR of the whole sequence. Based on a quality weighted bit allocation method, a sliding window rate allocation method is proposed for the first time so that the window can slide along the video sequence with a certain sliding step. Experimental results show that, under dynamic bandwidth conditions, the proposed method can simultaneously satisfy the requirements for improving average PSNR of the whole video sequence greatly and reducing the fluctuations between adjacent frames greatly. 展开更多
关键词 fine granular scalability video streaming rate allocation smooth quality sliding window
下载PDF
Sports match prediction model for training and exercise using attention-based LSTM network
16
作者 Qiyun Zhang Xuyun Zhang +3 位作者 Hongsheng Hu Caizhong Li Yinping Lin Rui Ma 《Digital Communications and Networks》 SCIE CSCD 2022年第4期508-515,共8页
Sports matches are very popular all over the world.The prediction of a sports match is helpful to grasp the team's state in time and adjust the strategy in the process of the match.It's a challenging effort to... Sports matches are very popular all over the world.The prediction of a sports match is helpful to grasp the team's state in time and adjust the strategy in the process of the match.It's a challenging effort to predict a sports match.Therefore,a method is proposed to predict the result of the next match by using teams'historical match data.We combined the Long Short-Term Memory(LSTM)model with the attention mechanism and put forward an ASLSTM model for predicting match results.Furthermore,to ensure the timeliness of the prediction,we add the time sliding window to make the prediction have better timeliness.Taking the football match as an example,we carried out a case study and proposed the feasibility of this method. 展开更多
关键词 SPORTS Prediction Long short-term memory ATTENTION sliding window
下载PDF
A Test Method for the Static/Moving State of Targets Applied to Airport Surface Surveillance MLAT System
17
作者 Huang Rongshun Peng We +2 位作者 Li Jing Wu Honggang Li Xingbo 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI CSCD 2016年第4期425-432,共8页
Due to the particularity of its location algorithm,there are some unique difficulties and features regarding the test of target motion states of multilateration(MLAT)system for airport surface surveillance.This paper ... Due to the particularity of its location algorithm,there are some unique difficulties and features regarding the test of target motion states of multilateration(MLAT)system for airport surface surveillance.This paper proposed a test method applicable for the airport surface surveillance MLAT system,which can effectively determine whether the target is static or moving at a certain speed.Via a normalized test statistic designed in the sliding data window,the proposed method not only eliminates the impact of geometry Dilution of precision(GDOP)effectively,but also transforms the test of different motion states into the test of different probability density functions.Meanwhile,by adjusting the size of the sliding window,it can fulfill different test performance requirements.The method was developed through strict theoretical extrapolation and performance analysis,and simulations results verified its correctness and effectiveness. 展开更多
关键词 multilateration(MLAT) hypothesis testing motion state detection sliding window geometric Dilution of precision(GDOP)
下载PDF
Investigation on Surge in Centrifugal Compressors
18
作者 朱智富 马朝臣 陈山 《Journal of Beijing Institute of Technology》 EI CAS 2009年第4期422-427,共6页
A test bench for conducting compressor surge experiments is set up, and different system configurations formed by changing the length of compressor outlet pipeline are tested for surge. Dynamic pressure signals relati... A test bench for conducting compressor surge experiments is set up, and different system configurations formed by changing the length of compressor outlet pipeline are tested for surge. Dynamic pressure signals relating to surges are acquired at different locations of the configurations using unsteady measurement & data acquisition system. The sliding window method is adopted to set up quantitative criterion on the surge. Parameters included in the criterion, such as location of data collection, size and step of sliding window, a mathematical quantity surge-judging and its threshold, etc., are given. Flow chart of surge evaluation is shown, and surge frequency was evaluated based on system configurations. With all these, the problem of judging the existence of surge by human experiences in compressor performance experiments can be solved. Hence this new approach may help to achieve intelligent operations on automatic compressor performance testrig. 展开更多
关键词 centrifugal compressor surge detection turboeharger sliding window
下载PDF
Efficient Heavy Hitters Identification over Speed Traffic Streams
19
作者 Shuzhuang Zhang Hao Luo +3 位作者 Zhigang Wu Yanbin Sun Yuhang Wang Tingting Yuan 《Computers, Materials & Continua》 SCIE EI 2020年第4期213-222,共10页
With the rapid increase of link speed and network throughput in recent years,much more attention has been paid to the work of obtaining statistics over speed traffic streams.It is a challenging problem to identify hea... With the rapid increase of link speed and network throughput in recent years,much more attention has been paid to the work of obtaining statistics over speed traffic streams.It is a challenging problem to identify heavy hitters in high-speed and dynamically changing data streams with less memory and computational overhead with high measurement accuracy.In this paper,we combine Bloom Filter with exponential histogram to query streams in the sliding window so as to identify heavy hitters.This method is called EBF sketches.Our sketch structure allows for effective summarization of streams over time-based sliding windows with guaranteed probabilistic accuracy.It can be employed to address problems such as maintaining frequency statistics and finding heavy hitters.Our experimental results validate our theoretical claims and verifies the effectiveness of our techniques. 展开更多
关键词 Traffic stream heavy hitter sliding window frequency statistics
下载PDF
Aging Diversity Analysis and State of Health Estimation of LiFePO_(4)Batteries
20
作者 Yening Sun Jinlong Zhang +1 位作者 Hanhong Qi Chunjiang Zhang 《Journal of Harbin Institute of Technology(New Series)》 CAS 2022年第1期32-44,共13页
In this paper,battery aging diversity among independent cells was studied in terms of available capacity degradation.During the aging process of LiFePO_(4)batteries,the phenomenon of aging diversity can be observed.Wh... In this paper,battery aging diversity among independent cells was studied in terms of available capacity degradation.During the aging process of LiFePO_(4)batteries,the phenomenon of aging diversity can be observed.When batteries with same specification were charged and discharged repeatedly under the same working conditions,the available capacity of different cell decreased at different rates along the cycle number.In this study,accelerated aging tests were carried out on multiple new LiFePO_(4)battery samples of different brands.Experimental results show that under the same working conditions,the actual available capacity of all cells decreased as the number of aging cycle increased,but an obvious aging diversity was observed even among different cells of same brand with same specification.This aging diversity was described and analysed in detail,and the common aging features of different cells beneath this aging diversity was explored.Considering this aging diversity,a probability density concept was adopted to estimate battery’s state of health(SOH).With this method,a relationship between battery SOH and its aging feature parameter was established,and a dynamic sliding window optimization technique was designed to ensure the optimal quality of aging feature extraction.Finally,the accuracy of this SOH estimation method was verified by random test. 展开更多
关键词 LiFePO_(4)battery aging diversity SOH estimation probability density sliding window optimization
下载PDF
上一页 1 2 下一页 到第
使用帮助 返回顶部