期刊文献+
共找到25篇文章
< 1 2 >
每页显示 20 50 100
Edge Intelligence with Distributed Processing of DNNs:A Survey
1
作者 Sizhe Tang Mengmeng Cui +1 位作者 Lianyong Qi Xiaolong Xu 《Computer Modeling in Engineering & Sciences》 SCIE EI 2023年第7期5-42,共38页
Withthe rapiddevelopment of deep learning,the size of data sets anddeepneuralnetworks(DNNs)models are also booming.As a result,the intolerable long time for models’training or inference with conventional strategies c... Withthe rapiddevelopment of deep learning,the size of data sets anddeepneuralnetworks(DNNs)models are also booming.As a result,the intolerable long time for models’training or inference with conventional strategies can not meet the satisfaction of modern tasks gradually.Moreover,devices stay idle in the scenario of edge computing(EC),which presents a waste of resources since they can share the pressure of the busy devices but they do not.To address the problem,the strategy leveraging distributed processing has been applied to load computation tasks from a single processor to a group of devices,which results in the acceleration of training or inference of DNN models and promotes the high utilization of devices in edge computing.Compared with existing papers,this paper presents an enlightening and novel review of applying distributed processing with data and model parallelism to improve deep learning tasks in edge computing.Considering the practicalities,commonly used lightweight models in a distributed system are introduced as well.As the key technique,the parallel strategy will be described in detail.Then some typical applications of distributed processing will be analyzed.Finally,the challenges of distributed processing with edge computing will be described. 展开更多
关键词 distributed processing edge computing parallel strategies acceleration of DNN processing
下载PDF
Estimation of spatially distributed processes using mobile sensor networks with missing measurements
2
作者 江正仙 崔宝同 《Chinese Physics B》 SCIE EI CAS CSCD 2015年第2期109-115,共7页
This paper investigates the estimation problem for a spatially distributed process described by a partial differential equation with missing measurements.The randomly missing measurements are introduced in order to be... This paper investigates the estimation problem for a spatially distributed process described by a partial differential equation with missing measurements.The randomly missing measurements are introduced in order to better reflect the reality in the sensor network.To improve the estimation performance for the spatially distributed process,a network of sensors which are allowed to move within the spatial domain is used.We aim to design an estimator which is used to approximate the distributed process and the mobile trajectories for sensors such that,for all possible missing measurements,the estimation error system is globally asymptotically stable in the mean square sense.By constructing Lyapunov functionals and using inequality analysis,the guidance scheme of every sensor and the convergence of the estimation error system are obtained.Finally,a numerical example is given to verify the effectiveness of the proposed estimator utilizing the proposed guidance scheme for sensors. 展开更多
关键词 ESTIMATION spatially distributed process mobile sensor network missing measurements
下载PDF
Sequential quadratic programming-based non-cooperative target distributed hybrid processing optimization method 被引量:1
3
作者 SONG Xiaocheng WANG Jiangtao +3 位作者 WANG Jun SUN Liang FENG Yanghe LI Zhi 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2023年第1期129-140,共12页
The distributed hybrid processing optimization problem of non-cooperative targets is an important research direction for future networked air-defense and anti-missile firepower systems. In this paper, the air-defense ... The distributed hybrid processing optimization problem of non-cooperative targets is an important research direction for future networked air-defense and anti-missile firepower systems. In this paper, the air-defense anti-missile targets defense problem is abstracted as a nonconvex constrained combinatorial optimization problem with the optimization objective of maximizing the degree of contribution of the processing scheme to non-cooperative targets, and the constraints mainly consider geographical conditions and anti-missile equipment resources. The grid discretization concept is used to partition the defense area into network nodes, and the overall defense strategy scheme is described as a nonlinear programming problem to solve the minimum defense cost within the maximum defense capability of the defense system network. In the solution of the minimum defense cost problem, the processing scheme, equipment coverage capability, constraints and node cost requirements are characterized, then a nonlinear mathematical model of the non-cooperative target distributed hybrid processing optimization problem is established, and a local optimal solution based on the sequential quadratic programming algorithm is constructed, and the optimal firepower processing scheme is given by using the sequential quadratic programming method containing non-convex quadratic equations and inequality constraints. Finally, the effectiveness of the proposed method is verified by simulation examples. 展开更多
关键词 non-cooperative target distributed hybrid processing multiple constraint minimum defense cost sequential quadratic programming
下载PDF
Distributed processing based fault location,isolation,and service restoration method for active distribution network 被引量:16
4
作者 Jiaming WENG Dong LIU +1 位作者 Ning LUO Xueyong TANG 《Journal of Modern Power Systems and Clean Energy》 SCIE EI 2015年第4期494-503,共10页
Active distribution network(ADN)is a solution for power system with interconnection of distributed energy resources(DER),which may change the network operation and power flow of traditional power distribution network.... Active distribution network(ADN)is a solution for power system with interconnection of distributed energy resources(DER),which may change the network operation and power flow of traditional power distribution network.However,in some circumstances the malfunction of protection and feeder automation in distribution network occurs due to the uncertain bidirectional power flow.Therefore,a novel method of fault location,isolation,and service restoration(FLISR)for ADN based on distributed processing is proposed in this paper.The differential-activated algorithm based on synchronous sampling for feeder fault location and isolation is studied,and a framework of fault restoration is established for ADN.Finally,the effectiveness of the proposed algorithm is verified via computer simulation of a case study for active distributed power system. 展开更多
关键词 Active distribution network Fault location ISOLATION and service restoration distributed processing method
原文传递
Improving the performance of query processing using proposed resilient distributed processing technique
5
作者 C.Lakshmi K.Usha Rani 《International Journal of Intelligent Computing and Cybernetics》 EI 2021年第2期158-169,共12页
Purpose-Resilient distributed processing technique(RDPT),in which mapper and reducer are simplified with the Spark contexts and support distributed parallel query processing.Design/methodology/approach-The proposed wo... Purpose-Resilient distributed processing technique(RDPT),in which mapper and reducer are simplified with the Spark contexts and support distributed parallel query processing.Design/methodology/approach-The proposed work is implemented with Pig Latin with Spark contexts to develop query processing in a distributed environment.Findings-Query processing in Hadoop influences the distributed processing with the MapReduce model.MapReduce caters to the works on different nodes with the implementation of complex mappers and reducers.Its results are valid for some extent size of the data.Originality/value-Pig supports the required parallel processing framework with the following constructs during the processing of queries:FOREACH;FLATTEN;COGROUP. 展开更多
关键词 Query processing MAPREDUCE SCALABILITY Resilient distributed processing SPARK
原文传递
Distributed Active Partial Label Learning
6
作者 Zhen Xu Weibin Chen 《Intelligent Automation & Soft Computing》 SCIE 2023年第9期2627-2650,共24页
Active learning(AL)trains a high-precision predictor model from small numbers of labeled data by iteratively annotating the most valuable data sample from an unlabeled data pool with a class label throughout the learn... Active learning(AL)trains a high-precision predictor model from small numbers of labeled data by iteratively annotating the most valuable data sample from an unlabeled data pool with a class label throughout the learning process.However,most current AL methods start with the premise that the labels queried at AL rounds must be free of ambiguity,which may be unrealistic in some real-world applications where only a set of candidate labels can be obtained for selected data.Besides,most of the existing AL algorithms only consider the case of centralized processing,which necessitates gathering together all the unlabeled data in one fusion center for selection.Considering that data are collected/stored at different nodes over a network in many real-world scenarios,distributed processing is chosen here.In this paper,the issue of distributed classification of partially labeled(PL)data obtained by a fully decentralized AL method is focused on,and a distributed active partial label learning(dAPLL)algorithm is proposed.Our proposed algorithm is composed of a fully decentralized sample selection strategy and a distributed partial label learning(PLL)algorithm.During the sample selection process,both the uncertainty and representativeness of the data are measured based on the global cluster centers obtained by a distributed clustering method,and the valuable samples are chosen in turn.Meanwhile,using the disambiguation-free strategy,a series of binary classification problems can be constructed,and the corresponding cost-sensitive classifiers can be cooperatively trained in a distributed manner.The experiment results conducted on several datasets demonstrate that the performance of the dAPLL algorithm is comparable to that of the corresponding centralized method and is superior to the existing active PLL(APLL)method in different parameter configurations.Besides,our proposed algorithm outperforms several current PLL methods using the random selection strategy,especially when only small amounts of data are selected to be assigned with the candidate labels. 展开更多
关键词 Active learning partial label learning distributed processing disambiguation-free strategy
下载PDF
Hybrid Hierarchical Particle Swarm Optimization with Evolutionary Artificial Bee Colony Algorithm for Task Scheduling in Cloud Computing
7
作者 Shasha Zhao Huanwen Yan +3 位作者 Qifeng Lin Xiangnan Feng He Chen Dengyin Zhang 《Computers, Materials & Continua》 SCIE EI 2024年第1期1135-1156,共22页
Task scheduling plays a key role in effectively managing and allocating computing resources to meet various computing tasks in a cloud computing environment.Short execution time and low load imbalance may be the chall... Task scheduling plays a key role in effectively managing and allocating computing resources to meet various computing tasks in a cloud computing environment.Short execution time and low load imbalance may be the challenges for some algorithms in resource scheduling scenarios.In this work,the Hierarchical Particle Swarm Optimization-Evolutionary Artificial Bee Colony Algorithm(HPSO-EABC)has been proposed,which hybrids our presented Evolutionary Artificial Bee Colony(EABC),and Hierarchical Particle Swarm Optimization(HPSO)algorithm.The HPSO-EABC algorithm incorporates both the advantages of the HPSO and the EABC algorithm.Comprehensive testing including evaluations of algorithm convergence speed,resource execution time,load balancing,and operational costs has been done.The results indicate that the EABC algorithm exhibits greater parallelism compared to the Artificial Bee Colony algorithm.Compared with the Particle Swarm Optimization algorithm,the HPSO algorithmnot only improves the global search capability but also effectively mitigates getting stuck in local optima.As a result,the hybrid HPSO-EABC algorithm demonstrates significant improvements in terms of stability and convergence speed.Moreover,it exhibits enhanced resource scheduling performance in both homogeneous and heterogeneous environments,effectively reducing execution time and cost,which also is verified by the ablation experimental. 展开更多
关键词 Cloud computing distributed processing evolutionary artificial bee colony algorithm hierarchical particle swarm optimization load balancing
下载PDF
Online Nonstop Task Management for Storm-Based Distributed Stream Processing Engines
8
作者 张洲 金培权 +3 位作者 谢希科 王晓亮 刘睿诚 万寿红 《Journal of Computer Science & Technology》 SCIE EI CSCD 2024年第1期116-138,共23页
Most distributed stream processing engines(DSPEs)do not support online task management and cannot adapt to time-varying data flows.Recently,some studies have proposed online task deployment algorithms to solve this pr... Most distributed stream processing engines(DSPEs)do not support online task management and cannot adapt to time-varying data flows.Recently,some studies have proposed online task deployment algorithms to solve this problem.However,these approaches do not guarantee the Quality of Service(QoS)when the task deployment changes at runtime,because the task migrations caused by the change of task deployments will impose an exorbitant cost.We study one of the most popular DSPEs,Apache Storm,and find out that when a task needs to be migrated,Storm has to stop the resource(implemented as a process of Worker in Storm)where the task is deployed.This will lead to the stop and restart of all tasks in the resource,resulting in the poor performance of task migrations.Aiming to solve this problem,in this pa-per,we propose N-Storm(Nonstop Storm),which is a task-resource decoupling DSPE.N-Storm allows tasks allocated to resources to be changed at runtime,which is implemented by a thread-level scheme for task migrations.Particularly,we add a local shared key/value store on each node to make resources aware of the changes in the allocation plan.Thus,each resource can manage its tasks at runtime.Based on N-Storm,we further propose Online Task Deployment(OTD).Differ-ing from traditional task deployment algorithms that deploy all tasks at once without considering the cost of task migra-tions caused by a task re-deployment,OTD can gradually adjust the current task deployment to an optimized one based on the communication cost and the runtime states of resources.We demonstrate that OTD can adapt to different kinds of applications including computation-and communication-intensive applications.The experimental results on a real DSPE cluster show that N-Storm can avoid the system stop and save up to 87%of the performance degradation time,compared with Apache Storm and other state-of-the-art approaches.In addition,OTD can increase the average CPU usage by 51%for computation-intensive applications and reduce network communication costs by 88%for communication-intensive ap-plications. 展开更多
关键词 distributed stream processing engine(DSPE) Apache Storm online task migration online task deployment
原文传递
Fast achievement of quantum state transfer and distributed quantum entanglement by dressed states
9
作者 田亮 孙立莉 +5 位作者 朱小瑜 宋学科 闫磊磊 梁二军 苏石磊 冯芒 《Chinese Physics B》 SCIE EI CAS CSCD 2020年第5期107-118,共12页
We propose schemes to realize quantum state transfer and prepare quantum entanglement in coupled cavity and cavity-fiber-cavity systems,respectively,by using the dressed state method.We first give the expression of pu... We propose schemes to realize quantum state transfer and prepare quantum entanglement in coupled cavity and cavity-fiber-cavity systems,respectively,by using the dressed state method.We first give the expression of pulses shape by using dressed states and then find a group of Gaussian pulses that are easy to realize in experiment to replace the ideal pulses by curve fitting.We also study the influence of some parameters fluctuation,atomic spontaneous emission,and photon leakage on fidelity.The results show that our schemes have good robustness.Because the atoms are trapped in different cavities,it is easy to perform different operations on different atoms.The proposed schemes have the potential applications in dressed states for distributed quantum information processing tasks. 展开更多
关键词 quantum state transfer dressed state method distributed quantum information processing
下载PDF
Distributed cooperative task planning algorithm for multiple satellites in delayed communication environment 被引量:1
10
作者 Chong Wang Jinhui Tang +2 位作者 Xiaohang Cheng Yingchen Liu Changchun Wang 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2016年第3期619-633,共15页
Multiple earth observing satellites need to communicate with each other to observe plenty of targets on the Earth together. The factors, such as external interference, result in satellite information interaction delay... Multiple earth observing satellites need to communicate with each other to observe plenty of targets on the Earth together. The factors, such as external interference, result in satellite information interaction delays, which is unable to ensure the integrity and timeliness of the information on decision making for satellites. And the optimization of the planning result is affected. Therefore, the effect of communication delay is considered during the multi-satel ite coordinating process. For this problem, firstly, a distributed cooperative optimization problem for multiple satellites in the delayed communication environment is formulized. Secondly, based on both the analysis of the temporal sequence of tasks in a single satellite and the dynamically decoupled characteristics of the multi-satellite system, the environment information of multi-satellite distributed cooperative optimization is constructed on the basis of the directed acyclic graph(DAG). Then, both a cooperative optimization decision making framework and a model are built according to the decentralized partial observable Markov decision process(DEC-POMDP). After that, a satellite coordinating strategy aimed at different conditions of communication delay is mainly analyzed, and a unified processing strategy on communication delay is designed. An approximate cooperative optimization algorithm based on simulated annealing is proposed. Finally, the effectiveness and robustness of the method presented in this paper are verified via the simulation. 展开更多
关键词 Earth observing satellite(EOS) distributed coo-perative task planning delayed communication decentralized partial observable Markov decision process(DEC-POMDP) simulated annealing
下载PDF
Mobile Agents on Internet 被引量:2
11
作者 Zhou, Shun Zhu, Chunyan Ying, Shi 《Wuhan University Journal of Natural Sciences》 EI CAS 1998年第1期20-26,共7页
Mobile agents is becoming a prosperous research field due to recent prevalence of Internet andJava. Although it brings great challenges to traditional distributed processing technologies, its attractive advantages sti... Mobile agents is becoming a prosperous research field due to recent prevalence of Internet andJava. Although it brings great challenges to traditional distributed processing technologies, its attractive advantages stimulate us to further the work on it with great ardor. This paper presents the basic concepts aboutthe Inchoate technique and describes current research status on it. Major obstacles and their possible solutions are discussed. 展开更多
关键词 AGENT mobile computing INTERNET distributed processing
下载PDF
Distributed Control of Chemical Process Networks
12
作者 Michael J.Tippett Jie Bao 《International Journal of Automation and computing》 EI CSCD 2015年第4期368-381,共14页
In this paper,we present a review of the current literature on distributed(or partially decentralized) control of chemical process networks.In particular,we focus on recent developments in distributed model predictive... In this paper,we present a review of the current literature on distributed(or partially decentralized) control of chemical process networks.In particular,we focus on recent developments in distributed model predictive control,in the context of the specific challenges faced in the control of chemical process networks.The paper is concluded with some open problems and some possible future research directions in the area. 展开更多
关键词 distributed process control chemical process systems process networks plantwide control distributed model predictive control.
原文传递
An improved particle tracking velocimetry(PTV) technique to evaluate the velocity field of saltating particles 被引量:3
13
作者 JIANG Chanwen DONG Zhibao WANG Xiaoyan 《Journal of Arid Land》 SCIE CSCD 2017年第5期727-742,共16页
Velocity is a key parameter characterizing the movement of saltating particles. High-speed photography is an efficient method to record the velocity. But, manually determining the relevant information from these photo... Velocity is a key parameter characterizing the movement of saltating particles. High-speed photography is an efficient method to record the velocity. But, manually determining the relevant information from these photographs is quite laborious. However, particle tracking velocimetry(PTV) can be used to measure the instantaneous velocity in fluids using tracer particles. The tracer particles have three basic features in fluids: similar movement patterns within a small region, a uniform particle distribution, and high particle density. Unfortunately, the saltation of sand particles in air is a stochastic process, and PTV has not yet been able to accurately determine the velocity field in a cloud of blowing sand. The aim of the present study was to develop an improved PTV technique to measure the downwind(horizontal) and vertical velocities of saltating sand. To demonstrate the feasibility of this new technique, we used it to investigate two-dimensional saltation of particles above a loose sand surface in a wind tunnel. We analyzed the properties of the saltating particles, including the probability distribution of particle velocity, variations in the mean velocity as a function of height, and particle turbulence. By automating much of the analysis, the improved PTV method can satisfy the requirement for a large sample size and can measure the velocity field of blowing sand more accurately than previously-used techniques. The results shed new light on the complicated mechanisms involved in sand saltation. 展开更多
关键词 high-speed photography image processing particle image velocimetry velocity distribution saltation
下载PDF
Electron-Vibrational Energy Exchange in Nitrogen-Containing Plasma:a Comparison Between an Analytical Approach and a Kinetic Model 被引量:1
14
作者 杨薇 董志伟 《Plasma Science and Technology》 SCIE EI CAS CSCD 2016年第1期12-16,共5页
This paper investigates the electron-vibrational(e-V)energy exchange in nitrogencontaining plasma,which is very efficient in the case of gas discharge and high speed flow.Based on Harmonic oscillator approximation a... This paper investigates the electron-vibrational(e-V)energy exchange in nitrogencontaining plasma,which is very efficient in the case of gas discharge and high speed flow.Based on Harmonic oscillator approximation and the assumption of the e-V relaxation through a continuous series of Boltzmann distributions over the vibrational states,an analytic approach is derived from the proposed scaling relation of e-V transition rates.A full kinetic model is then investigated by numerically solving the state-to-state master equation for all vibrational levels.The analytical approach leads to a Landau-Teller(LT)-type equation for relaxation of vibrational energy,and predicts the relaxation time on the right order of magnitude.By comparison with the kinetic model,the LT-type equation is valid in typical electron temperatures in gas discharge.However,the analytical approach is not capable of describing the vibrational distribution function during the e-V process in which a full kinetic model is required. 展开更多
关键词 electron-vibrational process vibrational energy relaxation time vibrational distribution function
下载PDF
Multifractal modeling of the production of concentrated sugar syrup crystal
15
作者 闭胜 高剑波 《Chinese Physics B》 SCIE EI CAS CSCD 2016年第7期158-163,共6页
High quality, concentrated sugar syrup crystal is produced in a critical step in cane sugar production: the clarification process. It is characterized by two variables: the color of the produced sugar and its clarit... High quality, concentrated sugar syrup crystal is produced in a critical step in cane sugar production: the clarification process. It is characterized by two variables: the color of the produced sugar and its clarity degree. We show that the temporal variations of these variables follow power-law distributions and can be well modeled by multiplicative cascade multifractal processes. These interesting properties suggest that the degradation in color and clarity degree has a systemwide cause. In particular, the cascade multifractal model suggests that the degradation in color and clarity degree can be equivalently accounted for by the initial "impurities" in the sugarcane. Hence, more effective cleaning of the sugarcane before the clarification stage may lead to substantial improvement in the effect of clarification. 展开更多
关键词 time series analysis non-poisson process power-law distribution multiplicative cascade multifractal processes
下载PDF
ON THE INCREMENTS DISTRIBUTION OF STOCK PRICES
16
作者 Korolev V Yu 1 Zhao Xuanmin 2 Bening V E 11 Faculty of Computational Mathematics and Cybenetics,Moscow State Univ., Moscow 119899. 2 Dept. of Appl. Math., Northwestern Polytechnical Univ., Xi’an 710072. 《Applied Mathematics(A Journal of Chinese Universities)》 SCIE CSCD 2001年第3期315-322,共8页
In this paper,the models of increment distributions of stock price are constructed with two approaches. The first approach is based on limit theorems of random summation. The second approach is based on the statistica... In this paper,the models of increment distributions of stock price are constructed with two approaches. The first approach is based on limit theorems of random summation. The second approach is based on the statistical analysis of the increment distribution of the logarithms of stock prices. 展开更多
关键词 Increment distributions of stock price Cox process mixing distribution.
下载PDF
Effcient Distributed Skyline Queries for Mobile Applications 被引量:5
17
作者 肖迎元 陈跃国 《Journal of Computer Science & Technology》 SCIE EI CSCD 2010年第3期523-536,共14页
In this paper, we consider skyline queries in a mobile and distributed environment, where data objects are distributed in some sites (database servers) which are interconnected through a high-speed wired network, an... In this paper, we consider skyline queries in a mobile and distributed environment, where data objects are distributed in some sites (database servers) which are interconnected through a high-speed wired network, and queries are issued by mobile units (laptop, cell phone, etc.) which access the data objects of database servers by wireless channels. The inherent properties of mobile computing environment such as mobility, limited wireless bandwidth, frequent disconnection, make skyline queries more complicated. We show how to efficiently perform distributed skyline queries in a mobile environment and propose a skyline query processing approach, called efficient distributed skyline based on mobile computing (EDS-MC). In EDS-MC, a distributed skyline query is decomposed into five processing phases and each phase is elaborately designed in order to reduce the network communication, network delay and query response time. We conduct extensive experiments in a simulated mobile database system, and the experimental results demonstrate the superiority of EDS-MC over other skyline query processing techniques on mobile computing. 展开更多
关键词 SKYLINE distributed query processing mobile database system
原文传递
Distributed Estimation in Sensor Networks with Repetition Coding 被引量:1
18
作者 张莉 崔涛 张贤达 《Tsinghua Science and Technology》 SCIE EI CAS 2011年第3期295-299,共5页
This paper considers the distributed estimation of a source parameter using quantized sensor observations in a wireless sensor network with noisy channels. Repetition codes are used to transmit quantization bits of se... This paper considers the distributed estimation of a source parameter using quantized sensor observations in a wireless sensor network with noisy channels. Repetition codes are used to transmit quantization bits of sensor observations and a quasi best linear unbiased estimate is constructed to estimate the source parameter. Simulations show that the estimation scheme achieves a better power and spectral efficiency than the previous scheme. 展开更多
关键词 distributed estimation QUANTIZATION distributed signal processing sensor networks
原文传递
Modelling the bed characteristics in fluidised-beds for top-spray coating processes 被引量:2
19
作者 Mike Vanderroost Frederik Ronsse +1 位作者 Koen Dewettinck Jan G.Pieters 《Particuology》 SCIE EI CAS CSCD 2012年第6期649-662,共14页
A particle sub-model describing the bed characteristics of a bubbling fluidised bed is presented. Atomisation air, applied at high pressures via a nozzle positioned above the bed for spray formation, is incorporated i... A particle sub-model describing the bed characteristics of a bubbling fluidised bed is presented. Atomisation air, applied at high pressures via a nozzle positioned above the bed for spray formation, is incorporated in the model since its presence has a profound influence on the bed characteristics, though the spray itself is not yet considered. A particle sub-model is developed using well-known empirical relations for particle drag force, bubble growth and velocity and particle distribution above the fluidised-bed surface. Simple but effective assumptions and abstractions were made concerning bubble distribution, particle ejection at the bed surface and the behaviour of atomisation air flow upon impacting the surface of a bubbling fluidised bed, The model was shown to be capable of predicting the fluidised bed characteristics in terms of bed heights, voidage distributions and solids volume fractions with good accuracy in less than 5 min of calculation time on a regular desktop PC. It is therefore suitable for incorporation into general process control models aimed at dynamic control for process efficiency and product quality in top-spray fluidised bed coating processes. 展开更多
关键词 Fluidised bed Modelling Voidage distribution Fluidised bed characteristics Multiphase flow Coating process
原文传递
Universal Distributed Estimation Scheme for a Bandwidth Constrained Ad Hoc Sensor Network
20
作者 张莉 张贤达 高秋彬 《Tsinghua Science and Technology》 SCIE EI CAS 2009年第1期121-125,共5页
This paper describes a distributed estimation scheme (DES) for a bandwidth constrained ad hoc sensor network. The DES is universal in the sense that operations on all sensors are identical and independent of noise d... This paper describes a distributed estimation scheme (DES) for a bandwidth constrained ad hoc sensor network. The DES is universal in the sense that operations on all sensors are identical and independent of noise distribution. The scheme requires each sensor to transmit just a 1-bit message per observation. Simulation results show that the scheme achieves much better mean-squares error (MSE) performance than the simplified isotropic universal DES and even outperforms the isotropic universal DES which requires more than twice the bandwidth of this scheme. 展开更多
关键词 distributed estimation QUANTIZATION sensor networks distributed signal processing
原文传递
上一页 1 2 下一页 到第
使用帮助 返回顶部