首页 > 最新文献

1999 IEEE Pacific Rim Conference on Communications, Computers and Signal Processing (PACRIM 1999). Conference Proceedings (Cat. No.99CH36368)最新文献

英文 中文
On page blocks in distributed virtual memory systems 分布式虚拟内存系统中的页块
A. Fellah, M. Abaza
We introduce the concept of working set-based page block in distributed virtual memory systems. We show that hit ratio is significantly better than that of conventional systems, where page blocks are formed from neighboring contiguous pages on the disk. Moreover, the choice of some relevant virtual memory parameters, which is usually made by the system manager and is riskier and may affect the efficiency of the system. We show that such choice becomes more reliable by using page blocks.
介绍了分布式虚拟内存系统中基于工作集的页面块的概念。我们表明,这种命中率明显优于传统系统,在传统系统中,页面块是由磁盘上相邻的连续页面形成的。此外,一些相关的虚拟内存参数的选择,通常由系统管理员做出,风险较大,可能会影响系统的效率。我们表明,通过使用页块,这种选择变得更加可靠。
{"title":"On page blocks in distributed virtual memory systems","authors":"A. Fellah, M. Abaza","doi":"10.1109/PACRIM.1999.799610","DOIUrl":"https://doi.org/10.1109/PACRIM.1999.799610","url":null,"abstract":"We introduce the concept of working set-based page block in distributed virtual memory systems. We show that hit ratio is significantly better than that of conventional systems, where page blocks are formed from neighboring contiguous pages on the disk. Moreover, the choice of some relevant virtual memory parameters, which is usually made by the system manager and is riskier and may affect the efficiency of the system. We show that such choice becomes more reliable by using page blocks.","PeriodicalId":176763,"journal":{"name":"1999 IEEE Pacific Rim Conference on Communications, Computers and Signal Processing (PACRIM 1999). Conference Proceedings (Cat. No.99CH36368)","volume":"19 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1999-08-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121343170","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
Noise reduction in state-space digital filters using high-order error feedback 使用高阶误差反馈的状态空间数字滤波器的降噪
T. Hinamoto, T. Maeda
This paper treats noise reduction in state-space digital filters using high-order error feedback. A technique is developed for obtaining the optimal error feedback coefficients that minimize the variance at the filter output. This is done by minimizing a quadratic form subject to the coefficients of the error feedback being symmetric or antisymmetric. The optimal solution can be characterized in a closed form by applying the Lagrange multiplier method. In an unconstrained case, the optimal error feedback corresponds to a special case of the above optimal solution. Finally, a numerical example is given to illustrate the utility of the proposed technique.
本文研究了利用高阶误差反馈对状态空间数字滤波器进行降噪的方法。提出了一种获取最优误差反馈系数的方法,使滤波器输出处的方差最小。这是通过最小化受误差反馈系数对称或反对称影响的二次型来实现的。利用拉格朗日乘子法可以将最优解表示为封闭形式。在无约束情况下,最优误差反馈对应于上述最优解的一种特殊情况。最后,给出了一个数值算例来说明该方法的实用性。
{"title":"Noise reduction in state-space digital filters using high-order error feedback","authors":"T. Hinamoto, T. Maeda","doi":"10.1109/PACRIM.1999.799539","DOIUrl":"https://doi.org/10.1109/PACRIM.1999.799539","url":null,"abstract":"This paper treats noise reduction in state-space digital filters using high-order error feedback. A technique is developed for obtaining the optimal error feedback coefficients that minimize the variance at the filter output. This is done by minimizing a quadratic form subject to the coefficients of the error feedback being symmetric or antisymmetric. The optimal solution can be characterized in a closed form by applying the Lagrange multiplier method. In an unconstrained case, the optimal error feedback corresponds to a special case of the above optimal solution. Finally, a numerical example is given to illustrate the utility of the proposed technique.","PeriodicalId":176763,"journal":{"name":"1999 IEEE Pacific Rim Conference on Communications, Computers and Signal Processing (PACRIM 1999). Conference Proceedings (Cat. No.99CH36368)","volume":"15 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1999-08-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116742648","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
An efficient management method of moving spatial objects 一种有效的移动空间对象管理方法
Y. Nakamura, H. Dekihara
A spatio-temporal data structure, called the PMD-tree (persistent multi-dimensional tree), has been proposed for managing the live intervals and locations of spatial objects. In the paper, novel concepts of time space bounding box (TSBB) and motion list are introduced to the PMD-tree to manage moving spatial objects efficiently. TSBB is an extended bounding box for a moving object that covers the trajectory of the object. As an object moves, a TSBB corresponding to the object is enlarged to enclose the trajectory of the object. A TSBB is divided when it becomes greater than a limit. An object and corresponding TSBBs are managed by a doubly connected linked list, called a motion list. TSBBs are also managed by the PMD-tree. By introducing the concept of TSBB and motion list to the PMD-tree, moving objects can be efficiently managed and quickly found for spatio-temporal queries. By carrying out a series of simulation tests, the storage requirements and search performances are evaluated for several types of moving objects.
提出了一种称为PMD-tree(持久多维树)的时空数据结构,用于管理空间对象的活动间隔和位置。本文在pmd树中引入了时间空间边界框(TSBB)和运动列表的概念,有效地管理运动空间对象。TSBB是移动对象的扩展边界框,它覆盖了对象的轨迹。当物体运动时,将物体对应的TSBB放大以包围物体的轨迹。当TSBB大于一个限制时,它就被分割了。对象和相应的tsbb由一个双连接的链表(称为运动表)来管理。tsb也由pmd树管理。通过在pmd树中引入TSBB和运动列表的概念,可以有效地对运动对象进行管理,并快速找到运动对象进行时空查询。通过一系列的仿真测试,对几种运动目标的存储需求和搜索性能进行了评估。
{"title":"An efficient management method of moving spatial objects","authors":"Y. Nakamura, H. Dekihara","doi":"10.1109/PACRIM.1999.799476","DOIUrl":"https://doi.org/10.1109/PACRIM.1999.799476","url":null,"abstract":"A spatio-temporal data structure, called the PMD-tree (persistent multi-dimensional tree), has been proposed for managing the live intervals and locations of spatial objects. In the paper, novel concepts of time space bounding box (TSBB) and motion list are introduced to the PMD-tree to manage moving spatial objects efficiently. TSBB is an extended bounding box for a moving object that covers the trajectory of the object. As an object moves, a TSBB corresponding to the object is enlarged to enclose the trajectory of the object. A TSBB is divided when it becomes greater than a limit. An object and corresponding TSBBs are managed by a doubly connected linked list, called a motion list. TSBBs are also managed by the PMD-tree. By introducing the concept of TSBB and motion list to the PMD-tree, moving objects can be efficiently managed and quickly found for spatio-temporal queries. By carrying out a series of simulation tests, the storage requirements and search performances are evaluated for several types of moving objects.","PeriodicalId":176763,"journal":{"name":"1999 IEEE Pacific Rim Conference on Communications, Computers and Signal Processing (PACRIM 1999). Conference Proceedings (Cat. No.99CH36368)","volume":"36 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1999-08-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127778349","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
Tradeoff analysis of integer multiplier circuits implemented in FPGAs fpga实现的整数乘法器电路的权衡分析
Mitchell A. Thornton, J. D. Gaiche, J. V. Lemieux
Integer multiplication is a necessary operation for performing many tasks relevant to multimedia and telecommunications processes. Here, we discuss the results of an investigation into the effectiveness of automated synthesis tools as related to a sample of modern Programmable Logic Devices (PLDs). Although it is generally accepted that superior results in terms of required area and circuit delay can generally be obtained through manual implementation of such circuits, the exclusive use of automated synthesis tools based upon an original specification in terms of a Hardware Description Language (HDL) is presented here. The results of several different approaches to multiplier architectures are presented.
整数乘法是执行与多媒体和电信过程相关的许多任务的必要操作。在这里,我们讨论了与现代可编程逻辑器件(pld)样本相关的自动化合成工具有效性调查的结果。虽然人们普遍认为,在所需面积和电路延迟方面,通常可以通过手动实现这种电路来获得更好的结果,但本文提出了基于硬件描述语言(HDL)的原始规范的自动合成工具的独家使用。介绍了几种不同的乘法器结构方法的结果。
{"title":"Tradeoff analysis of integer multiplier circuits implemented in FPGAs","authors":"Mitchell A. Thornton, J. D. Gaiche, J. V. Lemieux","doi":"10.1109/PACRIM.1999.799536","DOIUrl":"https://doi.org/10.1109/PACRIM.1999.799536","url":null,"abstract":"Integer multiplication is a necessary operation for performing many tasks relevant to multimedia and telecommunications processes. Here, we discuss the results of an investigation into the effectiveness of automated synthesis tools as related to a sample of modern Programmable Logic Devices (PLDs). Although it is generally accepted that superior results in terms of required area and circuit delay can generally be obtained through manual implementation of such circuits, the exclusive use of automated synthesis tools based upon an original specification in terms of a Hardware Description Language (HDL) is presented here. The results of several different approaches to multiplier architectures are presented.","PeriodicalId":176763,"journal":{"name":"1999 IEEE Pacific Rim Conference on Communications, Computers and Signal Processing (PACRIM 1999). Conference Proceedings (Cat. No.99CH36368)","volume":"25 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1999-08-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126331398","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
Interpolation techniques for a LIDAR profiler system 激光雷达剖面仪系统的插值技术
D. Sasmal, W. Lu, D. Shpak, A. Antoniou
A nonuniform interpolation technique for use in a LIDAR profiler system is presented. The technique has been implemented to obtain the ground and canopy cover profiles from LIDAR profiling data containing ground and vegetation information, and it entails a two-stage process. In the first stage, the irregularly spaced data points are interpolated to regularise the data points. In the second stage, uniform interpolation is applied to the regularized data points to obtain the required profiles.
提出了一种用于激光雷达轮廓仪系统的非均匀插值技术。该技术已被用于从包含地面和植被信息的激光雷达剖面数据中获取地面和冠层覆盖剖面,它需要两个阶段的过程。在第一阶段,对不规则间隔的数据点进行插值,使数据点正则化。第二阶段,对正则化后的数据点进行均匀插值,得到所需的轮廓。
{"title":"Interpolation techniques for a LIDAR profiler system","authors":"D. Sasmal, W. Lu, D. Shpak, A. Antoniou","doi":"10.1109/PACRIM.1999.799508","DOIUrl":"https://doi.org/10.1109/PACRIM.1999.799508","url":null,"abstract":"A nonuniform interpolation technique for use in a LIDAR profiler system is presented. The technique has been implemented to obtain the ground and canopy cover profiles from LIDAR profiling data containing ground and vegetation information, and it entails a two-stage process. In the first stage, the irregularly spaced data points are interpolated to regularise the data points. In the second stage, uniform interpolation is applied to the regularized data points to obtain the required profiles.","PeriodicalId":176763,"journal":{"name":"1999 IEEE Pacific Rim Conference on Communications, Computers and Signal Processing (PACRIM 1999). Conference Proceedings (Cat. No.99CH36368)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1999-08-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130034564","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
HUST RAID: high performance RAID in real-time system HUST RAID:实时系统中的高性能RAID
Peng Cheng, Hai-juan Jin, Xinrong Zhou, Qiong Chen, Jiangling Zhang
We discuss the design issues of a high performance RAID prototype in a real-time system, called HUST RAID. Based on the architecture and the real-time process model of HUST RAID, a multiple queue real-time I/O scheduling algorithm and new buffer management policy are proposed. We also introduce the software design issues of the control system. From the performance measurement results of HUST RAID, we can see that the performance of the HUST RAID system is excellent.
我们讨论了实时系统中高性能RAID原型的设计问题,称为HUST RAID。基于HUST RAID的体系结构和实时进程模型,提出了一种多队列实时I/O调度算法和新的缓冲区管理策略。并介绍了控制系统的软件设计问题。从HUST RAID的性能测量结果可以看出,HUST RAID系统的性能是优异的。
{"title":"HUST RAID: high performance RAID in real-time system","authors":"Peng Cheng, Hai-juan Jin, Xinrong Zhou, Qiong Chen, Jiangling Zhang","doi":"10.1109/PACRIM.1999.799477","DOIUrl":"https://doi.org/10.1109/PACRIM.1999.799477","url":null,"abstract":"We discuss the design issues of a high performance RAID prototype in a real-time system, called HUST RAID. Based on the architecture and the real-time process model of HUST RAID, a multiple queue real-time I/O scheduling algorithm and new buffer management policy are proposed. We also introduce the software design issues of the control system. From the performance measurement results of HUST RAID, we can see that the performance of the HUST RAID system is excellent.","PeriodicalId":176763,"journal":{"name":"1999 IEEE Pacific Rim Conference on Communications, Computers and Signal Processing (PACRIM 1999). Conference Proceedings (Cat. No.99CH36368)","volume":"10 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1999-08-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134389978","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
Moving object velocity estimation by appropriately choosing spatial frequencies in the MixeD domain 混合域中适当选择空间频率的运动目标速度估计
Shengli Wu, N. Hamada
To estimate moving objects velocity in an image sequence is useful for a variety of applications, such as computer vision and monitoring systems. An effective way is to approach it in the transform/spatiotemporal mixed domain (MixeD), but it remains a problem how to select several 2-D spatial frequency points in MixeD domain which may influence the accuracy of velocity estimation and object detection. We propose a method to approach the velocity estimation problem by automatically selecting only two appropriate points in 2-D spatial frequency domain, the selection is achieved by using the established evaluation function together with a threshold. The simulation results show that the proposed method is effective on the selection of spatial frequency points.
在图像序列中估计运动物体的速度对各种应用都很有用,例如计算机视觉和监控系统。一种有效的方法是在变换/时空混合域(mixed)中进行处理,但如何在混合域中选择多个二维空间频率点是一个问题,这可能会影响速度估计和目标检测的精度。提出了一种在二维空间频域上自动选择两个合适点的速度估计方法,该方法利用所建立的评价函数和阈值来实现速度估计。仿真结果表明,该方法对空间频率点的选取是有效的。
{"title":"Moving object velocity estimation by appropriately choosing spatial frequencies in the MixeD domain","authors":"Shengli Wu, N. Hamada","doi":"10.1109/PACRIM.1999.799487","DOIUrl":"https://doi.org/10.1109/PACRIM.1999.799487","url":null,"abstract":"To estimate moving objects velocity in an image sequence is useful for a variety of applications, such as computer vision and monitoring systems. An effective way is to approach it in the transform/spatiotemporal mixed domain (MixeD), but it remains a problem how to select several 2-D spatial frequency points in MixeD domain which may influence the accuracy of velocity estimation and object detection. We propose a method to approach the velocity estimation problem by automatically selecting only two appropriate points in 2-D spatial frequency domain, the selection is achieved by using the established evaluation function together with a threshold. The simulation results show that the proposed method is effective on the selection of spatial frequency points.","PeriodicalId":176763,"journal":{"name":"1999 IEEE Pacific Rim Conference on Communications, Computers and Signal Processing (PACRIM 1999). Conference Proceedings (Cat. No.99CH36368)","volume":"54 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1999-08-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128957243","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
A secure communication architecture for GSM networks GSM网络的安全通信体系结构
Chi-Chun Lo, Yu-Jen Chen
With the advance of wireless communications technology, mobile communications has become more convenient than ever. However, because of the openness of wireless communications, how to protect the privacy between communication parties is becoming a very important issue. In this paper, we focus on the security of the Global System for Mobile communication (GSM) networks. A secure communication architecture for the GSM network is proposed. In the proposed architecture, we use public-key cryptography for user authentication and a stream cipher for message encryption and decryption. This architecture significantly improves the security of today's GSM networks.
随着无线通信技术的进步,移动通信变得比以往更加方便。然而,由于无线通信的开放性,如何保护通信各方之间的隐私成为一个非常重要的问题。本文主要研究全球移动通信系统(GSM)网络的安全问题。提出了一种适用于GSM网络的安全通信架构。在提出的体系结构中,我们使用公钥加密进行用户身份验证,使用流密码进行消息加密和解密。这种架构大大提高了当今GSM网络的安全性。
{"title":"A secure communication architecture for GSM networks","authors":"Chi-Chun Lo, Yu-Jen Chen","doi":"10.1109/PACRIM.1999.799517","DOIUrl":"https://doi.org/10.1109/PACRIM.1999.799517","url":null,"abstract":"With the advance of wireless communications technology, mobile communications has become more convenient than ever. However, because of the openness of wireless communications, how to protect the privacy between communication parties is becoming a very important issue. In this paper, we focus on the security of the Global System for Mobile communication (GSM) networks. A secure communication architecture for the GSM network is proposed. In the proposed architecture, we use public-key cryptography for user authentication and a stream cipher for message encryption and decryption. This architecture significantly improves the security of today's GSM networks.","PeriodicalId":176763,"journal":{"name":"1999 IEEE Pacific Rim Conference on Communications, Computers and Signal Processing (PACRIM 1999). Conference Proceedings (Cat. No.99CH36368)","volume":"32 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1999-08-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133598734","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}
引用次数: 14
On the solution of source matching problems 关于源匹配问题的解决
L. Wolfe
This paper suggests a simple method for solving source matching problems wherein the problem is to find the minimax codes which minimize the maximum redundancies over classes of sources where relative entropy (cross entropy; discrimination information) is adopted as a criterion to measure the redundancy. An efficient algorithm is presented which relies upon and extends a vector quantization result first presented at IEEE PacRim '97 at Victoria BC Canada. A computational complexity analysis and a numerical study demonstrate the efficiency of the suggested method.
本文提出了一种解决源匹配问题的简单方法,其中的问题是找到最小化源类的最大冗余的极小极大码,其中相对熵(交叉熵;采用判别信息(discriminations information)作为衡量冗余度的标准。提出了一种有效的矢量量化算法,该算法依赖并扩展了在加拿大维多利亚BC的IEEE PacRim '97上首次提出的矢量量化结果。计算复杂度分析和数值研究表明了该方法的有效性。
{"title":"On the solution of source matching problems","authors":"L. Wolfe","doi":"10.1109/PACRIM.1999.799544","DOIUrl":"https://doi.org/10.1109/PACRIM.1999.799544","url":null,"abstract":"This paper suggests a simple method for solving source matching problems wherein the problem is to find the minimax codes which minimize the maximum redundancies over classes of sources where relative entropy (cross entropy; discrimination information) is adopted as a criterion to measure the redundancy. An efficient algorithm is presented which relies upon and extends a vector quantization result first presented at IEEE PacRim '97 at Victoria BC Canada. A computational complexity analysis and a numerical study demonstrate the efficiency of the suggested method.","PeriodicalId":176763,"journal":{"name":"1999 IEEE Pacific Rim Conference on Communications, Computers and Signal Processing (PACRIM 1999). Conference Proceedings (Cat. No.99CH36368)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1999-08-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130558054","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
Congestion control for ATM real-time service ATM实时业务的拥塞控制
Lichen Zhang, P. Yuan
In ATM networks, congestion usually results in cell loss. In this paper, an arbiter method for congestion control is proposed. Based on the time limit and priority, the cells that compete for the same output line could be lined according to the character of real-time services. We define /spl Pi//sub ij/ as the transmission probability of a cell to be transmitted from the input line i to the output line j. So each cell can be described clearly and the congestion control arbiters (include internal arbiter and external arbiter) could classify the cells that in competition. Experiments show that this method is effective in improving cell loss rate.
在ATM网络中,拥塞通常会导致小区丢失。本文提出了一种用于拥塞控制的仲裁器方法。在时间限制和优先级的基础上,可以根据实时业务的特点对竞争同一输出行的cell进行排队。我们将/spl Pi//sub ij/定义为一个cell从输入线i传输到输出线j的传输概率,这样就可以清晰地描述每个cell,并且拥塞控制仲裁器(包括内部仲裁器和外部仲裁器)可以对处于竞争状态的cell进行分类。实验表明,该方法能有效地提高细胞损失率。
{"title":"Congestion control for ATM real-time service","authors":"Lichen Zhang, P. Yuan","doi":"10.1109/PACRIM.1999.799463","DOIUrl":"https://doi.org/10.1109/PACRIM.1999.799463","url":null,"abstract":"In ATM networks, congestion usually results in cell loss. In this paper, an arbiter method for congestion control is proposed. Based on the time limit and priority, the cells that compete for the same output line could be lined according to the character of real-time services. We define /spl Pi//sub ij/ as the transmission probability of a cell to be transmitted from the input line i to the output line j. So each cell can be described clearly and the congestion control arbiters (include internal arbiter and external arbiter) could classify the cells that in competition. Experiments show that this method is effective in improving cell loss rate.","PeriodicalId":176763,"journal":{"name":"1999 IEEE Pacific Rim Conference on Communications, Computers and Signal Processing (PACRIM 1999). Conference Proceedings (Cat. No.99CH36368)","volume":"45 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1999-08-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127996993","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
期刊
1999 IEEE Pacific Rim Conference on Communications, Computers and Signal Processing (PACRIM 1999). Conference Proceedings (Cat. No.99CH36368)
全部 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学术文献互助群
群 号:604180095
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1