Aiming at the stability and others properties of active magnetic bearing (AMB) system influenced by the periodic unbalance stimulation synchronous with rotor rotational speed, a new real-time adaptive feed-forward u...Aiming at the stability and others properties of active magnetic bearing (AMB) system influenced by the periodic unbalance stimulation synchronous with rotor rotational speed, a new real-time adaptive feed-forward unbalance force compensation scheme is proposed based on variable step-size least mean square(LMS) algorithm as the feed-forward compensation controller. The controller can provide some suitable sinusoidal signals to com- pensate the feedback unbalance response signals synchronous with the rotary frequency, then reduce the fluctua- tion of the control currents and weaken the active control of AMB system. The variable step-size proportional to the rotational frequency is deduced by analyzing the principle of normal LMS algorithm and its deficiency in the application of real-time filtering of AMB system. Experimental results show that the new method can implement real-time unbalance force compensation in a wide frequency band, reduce the effect of unbalance stimulant force on the housing of AMB system, and provide convenience to improve rotational speed.展开更多
A strategy combining a tailored database and high-throughput activity screening that discover bioactive metabolites derived from Magnoliae Officinalis Cortex(MOC)was developed and implemented to rapidly profile and di...A strategy combining a tailored database and high-throughput activity screening that discover bioactive metabolites derived from Magnoliae Officinalis Cortex(MOC)was developed and implemented to rapidly profile and discover bioactive metabolites in vivo derived from traditional Chinese medicine(TCM).The strategy possessed four characteristics:1)The tailored database consisted of metabolites derived from big data-originated reference compound,metabolites predicted in silico,and MOC chemical profile-based pseudomolecular ions.2)When profiling MOC-derived metabolites in vivo,attentions were paid not only to prototypes of MOC compounds and metabolites directly derived from MOC compounds,as reported by most papers,but also to isomerized metabolites and the degradation products of MOC compounds as well as their derived metabolites.3)Metabolite traceability was performed,especially to distinguish isomeric prototypes-derived metabolites,prototypes of MOC compounds as well as phase I metabolites derived from other MOC compounds.4)Molecular docking was utilized for high-throughput activity screening and molecular dynamic simulation as well as zebrafish model were used for verification.Using this strategy,134 metabolites were swiftly characterized after the oral administration of MOC to rats,and several metabolites were reported for the first time.Furthermore,17 potential active metabolites were discovered by targeting the motilin,dopamine D2,and the serotonin type 4(5-HT4)receptors,and part bioactivities were verified using molecular dynamic simulation and a zebrafish constipation model.This study extends the application of mass spectrometry(MS)to rapidly profile TCM-derived metabolites in vivo,which will help pharmacologists rapidly discover potent metabolites from a complex matrix.展开更多
This paper presents an efficient recovery scheme suitable for real-time mainmemory database. In the recovery scheme, log records are stored in non-volatile RAM which is dividedinto four different partitions based on t...This paper presents an efficient recovery scheme suitable for real-time mainmemory database. In the recovery scheme, log records are stored in non-volatile RAM which is dividedinto four different partitions based on transaction types. Similarly, a main memory database isdivided into four partitions based data types. When the using ratio of log store area exceeds thethreshold value, checkpoint procedure is triggered. During executing checkpoint procedure, someuseless log records are deleted. During restart recovery after a crash, partition reloading policyis adopted to assure that critical data are reloaded and restored in advance, so that the databasesystem can be brought up before the entire database is reloaded into main memory. Therefore downtime is obvionsly reduced. Simulation experiments show our recovery scheme obviously improves thesystem performance, and does a favor to meet the dtadlints of real-time transactions.展开更多
A DMVOCC-MVDA (distributed multiversion optimistic concurrency control with multiversion dynamic adjustment) protocol was presented to process mobile distributed real-time transaction in mobile broadcast environment...A DMVOCC-MVDA (distributed multiversion optimistic concurrency control with multiversion dynamic adjustment) protocol was presented to process mobile distributed real-time transaction in mobile broadcast environments. At the mobile hosts, all transactions perform local pre-validation. The local pre-validation process is carried out against the committed transactions at the server in the last broadcast cycle. Transactions that survive in local pre-validation must be submitted to the server for local final validation. The new protocol eliminates conflicts between mobile read-only and mobile update transactions, and resolves data conflicts flexibly by using multiversion dynamic adjustment of serialization order to avoid unnecessary restarts of transactions. Mobile read-only transactions can be committed with no-blocking, and respond time of mobile read-only transactions is greatly shortened. The tolerance of mobile transactions of disconnections from the broadcast channel is increased. In global validation mobile distributed transactions have to do check to ensure distributed serializability in all participants. The simulation results show that the new concurrency control protocol proposed offers better performance than other protocols in terms of miss rate, restart rate, commit rate. Under high work load (think time is ls) the miss rate of DMVOCC-MVDA is only 14.6%, is significantly lower than that of other protocols. The restart rate of DMVOCC-MVDA is only 32.3%, showing that DMVOCC-MVDA can effectively reduce the restart rate of mobile transactions. And the commit rate of DMVOCC-MVDA is up to 61.2%, which is obviously higher than that of other protocols.展开更多
Although computer architectures incorporate fast processing hardware resources, high performance real-time implementation of a complex control algorithm requires an efficient design and software coding of the algorith...Although computer architectures incorporate fast processing hardware resources, high performance real-time implementation of a complex control algorithm requires an efficient design and software coding of the algorithm so as to exploit special features of the hardware and avoid associated architecture shortcomings. This paper presents an investigation into the analysis and design mechanisms that will lead to reduction in the execution time in implementing real-time control algorithms. The proposed mechanisms are exemplified by means of one algorithm, which demonstrates their applicability to real-time applications. An active vibration control (AVC) algorithm for a flexible beam system simulated using the finite difference (FD) method is considered to demonstrate the effectiveness of the proposed methods. A comparative performance evaluation of the proposed design mechanisms is presented and discussed through a set of experiments.展开更多
According to the characteristics of single-phase circuits and demand of using active filter for real-time detecting harmonic and reactive currents, a detecting method based on Fryze's power definition is proposed. Th...According to the characteristics of single-phase circuits and demand of using active filter for real-time detecting harmonic and reactive currents, a detecting method based on Fryze's power definition is proposed. The results of theoretical analysis and simula- tion show that the proposed method is effective in realtime detecting of instantaneous harmonic and reactive currents in single-phase circuits. When only detecting the total reactive currents, this method does not need a phase-locked loop circuit, and it also can be used in some special applications to provide different compensations on the ground of different requirements of electric network. Compared with the other methods based on the theory of instantaneous reactive power, this method is simple and easy to realize.展开更多
In parallel real-time database systems, concurrency control protocols must satisfy time constraints as well as the integrity constraints. The authors present a validation concurrency control(VCC) protocol, which can e...In parallel real-time database systems, concurrency control protocols must satisfy time constraints as well as the integrity constraints. The authors present a validation concurrency control(VCC) protocol, which can enhance the performance of real-time concurrency control mechanism by reducing the number of transactions that might miss their deadlines, and compare the performance of validation concurrency control protocol with that of HP2PL(High priority two phase locking) protocol and OCC-TI-WAIT-50(Optimistic concurrency control-time interval-wait-50) protocol under shared-disk architecture by simulation. The simulation results reveal that the protocol the author presented can effectively reduce the number of transactions restarting which might miss their deadlines and performs better than HP2PL and OCC-TI-WAIT-50. It works well when arrival rate of transaction is lesser than threshold. However, due to resource contention the percentage of missing deadline increases sharply when arrival rate is greater than the threshold.展开更多
Recovery performance in the event of failures is very important for distributed real-time database systems. This paper presents a time-cognizant logging-based crash recovery scheme (TCLCRS) that aims at distributed ...Recovery performance in the event of failures is very important for distributed real-time database systems. This paper presents a time-cognizant logging-based crash recovery scheme (TCLCRS) that aims at distributed real-time databases, which adopts a main memory database as its ground support. In our scheme, each site maintains a real-time log for local transactions and the subtransactions, which execute at the site, and execte local checkpointing independently. Log records are stored in non-volatile high- speed store, which is divided into four different partitions based on transaction classes. During restart recovery after a site crash, partitioned crash recovery strategy is adopted to ensure that the site can be brought up before the entire local secondary database is reloaded in main memory. The partitioned crash recovery strategy not only guarantees the internal consistency to be recovered, but also guarantee the temporal consistency and recovery of the sates of physical world influenced by uncommitted transactions. Combined with two- phase commit protocol, TCLCRS can guarantee failure atomicity of distributed real-time transactions.展开更多
Active databases react to stimulation, or event from inside or outside the system without user or application interference through Events Conditions Actions(ECA) rules (triggers). ECA rule is defined as: ON event IF c...Active databases react to stimulation, or event from inside or outside the system without user or application interference through Events Conditions Actions(ECA) rules (triggers). ECA rule is defined as: ON event IF condition THEN action, which means when an event happens, if the condition is satisfied then the corresponding action is executed. The nature of ECA rule makes it an appropriate means to model dynamic character of systems, as gained much studies during recent years. Traditional ECA rule is crisp, which means their events, condition (s) and action(s) are accurate. As indicate that ECA rules can only represent precise knowledge. But knowledge is usually fuzzy in engineering. A concept of fuzzy ECA rules characterized with fuzzy event, fuzzy condition and fuzzy action is proposed in this article.The realization avenues of fuzzy triggers are discussed. The work we have done blazes a way in representing approximate syntax in active database application systems. At last a case of 'overheating alarm' is given to illustrate the approach.展开更多
This paper formally defines and analyses the new notion of correctness called quasi serializability, and then outlines corresponding concurrency control protocol QDHP for distributed real-time databases. Finally, thro...This paper formally defines and analyses the new notion of correctness called quasi serializability, and then outlines corresponding concurrency control protocol QDHP for distributed real-time databases. Finally, through a series of simulation studies, it shows that using the new concurrency control protocol the performance of distributed real-time databases can be much improved.展开更多
Active noise controls are used in a wide field of applications to cancel out unwanted surrounding noise. Control systems based on the feedback structure however have the disadvantage that they may become unstable duri...Active noise controls are used in a wide field of applications to cancel out unwanted surrounding noise. Control systems based on the feedback structure however have the disadvantage that they may become unstable during run-time due to changes in the control path—in this context including the listener’s ear. Especially when applied to active noise cancellation (ANC) headphones, the risk of instability is associated with the risk of harmful influence on the listener’s ear, which is exposed to the speaker in striking distance. This paper discusses several methods to enable the analysis of a feedback ANC system during run-time to immediately detect instability. Finally, a solution is proposed, which identifies the open loop behavior parametrically by means of an adaptive filter to subsequently evaluate the coefficients regarding stability.展开更多
Based on ArcGIS and MapInfo software, we digitized the active tectonics map (1:4,000,000) of China, which was compiled and revised by academician Deng Qidong, and built the spatial database of active tectonics of Chin...Based on ArcGIS and MapInfo software, we digitized the active tectonics map (1:4,000,000) of China, which was compiled and revised by academician Deng Qidong, and built the spatial database of active tectonics of China. The database integrates rich active tectonic data, such as a catalogue of earthquakes with magnitude above 6.0, active faults, Quaternary basins, active folds and their associated attribute parameters, and implements scientific and effective management to this data. At the same time, the spatial database joins the spatial map data and the associated attribute data together, which implements the data query between spatial properties and attribute parameters and also makes it possible to perform spatial analysis with different data layers. These provide much convenience for earthquake study and allows engineering construction institutions to use this data in practical applications.展开更多
Federated-learning-based active fault management(AFM)is devised to achieve real-time safety assurance for microgrids and the main grid during faults.AFM was originally formulated as a distributed optimization problem....Federated-learning-based active fault management(AFM)is devised to achieve real-time safety assurance for microgrids and the main grid during faults.AFM was originally formulated as a distributed optimization problem.Here,federated learning is used to train each microgrid’s network with training data achieved from distributed optimization.The main contribution of this work is to replace the optimization-based AFM control algorithm with a learning-based AFM control algorithm.The replacement transfers computation from online to offline.With this replacement,the control algorithm can meet real-time requirements for a system with dozens of microgrids.By contrast,distributed-optimization-based fault management can output reference values fast enough for a system with several microgrids.More microgrids,however,lead to more computation time with optimization-based method.Distributed-optimization-based fault management would fail real-time requirements for a system with dozens of microgrids.Controller hardware-in-the-loop real-time simulations demonstrate that learning-based AFM can output reference values within 10 ms irrespective of the number of microgrids.展开更多
To develop technically feasible and economically favorable dynamic process control(DPC)strategies for an alternating activated sludge(AAS)system,a bench-scale continuous-flow alternating aerobic and anoxic reactor,per...To develop technically feasible and economically favorable dynamic process control(DPC)strategies for an alternating activated sludge(AAS)system,a bench-scale continuous-flow alternating aerobic and anoxic reactor,performing short-cut nitrogen removal from real domestic wastewater was operated under different control strategies for more than five months.A fixed-time control(FTC) study showed that bending-points on pH and oxidation-reduction potential(ORP)profiles accurately coincided with the major biologic...展开更多
This paper aims to fuse two well-established and,at the same time,opposed control techniques,namely,model predictive control(MPC)and active disturbance rejection control(ADRC),to develop a dynamic motion controller fo...This paper aims to fuse two well-established and,at the same time,opposed control techniques,namely,model predictive control(MPC)and active disturbance rejection control(ADRC),to develop a dynamic motion controller for a laser beam steering system.The proposed technique uses the ADRC philosophy to lump disturbances and model uncertainties into a total disturbance.Then,the total disturbance is estimated via a discrete extended state disturbance observer(ESO),and it is used to(1)handle the system constraints in a quadratic optimization problem and(2)injected as a feedforward term to the plant to reject the total disturbance,together with the feedback term obtained by the MPC.The main advantage of the proposed approach is that the MPC is designed based on a straightforward integrator-chain model such that a simple convex optimization problem is performed.Several experiments show the real-time closed-loop performance regarding trajectory tracking and disturbance rejection.Owing to simplicity,the self-contained approach MPC+ESO becomes a Frugal MPC,which is computationally economical,adaptable,efficient,resilient,and suitable for applications where on-board computational resources are limited.展开更多
文章研究了使用Oracle Active Data Guard实现PMS2.0数据库读写分离。生产管理系统PMS是电力信息系统中重要的核心业务系统,随着数据量不断快速增长,数据库的I/O吞吐量以及资源的耗用愈发凸显性能瓶颈,造成业务用户并发操作延时甚至失...文章研究了使用Oracle Active Data Guard实现PMS2.0数据库读写分离。生产管理系统PMS是电力信息系统中重要的核心业务系统,随着数据量不断快速增长,数据库的I/O吞吐量以及资源的耗用愈发凸显性能瓶颈,造成业务用户并发操作延时甚至失败。传统的单节点数据库或ORACLE RAC集群已无法应对。根据目前成熟的业界解决方案,采用读写分离的方式,可以有效解决这个问题。展开更多
A bench-scale reactor(72 L) red with domestic sewage, was operated more than 3 months with three operation modes: traditional mode, modified mode and real-time control mode, so as to evaluate effects of the operati...A bench-scale reactor(72 L) red with domestic sewage, was operated more than 3 months with three operation modes: traditional mode, modified mode and real-time control mode, so as to evaluate effects of the operation mode on the system performance and to develop a feasible control strategy. Results obtained from fixed-time control study indicate that the variations of the pH and oxidation-reduction potential(ORP) profiles can represent dynamic characteristics of system and the cycle sequences can be controlled and optimized by the control points on the pH and ORP profiles. A control strategy was, therefore, developed and applied to real-time control mode. Compared with traditional mode, the total nitrogen(TN) removal can be increased by approximately 16% in modified mode and a mean TN removal of 92% was achieved in real-time control mode. Moreover, approximately 12.5% aeration energy was saved in real- time control mode. The result of this study shows that the performance of nitrogen removal was enhanced in modified operation mode. Moreover, the real-time control made it possible to optimize process operation and save aeration energy.展开更多
To achieve smart and personalized medicine, the development of hydrogel dressings with sensing properties and biotherapeutic properties that can act as a sensor to monitor of human health in real-time while speeding u...To achieve smart and personalized medicine, the development of hydrogel dressings with sensing properties and biotherapeutic properties that can act as a sensor to monitor of human health in real-time while speeding up wound healing face great challenge. In the present study, a biocompatible dual-network composite hydrogel(DNCGel) sensor was obtained via a simple process. The dual network hydrogel is constructed by the interpenetration of a flexible network formed of poly(vinyl alcohol)(PVA) physical cross-linked by repeated freeze-thawing and a rigid network of iron-chelated xanthan gum(XG) impregnated with Fe^(3+) interpenetration. The pure PVA/XG hydrogels were chelated with ferric ions by immersion to improve the gel strength(compressive modulus and tensile modulus can reach up to 0.62 MPa and0.079 MPa, respectively), conductivity(conductivity values ranging from 9 × 10^(-4) S/cm to 1 × 10^(-3)S/cm)and bacterial inhibition properties(up to 98.56%). Subsequently, the effects of the ratio of PVA and XG and the immersion time of Fe^(3+) on the hydrogels were investigated, and DNGel3 was given the most priority on a comprehensive consideration. It was demonstrated that the DNCGel exhibit good biocompatibility in vitro, effectively facilitate wound healing in vivo(up to 97.8% healing rate) under electrical stimulation, and monitors human movement in real time. This work provides a novel avenue to explore multifunctional intelligent hydrogels that hold great promise in biomedical fields such as smart wound dressings and flexible wearable sensors.展开更多
基金Supported by the National Natural Science Foundation of China(50437010)the National High Technology Research and Development Program of China("863"Program)(2006AA05Z205)the Project of Six Talented Peak of Jiangsu Province(07-D-013)~~
文摘Aiming at the stability and others properties of active magnetic bearing (AMB) system influenced by the periodic unbalance stimulation synchronous with rotor rotational speed, a new real-time adaptive feed-forward unbalance force compensation scheme is proposed based on variable step-size least mean square(LMS) algorithm as the feed-forward compensation controller. The controller can provide some suitable sinusoidal signals to com- pensate the feedback unbalance response signals synchronous with the rotary frequency, then reduce the fluctua- tion of the control currents and weaken the active control of AMB system. The variable step-size proportional to the rotational frequency is deduced by analyzing the principle of normal LMS algorithm and its deficiency in the application of real-time filtering of AMB system. Experimental results show that the new method can implement real-time unbalance force compensation in a wide frequency band, reduce the effect of unbalance stimulant force on the housing of AMB system, and provide convenience to improve rotational speed.
基金supported by the Scientific and Technological Innovation Project of China Academy of Chinese Medical Sciences,China(Grant Nos.:CI2023E002 and CI2021A04513)the National Natural Science Foundation of China(Grant Nos.:82204619 and 82274094)the Fundamental Research Funds for the Central Public Welfare Research Institutes,China(Grant Nos.:ZZ15-YQ-067 and ZZ16-ND-10-26).
文摘A strategy combining a tailored database and high-throughput activity screening that discover bioactive metabolites derived from Magnoliae Officinalis Cortex(MOC)was developed and implemented to rapidly profile and discover bioactive metabolites in vivo derived from traditional Chinese medicine(TCM).The strategy possessed four characteristics:1)The tailored database consisted of metabolites derived from big data-originated reference compound,metabolites predicted in silico,and MOC chemical profile-based pseudomolecular ions.2)When profiling MOC-derived metabolites in vivo,attentions were paid not only to prototypes of MOC compounds and metabolites directly derived from MOC compounds,as reported by most papers,but also to isomerized metabolites and the degradation products of MOC compounds as well as their derived metabolites.3)Metabolite traceability was performed,especially to distinguish isomeric prototypes-derived metabolites,prototypes of MOC compounds as well as phase I metabolites derived from other MOC compounds.4)Molecular docking was utilized for high-throughput activity screening and molecular dynamic simulation as well as zebrafish model were used for verification.Using this strategy,134 metabolites were swiftly characterized after the oral administration of MOC to rats,and several metabolites were reported for the first time.Furthermore,17 potential active metabolites were discovered by targeting the motilin,dopamine D2,and the serotonin type 4(5-HT4)receptors,and part bioactivities were verified using molecular dynamic simulation and a zebrafish constipation model.This study extends the application of mass spectrometry(MS)to rapidly profile TCM-derived metabolites in vivo,which will help pharmacologists rapidly discover potent metabolites from a complex matrix.
文摘This paper presents an efficient recovery scheme suitable for real-time mainmemory database. In the recovery scheme, log records are stored in non-volatile RAM which is dividedinto four different partitions based on transaction types. Similarly, a main memory database isdivided into four partitions based data types. When the using ratio of log store area exceeds thethreshold value, checkpoint procedure is triggered. During executing checkpoint procedure, someuseless log records are deleted. During restart recovery after a crash, partition reloading policyis adopted to assure that critical data are reloaded and restored in advance, so that the databasesystem can be brought up before the entire database is reloaded into main memory. Therefore downtime is obvionsly reduced. Simulation experiments show our recovery scheme obviously improves thesystem performance, and does a favor to meet the dtadlints of real-time transactions.
基金Project(20030533011)supported by the National Research Foundation for the Doctoral Program of Higher Education of China
文摘A DMVOCC-MVDA (distributed multiversion optimistic concurrency control with multiversion dynamic adjustment) protocol was presented to process mobile distributed real-time transaction in mobile broadcast environments. At the mobile hosts, all transactions perform local pre-validation. The local pre-validation process is carried out against the committed transactions at the server in the last broadcast cycle. Transactions that survive in local pre-validation must be submitted to the server for local final validation. The new protocol eliminates conflicts between mobile read-only and mobile update transactions, and resolves data conflicts flexibly by using multiversion dynamic adjustment of serialization order to avoid unnecessary restarts of transactions. Mobile read-only transactions can be committed with no-blocking, and respond time of mobile read-only transactions is greatly shortened. The tolerance of mobile transactions of disconnections from the broadcast channel is increased. In global validation mobile distributed transactions have to do check to ensure distributed serializability in all participants. The simulation results show that the new concurrency control protocol proposed offers better performance than other protocols in terms of miss rate, restart rate, commit rate. Under high work load (think time is ls) the miss rate of DMVOCC-MVDA is only 14.6%, is significantly lower than that of other protocols. The restart rate of DMVOCC-MVDA is only 32.3%, showing that DMVOCC-MVDA can effectively reduce the restart rate of mobile transactions. And the commit rate of DMVOCC-MVDA is up to 61.2%, which is obviously higher than that of other protocols.
文摘Although computer architectures incorporate fast processing hardware resources, high performance real-time implementation of a complex control algorithm requires an efficient design and software coding of the algorithm so as to exploit special features of the hardware and avoid associated architecture shortcomings. This paper presents an investigation into the analysis and design mechanisms that will lead to reduction in the execution time in implementing real-time control algorithms. The proposed mechanisms are exemplified by means of one algorithm, which demonstrates their applicability to real-time applications. An active vibration control (AVC) algorithm for a flexible beam system simulated using the finite difference (FD) method is considered to demonstrate the effectiveness of the proposed methods. A comparative performance evaluation of the proposed design mechanisms is presented and discussed through a set of experiments.
文摘According to the characteristics of single-phase circuits and demand of using active filter for real-time detecting harmonic and reactive currents, a detecting method based on Fryze's power definition is proposed. The results of theoretical analysis and simula- tion show that the proposed method is effective in realtime detecting of instantaneous harmonic and reactive currents in single-phase circuits. When only detecting the total reactive currents, this method does not need a phase-locked loop circuit, and it also can be used in some special applications to provide different compensations on the ground of different requirements of electric network. Compared with the other methods based on the theory of instantaneous reactive power, this method is simple and easy to realize.
文摘In parallel real-time database systems, concurrency control protocols must satisfy time constraints as well as the integrity constraints. The authors present a validation concurrency control(VCC) protocol, which can enhance the performance of real-time concurrency control mechanism by reducing the number of transactions that might miss their deadlines, and compare the performance of validation concurrency control protocol with that of HP2PL(High priority two phase locking) protocol and OCC-TI-WAIT-50(Optimistic concurrency control-time interval-wait-50) protocol under shared-disk architecture by simulation. The simulation results reveal that the protocol the author presented can effectively reduce the number of transactions restarting which might miss their deadlines and performs better than HP2PL and OCC-TI-WAIT-50. It works well when arrival rate of transaction is lesser than threshold. However, due to resource contention the percentage of missing deadline increases sharply when arrival rate is greater than the threshold.
基金Project supported by National Natural Science Foundation ofChina (Grant No .60203017) Defense Pre-research Projectof the"Tenth Five-Year-Plan"of China (Grant No .413150403)
文摘Recovery performance in the event of failures is very important for distributed real-time database systems. This paper presents a time-cognizant logging-based crash recovery scheme (TCLCRS) that aims at distributed real-time databases, which adopts a main memory database as its ground support. In our scheme, each site maintains a real-time log for local transactions and the subtransactions, which execute at the site, and execte local checkpointing independently. Log records are stored in non-volatile high- speed store, which is divided into four different partitions based on transaction classes. During restart recovery after a site crash, partitioned crash recovery strategy is adopted to ensure that the site can be brought up before the entire local secondary database is reloaded in main memory. The partitioned crash recovery strategy not only guarantees the internal consistency to be recovered, but also guarantee the temporal consistency and recovery of the sates of physical world influenced by uncommitted transactions. Combined with two- phase commit protocol, TCLCRS can guarantee failure atomicity of distributed real-time transactions.
文摘Active databases react to stimulation, or event from inside or outside the system without user or application interference through Events Conditions Actions(ECA) rules (triggers). ECA rule is defined as: ON event IF condition THEN action, which means when an event happens, if the condition is satisfied then the corresponding action is executed. The nature of ECA rule makes it an appropriate means to model dynamic character of systems, as gained much studies during recent years. Traditional ECA rule is crisp, which means their events, condition (s) and action(s) are accurate. As indicate that ECA rules can only represent precise knowledge. But knowledge is usually fuzzy in engineering. A concept of fuzzy ECA rules characterized with fuzzy event, fuzzy condition and fuzzy action is proposed in this article.The realization avenues of fuzzy triggers are discussed. The work we have done blazes a way in representing approximate syntax in active database application systems. At last a case of 'overheating alarm' is given to illustrate the approach.
基金the National Natural Science Foundation of China and the Commission of Science,Technokgy and Industry for National Defense
文摘This paper formally defines and analyses the new notion of correctness called quasi serializability, and then outlines corresponding concurrency control protocol QDHP for distributed real-time databases. Finally, through a series of simulation studies, it shows that using the new concurrency control protocol the performance of distributed real-time databases can be much improved.
文摘Active noise controls are used in a wide field of applications to cancel out unwanted surrounding noise. Control systems based on the feedback structure however have the disadvantage that they may become unstable during run-time due to changes in the control path—in this context including the listener’s ear. Especially when applied to active noise cancellation (ANC) headphones, the risk of instability is associated with the risk of harmful influence on the listener’s ear, which is exposed to the speaker in striking distance. This paper discusses several methods to enable the analysis of a feedback ANC system during run-time to immediately detect instability. Finally, a solution is proposed, which identifies the open loop behavior parametrically by means of an adaptive filter to subsequently evaluate the coefficients regarding stability.
文摘Based on ArcGIS and MapInfo software, we digitized the active tectonics map (1:4,000,000) of China, which was compiled and revised by academician Deng Qidong, and built the spatial database of active tectonics of China. The database integrates rich active tectonic data, such as a catalogue of earthquakes with magnitude above 6.0, active faults, Quaternary basins, active folds and their associated attribute parameters, and implements scientific and effective management to this data. At the same time, the spatial database joins the spatial map data and the associated attribute data together, which implements the data query between spatial properties and attribute parameters and also makes it possible to perform spatial analysis with different data layers. These provide much convenience for earthquake study and allows engineering construction institutions to use this data in practical applications.
基金supported in part by the National Science Foundation under Grants No.OIA-2134840 and ECCS-1810108in part by Department of Energy under Grant No.DE-EE0009341Department of Navy award N00014-20-1-2858 issued by the Office of Naval Research.
文摘Federated-learning-based active fault management(AFM)is devised to achieve real-time safety assurance for microgrids and the main grid during faults.AFM was originally formulated as a distributed optimization problem.Here,federated learning is used to train each microgrid’s network with training data achieved from distributed optimization.The main contribution of this work is to replace the optimization-based AFM control algorithm with a learning-based AFM control algorithm.The replacement transfers computation from online to offline.With this replacement,the control algorithm can meet real-time requirements for a system with dozens of microgrids.By contrast,distributed-optimization-based fault management can output reference values fast enough for a system with several microgrids.More microgrids,however,lead to more computation time with optimization-based method.Distributed-optimization-based fault management would fail real-time requirements for a system with dozens of microgrids.Controller hardware-in-the-loop real-time simulations demonstrate that learning-based AFM can output reference values within 10 ms irrespective of the number of microgrids.
文摘To develop technically feasible and economically favorable dynamic process control(DPC)strategies for an alternating activated sludge(AAS)system,a bench-scale continuous-flow alternating aerobic and anoxic reactor,performing short-cut nitrogen removal from real domestic wastewater was operated under different control strategies for more than five months.A fixed-time control(FTC) study showed that bending-points on pH and oxidation-reduction potential(ORP)profiles accurately coincided with the major biologic...
基金support through his Master scholarshipThe Vicerrectoría de Investigación y Estudios de Posgrado(VIEP-BUAP)partially funded this work under grant number 00593-PV/2025.
文摘This paper aims to fuse two well-established and,at the same time,opposed control techniques,namely,model predictive control(MPC)and active disturbance rejection control(ADRC),to develop a dynamic motion controller for a laser beam steering system.The proposed technique uses the ADRC philosophy to lump disturbances and model uncertainties into a total disturbance.Then,the total disturbance is estimated via a discrete extended state disturbance observer(ESO),and it is used to(1)handle the system constraints in a quadratic optimization problem and(2)injected as a feedforward term to the plant to reject the total disturbance,together with the feedback term obtained by the MPC.The main advantage of the proposed approach is that the MPC is designed based on a straightforward integrator-chain model such that a simple convex optimization problem is performed.Several experiments show the real-time closed-loop performance regarding trajectory tracking and disturbance rejection.Owing to simplicity,the self-contained approach MPC+ESO becomes a Frugal MPC,which is computationally economical,adaptable,efficient,resilient,and suitable for applications where on-board computational resources are limited.
文摘文章研究了使用Oracle Active Data Guard实现PMS2.0数据库读写分离。生产管理系统PMS是电力信息系统中重要的核心业务系统,随着数据量不断快速增长,数据库的I/O吞吐量以及资源的耗用愈发凸显性能瓶颈,造成业务用户并发操作延时甚至失败。传统的单节点数据库或ORACLE RAC集群已无法应对。根据目前成熟的业界解决方案,采用读写分离的方式,可以有效解决这个问题。
基金The Project of Beijing Science and Technology Committee (No.020620010120) ,the Hi_Tech Research and Development Program(863) of China (No.2004AA601020) ,the Project under Key International Cooperative Programs of NSFC(No.50521140075) and the Project of Key Laboratory of Beiing
文摘A bench-scale reactor(72 L) red with domestic sewage, was operated more than 3 months with three operation modes: traditional mode, modified mode and real-time control mode, so as to evaluate effects of the operation mode on the system performance and to develop a feasible control strategy. Results obtained from fixed-time control study indicate that the variations of the pH and oxidation-reduction potential(ORP) profiles can represent dynamic characteristics of system and the cycle sequences can be controlled and optimized by the control points on the pH and ORP profiles. A control strategy was, therefore, developed and applied to real-time control mode. Compared with traditional mode, the total nitrogen(TN) removal can be increased by approximately 16% in modified mode and a mean TN removal of 92% was achieved in real-time control mode. Moreover, approximately 12.5% aeration energy was saved in real- time control mode. The result of this study shows that the performance of nitrogen removal was enhanced in modified operation mode. Moreover, the real-time control made it possible to optimize process operation and save aeration energy.
基金supported by Physical Chemical Materials Analytical&Testing Center of Shandong University at Weihai,Natural Science Foundation of Shandong Province(No.ZR2022QD057)Open Project Fund for Hubei Key Laboratory of Oral and Maxillofacial Development and Regeneration(No.2021kqhm003)+1 种基金State Key Laboratory of Advanced Technology for Materials Synthesis and Processing(Wuhan University of Technology)the Science Fund of Shandong Laboratory of Advanced Materials and Green Manufacturing(Yantai,No.AMGM2021F02)。
文摘To achieve smart and personalized medicine, the development of hydrogel dressings with sensing properties and biotherapeutic properties that can act as a sensor to monitor of human health in real-time while speeding up wound healing face great challenge. In the present study, a biocompatible dual-network composite hydrogel(DNCGel) sensor was obtained via a simple process. The dual network hydrogel is constructed by the interpenetration of a flexible network formed of poly(vinyl alcohol)(PVA) physical cross-linked by repeated freeze-thawing and a rigid network of iron-chelated xanthan gum(XG) impregnated with Fe^(3+) interpenetration. The pure PVA/XG hydrogels were chelated with ferric ions by immersion to improve the gel strength(compressive modulus and tensile modulus can reach up to 0.62 MPa and0.079 MPa, respectively), conductivity(conductivity values ranging from 9 × 10^(-4) S/cm to 1 × 10^(-3)S/cm)and bacterial inhibition properties(up to 98.56%). Subsequently, the effects of the ratio of PVA and XG and the immersion time of Fe^(3+) on the hydrogels were investigated, and DNGel3 was given the most priority on a comprehensive consideration. It was demonstrated that the DNCGel exhibit good biocompatibility in vitro, effectively facilitate wound healing in vivo(up to 97.8% healing rate) under electrical stimulation, and monitors human movement in real time. This work provides a novel avenue to explore multifunctional intelligent hydrogels that hold great promise in biomedical fields such as smart wound dressings and flexible wearable sensors.