首页 > 最新文献

TENCON 2003. Conference on Convergent Technologies for Asia-Pacific Region最新文献

英文 中文
Space and compute requirements of PPM for migration within the secondary storage 在辅助存储中迁移PPM的空间和计算需求
Pub Date : 2003-10-15 DOI: 10.1109/TENCON.2003.1273431
R. Kameshwari, K. Gopinath
PPM algorithm is used in this work to dynamically migrate and reorganize data in a three-tiered secondary storage hierarchy implemented using software RAID. The three levels implemented in the prototype named temperature sensitive storage (TSS) are RAID 10, RAID 5 and compressed RAID 5 levels. Our earlier study confirmed the usefulness of this algorithm in reducing performance degradation with compressed RAID 5 levels being 20% or more of the working-set size. The usefulness of PPM for such an application is gauged not only by using performance metrics such as throughput, residual compressed RAID 5 migrations, hit and miss ratios at different migration boundaries, but also by its space and compute requirements. Results using two file-system traces Sitar and Harp show that the worst case storage requirements of the PPM has been well below 10 MB and CPU usage has been moderate. The total migrations generated for 400000 accesses has been less than 3% of the total accesses seen by the TSS device driver.
在这项工作中,使用PPM算法来动态迁移和重组数据,并使用软件RAID实现三层二级存储层次结构。在名为温度敏感存储(TSS)的原型中实现的三个级别是RAID 10, RAID 5和压缩RAID 5级别。我们早期的研究证实了该算法在压缩RAID 5级别为工作集大小的20%或更多时减少性能下降的有用性。PPM对这样的应用程序的有用性不仅通过使用性能指标(如吞吐量、剩余压缩RAID 5迁移、不同迁移边界的命中率)来衡量,而且还通过其空间和计算需求来衡量。使用两个文件系统跟踪Sitar和Harp的结果表明,PPM的最坏情况下的存储需求远低于10 MB, CPU使用率也很适中。为400000次访问生成的总迁移少于TSS设备驱动程序所看到的总访问的3%。
{"title":"Space and compute requirements of PPM for migration within the secondary storage","authors":"R. Kameshwari, K. Gopinath","doi":"10.1109/TENCON.2003.1273431","DOIUrl":"https://doi.org/10.1109/TENCON.2003.1273431","url":null,"abstract":"PPM algorithm is used in this work to dynamically migrate and reorganize data in a three-tiered secondary storage hierarchy implemented using software RAID. The three levels implemented in the prototype named temperature sensitive storage (TSS) are RAID 10, RAID 5 and compressed RAID 5 levels. Our earlier study confirmed the usefulness of this algorithm in reducing performance degradation with compressed RAID 5 levels being 20% or more of the working-set size. The usefulness of PPM for such an application is gauged not only by using performance metrics such as throughput, residual compressed RAID 5 migrations, hit and miss ratios at different migration boundaries, but also by its space and compute requirements. Results using two file-system traces Sitar and Harp show that the worst case storage requirements of the PPM has been well below 10 MB and CPU usage has been moderate. The total migrations generated for 400000 accesses has been less than 3% of the total accesses seen by the TSS device driver.","PeriodicalId":405847,"journal":{"name":"TENCON 2003. Conference on Convergent Technologies for Asia-Pacific Region","volume":"610 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2003-10-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115428653","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Acquisition of a state transition graph using genetic network programming techniques 使用遗传网络编程技术获取状态转移图
Pub Date : 2003-10-15 DOI: 10.1109/TENCON.2003.1273305
H. Ueda, N. Iwane, K. Takahashi, T. Miyahara
We present a method that acquires a state transition graph (STG) from input/output sequences (training sequences) of an unknown finite state machine (FSM). Our method is based on the genetic network programming (GNP) framework. Here, STGs as individuals are evolved by applying genetic operations such as crossover and mutation. The goal of the method is acquisition of an STG that is consistent with training sequences, and the number of states is as small as possible. Next, we modify our method such that the method acquires rules for an agent's decision making. In the modified method, a directed graph is used to represent rules, where nodes indicate situations that an agent is placed in, and edges represent state transitions. Each edge has two sets of information - percepts and actions. An agent first refers to the initial node, and an edge is adopted according to its percepts. The agent does the actions associated with the edges and the next state is decided. Directed graphs are used as individuals and genetic operations are applied to them to obtain good rules. These methods have been implemented and some experimental results are shown.
提出了一种从未知有限状态机(FSM)的输入/输出序列(训练序列)中获取状态转移图(STG)的方法。我们的方法是基于遗传网络规划(GNP)框架。在这里,作为个体的STGs是通过交叉和突变等遗传操作而进化的。该方法的目标是获取与训练序列一致的STG,状态数尽可能少。接下来,我们修改我们的方法,使该方法获得代理决策的规则。在修改后的方法中,使用有向图来表示规则,其中节点表示放置代理的情况,边缘表示状态转换。每条边都有两组信息——感知和动作。agent首先引用初始节点,并根据其感知值采用边缘。代理执行与边相关的操作,并确定下一个状态。将有向图作为个体,对其进行遗传运算,得到较好的规则。这些方法已经实现,并给出了一些实验结果。
{"title":"Acquisition of a state transition graph using genetic network programming techniques","authors":"H. Ueda, N. Iwane, K. Takahashi, T. Miyahara","doi":"10.1109/TENCON.2003.1273305","DOIUrl":"https://doi.org/10.1109/TENCON.2003.1273305","url":null,"abstract":"We present a method that acquires a state transition graph (STG) from input/output sequences (training sequences) of an unknown finite state machine (FSM). Our method is based on the genetic network programming (GNP) framework. Here, STGs as individuals are evolved by applying genetic operations such as crossover and mutation. The goal of the method is acquisition of an STG that is consistent with training sequences, and the number of states is as small as possible. Next, we modify our method such that the method acquires rules for an agent's decision making. In the modified method, a directed graph is used to represent rules, where nodes indicate situations that an agent is placed in, and edges represent state transitions. Each edge has two sets of information - percepts and actions. An agent first refers to the initial node, and an edge is adopted according to its percepts. The agent does the actions associated with the edges and the next state is decided. Directed graphs are used as individuals and genetic operations are applied to them to obtain good rules. These methods have been implemented and some experimental results are shown.","PeriodicalId":405847,"journal":{"name":"TENCON 2003. Conference on Convergent Technologies for Asia-Pacific Region","volume":"382 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2003-10-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115478265","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 6
A novel current-source converter with carrier phase shifted SPWM for active power filter 一种用于有源电力滤波器的新型载波移相SPWM电流源变换器
Pub Date : 2003-10-15 DOI: 10.1109/TENCON.2003.1273328
Li Jianlin, Wang Liqiao, Li Yuling, Z. Zhongchao
A novel current-source active power filter (APF) based on multi-modular converter with carrier phase-shifted SPWM (CPS-SPWM) technique has been proposed. With this technique, the effect of an equivalent high switching frequency converter has been obtained with a low switching frequency converter. It is very promising in a current-source APF, which adopts a superconducting magnetic energy storage component.
提出了一种基于载波移相SPWM (CPS-SPWM)技术的多模块变换器电流源有源电力滤波器(APF)。利用这种技术,用一个低开关频率转换器获得了等效高开关频率转换器的效果。在采用超导磁储能元件的电流源型有源滤波器中,它是非常有前途的。
{"title":"A novel current-source converter with carrier phase shifted SPWM for active power filter","authors":"Li Jianlin, Wang Liqiao, Li Yuling, Z. Zhongchao","doi":"10.1109/TENCON.2003.1273328","DOIUrl":"https://doi.org/10.1109/TENCON.2003.1273328","url":null,"abstract":"A novel current-source active power filter (APF) based on multi-modular converter with carrier phase-shifted SPWM (CPS-SPWM) technique has been proposed. With this technique, the effect of an equivalent high switching frequency converter has been obtained with a low switching frequency converter. It is very promising in a current-source APF, which adopts a superconducting magnetic energy storage component.","PeriodicalId":405847,"journal":{"name":"TENCON 2003. Conference on Convergent Technologies for Asia-Pacific Region","volume":"34 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2003-10-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115599306","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 11
Design of a fixed-rate multiple description image coder 固定速率多描述图像编码器的设计
Pub Date : 2003-10-15 DOI: 10.1109/TENCON.2003.1273122
M. Ashourian, F. Mesrinejad, M. Ershadi
Multiple description coding refers to encoding an information source into multiple bitstreams in a way to be able to trade oft between channel protection and decoding quality. In this paper we propose a two-description subband image coder. We use over-sampling to produce redundancy for the lowest frequency subband which has the highest visual quality, and then split the subbands samples among the two descriptions. In the quantization stage, we use optimized scalar quantizer for the two descriptions of the lowest frequency subband, and pyramid vector quantization for high frequency subbands. We provide the PSNR of reconstructed image in different situations.
多描述编码是指将一个信息源编码成多个比特流,从而能够在信道保护和解码质量之间进行权衡。本文提出了一种双描述子带图像编码器。我们使用过采样对具有最高视觉质量的最低频率子带产生冗余,然后将子带样本拆分到两个描述中。在量化阶段,我们对低频子带的两个描述使用优化的标量量化器,对高频子带使用金字塔矢量量化。给出了不同情况下重构图像的PSNR。
{"title":"Design of a fixed-rate multiple description image coder","authors":"M. Ashourian, F. Mesrinejad, M. Ershadi","doi":"10.1109/TENCON.2003.1273122","DOIUrl":"https://doi.org/10.1109/TENCON.2003.1273122","url":null,"abstract":"Multiple description coding refers to encoding an information source into multiple bitstreams in a way to be able to trade oft between channel protection and decoding quality. In this paper we propose a two-description subband image coder. We use over-sampling to produce redundancy for the lowest frequency subband which has the highest visual quality, and then split the subbands samples among the two descriptions. In the quantization stage, we use optimized scalar quantizer for the two descriptions of the lowest frequency subband, and pyramid vector quantization for high frequency subbands. We provide the PSNR of reconstructed image in different situations.","PeriodicalId":405847,"journal":{"name":"TENCON 2003. Conference on Convergent Technologies for Asia-Pacific Region","volume":"3 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2003-10-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117340028","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
A quadratic inequality approach for design of robust controller for a parametric uncertain jet engine 参数不确定喷气发动机鲁棒控制器设计的二次不等式方法
Pub Date : 2003-10-15 DOI: 10.1109/TENCON.2003.1273332
P. Nataraj, S. Srivastava
The control logic of a modern jet engine is comprised of many control loops and the control system must account for the uncertainties in the model used in its design. The paper presents a quadratic inequality based methodology for designing a robust controller for a parametrically uncertain jet engine. The inequalities are used for the generation of controller bounds to achieve robust stability and tracking specifications prior to loop shaping. The design is done in the frequency domain and the evolved robust controller controls the system that does not have a distinct set of poles and zeros but a range over which each of the poles and zeros might lie. The methodology has multifarious advantages as it can be easily implemented, does not require template generation and provides the designer with a good insight into the QFT (quantitative feedback theory) bounds at any given design frequency and controller phase. The approach is demonstrated for the design of the speed control loop of a parametrically uncertain twin spool jet engine.
现代喷气发动机的控制逻辑由许多控制回路组成,控制系统在设计时必须考虑模型中的不确定性。提出了一种基于二次不等式的参数不确定喷气发动机鲁棒控制器设计方法。该不等式用于生成控制器边界,以在环路成形之前实现鲁棒稳定性和跟踪规格。设计是在频域中完成的,进化的鲁棒控制器控制系统,该系统没有明显的极点和零点集合,而是每个极点和零点可能所在的范围。该方法具有多种优点,因为它可以很容易地实现,不需要模板生成,并且在任何给定的设计频率和控制器阶段为设计人员提供了对QFT(定量反馈理论)边界的良好洞察。以参数不确定双轴喷气发动机速度控制回路的设计为例进行了验证。
{"title":"A quadratic inequality approach for design of robust controller for a parametric uncertain jet engine","authors":"P. Nataraj, S. Srivastava","doi":"10.1109/TENCON.2003.1273332","DOIUrl":"https://doi.org/10.1109/TENCON.2003.1273332","url":null,"abstract":"The control logic of a modern jet engine is comprised of many control loops and the control system must account for the uncertainties in the model used in its design. The paper presents a quadratic inequality based methodology for designing a robust controller for a parametrically uncertain jet engine. The inequalities are used for the generation of controller bounds to achieve robust stability and tracking specifications prior to loop shaping. The design is done in the frequency domain and the evolved robust controller controls the system that does not have a distinct set of poles and zeros but a range over which each of the poles and zeros might lie. The methodology has multifarious advantages as it can be easily implemented, does not require template generation and provides the designer with a good insight into the QFT (quantitative feedback theory) bounds at any given design frequency and controller phase. The approach is demonstrated for the design of the speed control loop of a parametrically uncertain twin spool jet engine.","PeriodicalId":405847,"journal":{"name":"TENCON 2003. Conference on Convergent Technologies for Asia-Pacific Region","volume":"25 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2003-10-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121218803","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
Intelligent approach for efficient operation of electrical distribution automation systems 配电自动化系统高效运行的智能化方法
Pub Date : 2003-10-15 DOI: 10.1109/TENCON.2003.1273281
K. Sharma, P. Sreedhar
Distribution systems play a vital role in providing an efficient service in terms of power quality, reliability, and economy. Distribution network reconfiguration can be used for planning as well as real time control. The paper presents an efficient approach for network reconfiguration based on artificial neural networks. A package, called "DISTFLOW", is developed adopting the proposed technique. The off-line simulation results and daily load curve data are used for training the neural network. Further, the distribution system operation is optimized by selecting an optimum compensation level computed by genetic algorithms (GA). The proposed integrated approach is applied to a practical 140 bus system in the Surathkal city subdivision of the power utility Mangalore Electricity Supply Company (MESCOM).
配电系统在电力质量、可靠性和经济性方面发挥着重要作用。配电网重构既可用于规划,又可用于实时控制。提出了一种基于人工神经网络的网络重构方法。一个名为“DISTFLOW”的软件包采用了所建议的技术。离线仿真结果和日负荷曲线数据用于神经网络的训练。通过遗传算法选择最优补偿水平,优化配电系统运行。提出的综合方法应用于电力公用事业公司芒格洛尔电力供应公司(MESCOM)苏拉特卡尔市分部的实际140总线系统。
{"title":"Intelligent approach for efficient operation of electrical distribution automation systems","authors":"K. Sharma, P. Sreedhar","doi":"10.1109/TENCON.2003.1273281","DOIUrl":"https://doi.org/10.1109/TENCON.2003.1273281","url":null,"abstract":"Distribution systems play a vital role in providing an efficient service in terms of power quality, reliability, and economy. Distribution network reconfiguration can be used for planning as well as real time control. The paper presents an efficient approach for network reconfiguration based on artificial neural networks. A package, called \"DISTFLOW\", is developed adopting the proposed technique. The off-line simulation results and daily load curve data are used for training the neural network. Further, the distribution system operation is optimized by selecting an optimum compensation level computed by genetic algorithms (GA). The proposed integrated approach is applied to a practical 140 bus system in the Surathkal city subdivision of the power utility Mangalore Electricity Supply Company (MESCOM).","PeriodicalId":405847,"journal":{"name":"TENCON 2003. Conference on Convergent Technologies for Asia-Pacific Region","volume":"92 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2003-10-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125172288","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 8
Design of high bit rate digital correlator 高比特率数字相关器的设计
Pub Date : 2003-10-15 DOI: 10.1109/TENCON.2003.1273166
T. Sarma, P. Rao, A. Venugopal, C. Kulkarni, P. Kumar
The remote sensing satellites transmit the data in PCM (pulse code modulation) formatted mode while embedding a synchronization code word at regular intervals as a time marker for the receiver synchronization. The currently available correlator ICs (integrated circuits) has a bandwidth limitation up to 60 MHz. The paper discusses novel design technique adopted by the authors to design the high speed digital correlator that caters to the requirements of the remote sensing satellites, which are in the road map for the next decade. The multiplexing design approach helped in achieving the higher bandwidth of operation. The VLSI (very large scale integration) design methodology adopted, resulted in reducing the design cycle time, the design optimization techniques ushered in realizing the entire logic in a single 36 macro cell CPLD (complex programmable logic device). The system has been validated for operational use.
遥感卫星以PCM(脉冲编码调制)格式传输数据,同时每隔一定的时间间隔嵌入同步码字作为接收机同步的时间标记。目前可用的相关ic(集成电路)的带宽限制高达60 MHz。本文讨论了采用新的设计技术设计高速数字相关器,以满足未来十年遥感卫星的需求。多路复用设计方法有助于实现更高的操作带宽。采用VLSI(超大规模集成电路)设计方法,缩短了设计周期,引入了设计优化技术,在单个36宏单元CPLD(复杂可编程逻辑器件)中实现了整个逻辑。该系统已经过实战验证。
{"title":"Design of high bit rate digital correlator","authors":"T. Sarma, P. Rao, A. Venugopal, C. Kulkarni, P. Kumar","doi":"10.1109/TENCON.2003.1273166","DOIUrl":"https://doi.org/10.1109/TENCON.2003.1273166","url":null,"abstract":"The remote sensing satellites transmit the data in PCM (pulse code modulation) formatted mode while embedding a synchronization code word at regular intervals as a time marker for the receiver synchronization. The currently available correlator ICs (integrated circuits) has a bandwidth limitation up to 60 MHz. The paper discusses novel design technique adopted by the authors to design the high speed digital correlator that caters to the requirements of the remote sensing satellites, which are in the road map for the next decade. The multiplexing design approach helped in achieving the higher bandwidth of operation. The VLSI (very large scale integration) design methodology adopted, resulted in reducing the design cycle time, the design optimization techniques ushered in realizing the entire logic in a single 36 macro cell CPLD (complex programmable logic device). The system has been validated for operational use.","PeriodicalId":405847,"journal":{"name":"TENCON 2003. Conference on Convergent Technologies for Asia-Pacific Region","volume":"26 4 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2003-10-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123578726","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Fast transient solutions for heat transfer [FEM] 传热的快速瞬态解[FEM]
Pub Date : 2003-10-15 DOI: 10.1109/TENCON.2003.1273366
C. K. Ooi, K. N. Seetharamu, Z. Alauddin, G. Quadir, K. Sim, T. J. Goh
The implementation of the finite element method (FEM) in thermal analysis usually produces a formulation in the space/time domain. This kind of space/time domain formulation leads to a set of ordinary differential equations which have to be solved in the time domain. However, the size of the equations or matrices in FEM usually are large, thus the conventional algorithms involve considerable computational time. The conventional methods have to take a very small time step size to avoid undesirable numerically induced oscillations or numerical instabilities. Thus, a new solution algorithm, named the asymptotic waveform evaluation (AWE) scheme, is introduced to solve for transient problems.
有限元法在热分析中的应用通常产生一个空间/时间域的公式。这种空间/时间域的形式导致一组常微分方程必须在时间域中求解。然而,有限元中方程或矩阵的大小通常较大,因此传统的算法需要大量的计算时间。传统的方法必须采取非常小的时间步长,以避免不必要的数值引起的振荡或数值不稳定。为此,提出了一种新的求解算法——渐近波形评估(AWE)方案来求解暂态问题。
{"title":"Fast transient solutions for heat transfer [FEM]","authors":"C. K. Ooi, K. N. Seetharamu, Z. Alauddin, G. Quadir, K. Sim, T. J. Goh","doi":"10.1109/TENCON.2003.1273366","DOIUrl":"https://doi.org/10.1109/TENCON.2003.1273366","url":null,"abstract":"The implementation of the finite element method (FEM) in thermal analysis usually produces a formulation in the space/time domain. This kind of space/time domain formulation leads to a set of ordinary differential equations which have to be solved in the time domain. However, the size of the equations or matrices in FEM usually are large, thus the conventional algorithms involve considerable computational time. The conventional methods have to take a very small time step size to avoid undesirable numerically induced oscillations or numerical instabilities. Thus, a new solution algorithm, named the asymptotic waveform evaluation (AWE) scheme, is introduced to solve for transient problems.","PeriodicalId":405847,"journal":{"name":"TENCON 2003. Conference on Convergent Technologies for Asia-Pacific Region","volume":"35 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2003-10-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125305043","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 6
GLS with secure routing in ad-hoc networks 在ad-hoc网络中具有安全路由的GLS
Pub Date : 2003-10-15 DOI: 10.1109/TENCON.2003.1273412
V. Sumathy, P. Narayanasmy, K. Baskaran, T. Purusothaman
An ad hoc network, a self-organizing wireless network is made up of mobile nodes, each node act as relay for providing data communication. The topology of the ad hoc networks changes often and needs large and frequent exchange of data among the network nodes for efficient routing. Existing routing protocols are distance vector method and link state routing protocols. The location information of the adhoc network nodes are broadcasted within the transmission range. The enemy can receive the location information of the nodes. Current position aided routing protocols were not designed for use in high risk environment. We have proposed a method for secured routing in adhoc network. It is a hierarchical method to solve the above problem. This method need not maintain the route information explicitly. This reduces the number of query control messages and suits well in dynamic environment. This method is better adaptive to dynamic environment than the present proactive, reactive and zone routing protocol methods (ZRP) and improves the security, efficiency and performance in ad-hoc routing.
自组织网络是一种由移动节点组成的自组织无线网络,每个节点作为中继提供数据通信。自组织网络的拓扑结构经常变化,需要在网络节点之间进行大量和频繁的数据交换,以实现有效的路由。现有的路由协议有距离矢量法和链路状态路由协议。在传输范围内广播自组网节点的位置信息。敌人可以接收到节点的位置信息。目前的位置辅助路由协议不适合在高风险环境中使用。提出了一种在自组网中实现安全路由的方法。这是一种分层方法来解决上述问题。这种方法不需要显式地维护路由信息。这减少了查询控制消息的数量,非常适合动态环境。该方法比现有的主动路由、被动路由和区域路由协议方法(ZRP)具有更好的动态适应能力,提高了自组织路由的安全性、效率和性能。
{"title":"GLS with secure routing in ad-hoc networks","authors":"V. Sumathy, P. Narayanasmy, K. Baskaran, T. Purusothaman","doi":"10.1109/TENCON.2003.1273412","DOIUrl":"https://doi.org/10.1109/TENCON.2003.1273412","url":null,"abstract":"An ad hoc network, a self-organizing wireless network is made up of mobile nodes, each node act as relay for providing data communication. The topology of the ad hoc networks changes often and needs large and frequent exchange of data among the network nodes for efficient routing. Existing routing protocols are distance vector method and link state routing protocols. The location information of the adhoc network nodes are broadcasted within the transmission range. The enemy can receive the location information of the nodes. Current position aided routing protocols were not designed for use in high risk environment. We have proposed a method for secured routing in adhoc network. It is a hierarchical method to solve the above problem. This method need not maintain the route information explicitly. This reduces the number of query control messages and suits well in dynamic environment. This method is better adaptive to dynamic environment than the present proactive, reactive and zone routing protocol methods (ZRP) and improves the security, efficiency and performance in ad-hoc routing.","PeriodicalId":405847,"journal":{"name":"TENCON 2003. Conference on Convergent Technologies for Asia-Pacific Region","volume":"56 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2003-10-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122517139","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 13
A new reinforcement learning based automatic generation controller for hydro-thermal power systems 一种新的基于强化学习的火电系统自动发电控制器
Pub Date : 2003-10-15 DOI: 10.1109/TENCON.2003.1273223
T. Ahamed, P. S. Sastry, P. Rao
Recently, we proposed a reinforcement learning (RL) based approach for designing an automatic generation controller for a two-area power system (Ahamed, T.P.I. et al., Electric Power Systems Research, vol.63, p.9-26, 2002), where we demonstrated the efficacy of the approach on an identical, simple, two-area model. This paper aims to demonstrate an alternative RL-AGC design which is simpler. Its effectiveness is demonstrated by considering a hydro-thermal system whose dynamics are more complicated than the system considered previously.
最近,我们提出了一种基于强化学习(RL)的方法来设计两区电力系统的自动发电控制器(Ahamed, T.P.I.等人,《电力系统研究》,vol.63, p.9-26, 2002),我们在一个相同的、简单的两区模型上证明了该方法的有效性。本文旨在演示一种更简单的替代RL-AGC设计。通过考虑动力学比先前考虑的系统更复杂的水热系统来证明其有效性。
{"title":"A new reinforcement learning based automatic generation controller for hydro-thermal power systems","authors":"T. Ahamed, P. S. Sastry, P. Rao","doi":"10.1109/TENCON.2003.1273223","DOIUrl":"https://doi.org/10.1109/TENCON.2003.1273223","url":null,"abstract":"Recently, we proposed a reinforcement learning (RL) based approach for designing an automatic generation controller for a two-area power system (Ahamed, T.P.I. et al., Electric Power Systems Research, vol.63, p.9-26, 2002), where we demonstrated the efficacy of the approach on an identical, simple, two-area model. This paper aims to demonstrate an alternative RL-AGC design which is simpler. Its effectiveness is demonstrated by considering a hydro-thermal system whose dynamics are more complicated than the system considered previously.","PeriodicalId":405847,"journal":{"name":"TENCON 2003. Conference on Convergent Technologies for Asia-Pacific Region","volume":"4 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2003-10-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114423607","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
期刊
TENCON 2003. Conference on Convergent Technologies for Asia-Pacific Region
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1