Scispace (Formerly Typeset)
  1. Home
  2. Topics
  3. Performance improvement
  4. 1997
  1. Home
  2. Topics
  3. Performance improvement
  4. 1997
Showing papers on "Performance improvement published in 1997"
Patent•
Computerized employee certification and training system

[...]

Gerald T. Hollingsworth
16 Jul 1997
TL;DR: Disclosed as mentioned in this paper is a computer system and a method for a computer-based data integration and management processing system that supports an efficient management of employee development, training and performance improvement in a performance-competence based organization.
Abstract: Disclosed is a computer system and a method for a computer-based data integration and management processing system and a method to support an efficient management of employee development, training and performance improvement in a performance-competence based organization. The present invention includes an integrated system that provides an ability to develop training material, career paths or to determine an employee's qualifications and performance. The present invention provides comprehensive support for job and task analysis; learning objective development; standards and processes; objective, reference based test items; examination and evaluations; training program identification and content description; training scheduling; training-evaluation documentation; and reporting. Each job defined in the current system has specific duties, tasks and skills associated with an identified job. Because the specific skills can be represented by accepted standards of certification; the system is able to establish an association between the certifications and employees responsibilities. This association permits the system to instantly identify the level of qualification of any employee and verify that the employee is qualified to perform the duties assigned.

349 citations

Patent•
System for collecting and displaying performance improvement information for a computer

[...]

Michael Man-Hak Tso1, Bikram Singh Bakshi1, Robert Knauerhase1•
Intel1
12 Sep 1997
TL;DR: In this paper, a system for collecting and displaying performance improvement information for a computer is implemented in a method for providing network content improvement information to a client device, which includes the steps of receiving a request from the client device for network content, retrieving the requested network content and transmitting the network content to the client computer with information relating to a performance improvement associated with the retrieval and/or transmission of the network contents.
Abstract: A system for collecting and displaying performance improvement information for a computer is implemented in a method for providing performance improvement information to a client device. The method includes the steps of receiving a request from the client device for network content, retrieving the requested network content, and transmitting the network content to the client computer with information relating to a performance improvement associated with the retrieval and/or transmission of the network content.

130 citations

Proceedings Article•10.1109/ICDSP.1997.628540•
Multiple-sensor distributed detection systems with data fusion

[...]

A.M. Ashraf1•
Naval Postgraduate School1
2 Jul 1997
TL;DR: This short paper presents a more general formulation to evaluate the global performance improvement in decentralized multiple-sensor distributed detection systems with data fusion, and considers more complicated examples by considering a large number of sensors to characterize the performance trade-off between the centralized and decentralized approaches.
Abstract: This short paper presents a more general formulation to evaluate the global performance improvement in decentralized multiple-sensor distributed detection systems with data fusion. Furthermore, a comparative study of the global performance improvement in centralized and decentralized approaches is discussed in case of Gaussian distributed observations. The performance loss due to the decentralized approach is also discussed. The needed number of sensors, in the decentralized approach to achieve a performance non inferior to the centralized approach, is also obtained. We consider more complicated examples by considering a large number of sensors to characterize the performance trade-off between the centralized and decentralized approaches. Then the communications requirements can be compared to choose a preferred architecture.

21 citations

Journal Article•10.1109/82.625008•
Minimization of memory access overhead for multidimensional DSP applications via multilevel partitioning and scheduling

[...]

J.Q. Wang1, E. Hsing-Mean Sha1, N.L. Passos•
University of Notre Dame1
01 Dec 1997-IEEE Transactions on Circuits and Systems Ii: Analog and Digital Signal Processing
TL;DR: A multilevel partitioning method, based on a static data scheduling technique known as carrot-hole data scheduling, is proposed to control the data traffic between different levels of memory to improve the overall system performance.
Abstract: Massive uniform nested loops are broadly used in multidimensional digital signal processing (DSP) applications. Due to the large amount of data handled by such applications, the optimization of data accesses by fully utilizing the local memory and minimizing communication overhead is important in order to improve the overall system performance. Most of the traditional partition strategies do not consider the effect of data access on the computational performance. In this paper, a multilevel partitioning method, based on a static data scheduling technique known as carrot-hole data scheduling, is proposed to control the data traffic between different levels of memory. Based on this data schedule, optimal partition vector, scheduling vector and the partition size are chosen in such a way to minimize communication overhead. Nonhomogeneous size partitions are the final result of the partition scheme which produces a significant performance improvement. Experiments show that by using this technique, local memory misses are significantly reduced as compared to results obtained from traditional methods. This method can be used in application specific DSP system design and compiler for DSP processors.

16 citations

Book•
Improving Organizational Performance: A Practical Guidebook for the Human Services Field

[...]

Gary V. Sluyter
26 Nov 1997
TL;DR: In this paper, the authors discuss the role of leadership in organizational improvement and the importance of customer requirements in the process of organizational improvement, including: who are our customers, identifying customer requirements, and charting a course for the organization.
Abstract: Why Perfomance Improvement? Who Are Our Customers? Identifying Customer Requirements Charting a Course for the Organization The Vital Role of Leadership Leading Change in the Organizational Culture Measuring Organizational Performance Constructing the Infrastructure for Organizational Improvement Intergrating the Tools and Techniques of Performance Improvement Case Study References and Resources

16 citations

Proceedings Article•10.1145/263580.263589•
Performance improvement through overhead analysis: a case study in molecular dynamics

[...]

G. D. Riley1, J. Mark Bull1, John R. Gurd1•
University of Manchester1
11 Jul 1997
TL;DR: A method is presented for incremental development of high performance parallel programs, using an application from molecular dynamics as a case study, using the technique of overhead analysis as a means of determining successive steps in program development.
Abstract: A method is presented for incremental development of high performance parallel programs, using an application from molecular dynamics as a case study. The method uses the technique of overhead analysis, which aims to explain experimental observations using models of execution behaviour, as a means of determining successive steps in program development. The case study illustrates how this technique can be applied to the complexities of real-world parallel computations.

16 citations

Journal Article•10.1016/S1474-6670(17)43070-9•
Introducing Caution in Iterative Controller Design

[...]

Robert R. Bitmead1, Michel Gevers2, A.G. Partanen•
Australian National University1, Catholic University of Leuven2
01 Jul 1997-IFAC Proceedings Volumes
TL;DR: In this paper, the authors explore the origin of this caution and present some methods derived and applied in a practical problem of sugar-cane crushing mill control, which they apply to a real cane crushing mill.

12 citations

Proceedings Article•10.1109/IPPS.1997.580861•
S-Check: a tool for tuning parallel programs

[...]

R. Snelick
1 Apr 1997
TL;DR: S-Check is a highly-automated sensitivity analysis tool for programs that extends benchmarking and conventional profiling that compares and contrasts sensitivity analyses of the same program on different architectures and offers solutions for performance improvement.
Abstract: We present a novel tool, called S-Check, for identifying performance bottlenecks in parallel and networked programs. S-Check is a highly-automated sensitivity analysis tool for programs that extends benchmarking and conventional profiling. It predicts how refinements in parts of a program are going to affect performance by making focal changes in code efficiencies and correlating these against overall program performance. This analysis is a sophisticated comparison that catches interactions arising from shared resources or communication links. S-Check's performance assessment ranks code segments "bottleneck" according to their sensitivity to the code efficiency changes. This rank-ordered list serves as a guide for tuning applications. In practice, S-Check code analysis yields faster parallel programs. A case study compares and contrasts sensitivity analyses of the same program on different architectures and offers solutions for performance improvement. An initial implementation of S-Check runs on Silicon Graphics multiprocessors and IBM SP machines. Particulars of the underlying methodology are only sketched with main emphasis given to details of the tool S-Check and its use.

11 citations

Journal Article•10.1023/A:1007952109871•
Synthesis of Neural Networks and PID Control for Performance Improvement of Industrial Robots

[...]

Peter Chen1, James K. Mills1•
University of Toronto1
01 Oct 1997-Journal of Intelligent and Robotic Systems
TL;DR: The analytical results assert that the performance of PID-controlled industrial robots can be improved through proper utilization of the learning and generalization ability of neural networks and suggest that neural networks could be added to existing PID- controlled industrial robots for performanceimprovement.
Abstract: In this article, an approach for improving the performance of industrial robots using multilayer feedforward neural networks is presented. The controller based on this approach consists of two main components: a PID control and a neural network. The function of the neural network is to complement the PID control for the specific purpose of improving the performance of the system over time. Analytical and experimental results concerning this synthesis of neural networks and PID control are presented. The analytical results assert that the performance of PID-controlled industrial robots can be improved through proper utilization of the learning and generalization ability of neural networks. The experimental results, obtained through actual implementation using a commercial industrial robot, demonstrate the effectiveness of such control synthesis for practical applications. The results of this work suggest that neural networks could be added to existing PID-controlled industrial robots for performance improvement.

11 citations

10.7939/R3KK94M61•
An automated modeling approach for construction performance improvement using simulation and belief networks

[...]

Simaan Abou Rizk, Brenda McCabe
1 Jan 1997
TL;DR: An automated modeling approach was developed for the improvement of construction operations by integrating computer simulation and belief networks and a surrogate objective, performance improvement, has been identified to focus the recommendations of the belief network.
Abstract: An automated modeling approach was developed for the improvement of construction operations by integrating computer simulation and belief networks. Computer simulation is used to model the construction operations while the belief network provides diagnostics to evaluate the simulated construction project performance. Belief networks, also called Bayesian networks, are a form of artificial intelligence (AI) that incorporate uncertainty through probability theory and conditional dependence. While the objective of most construction operations is either reduced cost or shortened duration, a surrogate objective, namely improved performance as measured by performance indices, has been identified to focus the recommendations of the belief network. Five domain-generic performance measurement indices were developed to facilitate the analysis of simulated construction operations: the Queue Length Index (QL), the Queue Wait Index (QW), the Server Quantity Index (SQ), the Server Utilization Index (SU), and the Customer Delay Index (CD). Where a performance index falls outside the acceptable limits or bounds, remedial actions are evaluated by the belief network. Remedial actions include modifying the number of servers or customers, and/or modifying the capacity of either the customer or server. The model has many advantages including: (1) the ability to compare various construction methods or operation strategies; (2) the ability to present solutions even if all user-defined constraints are not met; and, (3) the ability to present more than one solution. The contributions of this research are (1) the development of an automated approach for improving simulated operations, (2) the identification of a surrogate objective, performance improvement, that directs the improvement search toward changes in resource capacities, and, (3) the introduction of belief networks to construction research.

10 citations

Proceedings Article•10.1109/SECON.1997.598680•
Performance improvement of CDMA power control in variable fading environments

[...]

Seok Ho Won, Whan Woo Kim, Im Myoung Jeong
12 Apr 1997
TL;DR: An improved power control method, changing the target bit energy per noise spectral density (Eb/No) threshold with adaptive up and down step sizes in variable fading environments with better frame error rate (FER) and Eb/No performance than the existing ones is proposed.
Abstract: This paper proposes an improved power control method, changing the target bit energy per noise spectral density (Eb/No) threshold with adaptive up and down step sizes in variable fading environments. We carry out computer simulations and hardware experiments for verification of the method. The new method results in better frame error rate (FER) and Eb/No performance than the existing ones.
Proceedings Article•10.1109/PACRIM.1997.619974•
Application of smart antenna techniques in cellular mobile systems

[...]

Yan Jiang1, Vijay K. Bhargava•
Victoria University, Australia1
20 Aug 1997
TL;DR: It is shown that a marked improvement in spectrum efficiency is achieved by reducing the co-channel interference level with adaptive multi-beam antennas employed at the base-stations.
Abstract: The proliferating demand for cellular mobile radio services, and the relatively scarce resource of frequency spectrum provide the need for a fundamental improvement in spectrum efficiency of the new generation cellular mobile radio systems. The switched-beam smart antenna is more attractive when compared to the adaptive null steering, phased array smart antennas. In this paper, a theoretical approach is adopted to ascertain the performance improvement of multi-beam antennas, in which the fading and shadowing models are included. Numerical results of the outage probability under different values of protection ratios and co-channel reuse factors are provided. It is shown that a marked improvement in spectrum efficiency is achieved by reducing the co-channel interference level with adaptive multi-beam antennas employed at the base-stations.
Proceedings Article•10.1109/ISPAN.1997.645124•
A simulation study of dynamic load balancing for network-based parallel processing

[...]

Wentong Cai1, Bu-Sung Lee, A. Heng2, Li Zhu2•
Nanyang Technological University1, Pennsylvania State University2
18 Dec 1997
TL;DR: The results show that dynamic load balancing can achieve better performance improvement for heterogeneous systems than for homogeneous systems; it is especially effective in a system where both parallel and sequential tasks concurrently exist; and the use of task migration generally does not further improve performance.
Abstract: A simulation study of dynamic load balancing for parallel processing on network of workstations (NOW) is presented in this paper. A simulation model is constructed. It includes a representative CPU scheduling policy, and also considers the message exchange, task transfer and migration costs explicitly. A global dynamic load balancing algorithm is simulated. Both task transfer and task migration are considered. The performance of the algorithm under both homogeneous and heterogeneous environments is analyzed. In addition, the interaction of parallel and sequential workloads on an NOW is also examined. Our results show that dynamic load balancing can achieve better performance improvement for heterogeneous systems than for homogeneous systems; it is especially effective in a system where both parallel and sequential tasks concurrently exist; and the use of task migration generally does not further improve performance.
Journal Article•10.1080/09544129710459•
An approach for relating total performance improvement with financial results

[...]

Kostas N. Dervitsiotis
01 Feb 1997-Total Quality Management & Business Excellence
TL;DR: In this article, the authors proposed an approach to assist management in evaluating more reliably the impact of process improvements that lead to greater customer satisfaction on economic results, in order to improve the performance of business processes.
Abstract: For decades, top and middle managers have been conditioned to evaluate performance mainly with financial indicators. However, for a business to survive and succeed in today's complex and uncertain environment, it is imperative to monitor performance on the basis of measures that relate to quality, response time to market changes and productivity. Such indicators are the 'vital signs' that determine competitiveness, because they reflect the effectiveness of efforts to improve the performance of business processes through total quality management or other approaches. Today, we have no methods to relate improvements in business processes to economic results. This paper proposes such an approach, to assist management in evaluating more reliably the impact of process improvements that lead to greater customer satisfaction on economic results.
Proceedings Article•10.1109/ROBOT.1997.606733•
Performance improvement of flexible material handling robot by error detection and replanning

[...]

Fumihito Arai1, H. Niu1, Toshio Fukuda1•
Nagoya University1
20 Apr 1997
TL;DR: If system parameters change and control performance is degraded, this system detects error by itself and changes control parameters to recover from the error automatically and some experimental examples are shown to confirm effectiveness of this proposed system.
Abstract: This paper proposes a control system for the flexible material handling robot. In the past, there has been reported much research work on flexible material handling robot systems. In most of the previous work, control system parameters were treated as fixed. However, they often change due to variation of the flexible payloads. In some cases, control performance is degraded and the production process is terminated in some situations. To deal with these cases, we propose an error detection method and a replanning system. If system parameters change and control performance is degraded, this system detects error by itself and changes control parameters to recover from the error automatically. Some experimental examples are shown to confirm effectiveness of this proposed system.
Posted Content•
Using Hierarchical Linear Modeling to Examine Dynamic Performance Criteria Over Time

[...]

Diana L. Deadrick1, Nathan Bennett2, Nathan Bennett3, Craig J. Russell4•
Old Dominion University1, Georgia Institute of Technology2, J. Mack Robinson College of Business3, University of Oklahoma4
01 Jan 1997-Social Science Research Network
TL;DR: This article investigated the role of ability in explaining initial job performance, as well as the rate of improvement or performance trend among a sample of 408 sewing machine operators over a 24-week period.
Abstract: The selection literature has long debated the theoretical and practical significance of dynamic criteria. Recent research has begun to explore the nature of individual performance over time. This study contributes to this body of research through a hierarchical linear modeling analysis of dynamic criteria. The purpose of this study was to investigate the role of ability in explaining initial job performance, as well as the rate of improvement-or performance trend-among a sample of 408 sewing machine operators over a 24 week period. The results of a hierarchical linear modeling analysis suggest that ability measures are differentially related to initial performance and performance improvement trend.
Journal Article•10.1016/S0167-739X(97)83070-1•
A comparative workload-based methodology for performance evaluation of parallel computers

[...]

E. Onbasioglu1, Y. Paker1•
Queen Mary University of London1
01 Jun 1997-Future Generation Computer Systems
TL;DR: Performance improvement that can be obtained by increasing the size of a distributed memory MIMD system depends on the characteristics of the workload as well as the parameters that characterize the communication speed of the parallel system.
Proceedings Article•10.1109/RTCSA.1997.629181•
An index recovery method for real-time DBMS in client-server architecture

[...]

Seung-Sun Lee, Yongik Yoon
27 Oct 1997
TL;DR: An effective recovery technique for the index structures, a part of the database, is suggested and how it provides further performance improvement in the real-time client-server system is described.
Abstract: Most real-time systems keep the whole databases in main memory for high performance. In this paper we presuppose that the system has client-server architecture with the restrictions on the memory and the time. In the light of these presupposition, we suggest an effective recovery technique for the index structures, a part of the database, and describe how it provides further performance improvement in the real-time client-server system. The basic paradigm of the proposed recovery technique is that the recovery technique of the indices should be designed differently from that of the other data part to tackle the constraints of the systems. The more client systems are appended to the system, the better performance can be guaranteed in the proposed recovery technique compared with the previous techniques.
Proceedings Article•10.1109/EUMA.1997.337784•
A New Technique for Performance Improvement of Mobile Radio Systems

[...]

M. Pejanovic1, Zoran Veljovic1•
University of Montenegro1
8 Sep 1997
TL;DR: It is shown that the technique proposed enables better received signal quality in comparison with other known techniques such as diversity reception with various combination methods or trellis coding with phase- shift keying modulations.
Abstract: In this paper a new technique for improving quality of signal transmission over mobile radio channels with flat fading of Rayleigh statistics, is suggested. It is the technique based on implementation of 16QAM trellis modulation. After an original analytical model for such signal processing scheme is defined, the mobile radio system performance are determined through calculation of bit error rate at the system output. It is shown that the technique proposed in this paper enables better received signal quality in comparison with other known techniques such as diversity reception with various combination methods or trellis coding with phase- shift keying modulations.
Proceedings Article•10.1109/IECON.1997.668457•
ATM for real-time manufacturing system architectures

[...]

B. Maaref, S. Nasri
9 Nov 1997
TL;DR: An architecture based on the OSI reference model is presented with elements of services and protocols which match the requirements for critical-time constraints of computer integrated manufacturing.
Abstract: The performance and the architecture of the network that interconnects the diverse functions of computer integrated manufacturing (CIM) are of much importance. Indeed, the majority of these functions have critical-time constraints that must be considered when designing this network. In this paper, an architecture based on the OSI reference model is presented with elements of services and protocols which match the requirements for these constraints. The authors discuss the implementation of their architecture and evaluate the performance of this implementation. Finally, they compare the performance improvement with the existing implementation.
Dissertation•10.31274/RTD-180813-13244•
Efficient processor management strategies for multicomputer systems

[...]

Chung-Yen Chang1, Prasant Mohapatra•
Iowa State University1
1 Jan 1997
TL;DR: This dissertation studies the performance issues related to the processor management schemes and proposes several ways to enhance the multicomputer systems by means of processor management, which incorporate the concepts of size-reduction, non-contiguous allocation, as well as job migration.
Abstract: Multicomputers are cost-effective alternatives to the conventional supercomputers. Contemporary processor management schemes tend to underutilize the processors and leave many of the processors in the system idle while jobs are waiting for execution. Instead of designing faster processors or interconnection networks, a substantial performance improvement can be obtained by implementing better processor management strategies. This dissertation studies the performance issues related to the processor management schemes and proposes several ways to enhance the multicomputer systems by means of processor management. The proposed schemes incorporate the concepts of size-reduction, non-contiguous allocation, as well as job migration. Job scheduling using a bypass-queue is also studied. All the proposed schemes are proven effective in improving the system performance via extensive simulations. Each proposed scheme has different implementation cost and constraints. In order to take advantage of these schemes, judicious selection of system parameters is important and is discussed.
Journal Article•10.1002/PFI.4140360604•
Describing a Performance Improvement Specialist: The Heurist

[...]

Odin Westgaard
01 Jan 1997-Performance Improvement
Journal Article•10.1049/IP-CDT:19971600•
Design and modelling of a high performance differential bipolar self-timed microprocessor

[...]

R. Kelly, L.E.M. Brackenbury1•
University of Manchester1
1 Nov 1997
TL;DR: The architectural model produced to verify the correctness of the prototype design, and the use of the model in evaluating and enhancing the processor performance are described, allowing the design to be 'tuned' to the technology.
Abstract: Current interest in self-timed systems is motivated by the area, power and design effort required for the global clock of VLSI synchronous designs. A self-timed data-path, based on the ARM (Advanced RISC Machine) processor, using 'micropipeline' control techniques has been developed for a newly updated high-performance differential bipolar technology. This paper describes the architectural model produced to verify the correctness of the prototype design, and the use of the model in evaluating and enhancing the processor performance. Self-timed design comprises independent blocks whose operation depends solely on input data and unit availability. The modelling of the dynamic behaviour of blocks and the control structures required are presented. These illustrate how easily and well the self-timed operation is mapped onto the Verilog modelling language. Benchmark results on the processor indicate a factor-of-two performance improvement over a CMOS version. The system state at a particular instant is difficult to determine and the effects of interactions between modules are difficult to quantify. The use of the model to explore design changes, particularly to the buffering structures, is presented. This allows the design to be 'tuned' to the technology. It also enables a better understanding of total system behaviour.
Journal Article•10.1007/BF01194786•
Performance comparisons for maintained items

[...]

Menachem Berg1•
University of Haifa1
01 Oct 1997-Mathematical Methods of Operations Research
TL;DR: Apart from providing a decision tool for maintenance application, the paper also contributes to clarifying relationships between (probabilistic) ordering notions and aging properties within the maintenance context.
Abstract: Most maintenance studies deal with the problem of maintenance-costs optimization, given the cost of the available maintenance actions and a cost objective function. The focus in this paper is on yet another relevant aspect namely the improvement in performance that results from a maintenance action in terms of performance criteria of interest. The evaluation of performance improvement requires comparisons of random quantities which is done by means of suitable probabilistic ordering notions. Different modelling situations are considered, and for each of them conditions are obtained on the life distributions of the present item, and the new one if of different type, that ensure performance improvement. Apart from providing a decision tool for maintenance application, the paper also contributes to clarifying relationships between (probabilistic) ordering notions and aging properties within the maintenance context.
Proceedings Article•10.1117/12.292770•
Optimizing the performance of wavelet coders by image processing

[...]

V. Ralph Algazi1, Niranjan Avadhanam1, Robert R. Estes1•
University of California, Davis1
15 Aug 1997
TL;DR: This work presents an extension of the work showing global objective quality measures that quantify the value of pre-processing for image coding using a wavelet coder, and limits the study to a 'best' coder obtained in previous work.
Abstract: Pre-processing images prior to encoding can remove noise, or unimportant detail, and thus improve the overall performance of the coder. Typical objective image quality metrics are obtained by computing a single or several numbers as a function of the difference image between the original and coded images. Such metrics may ont reflect the improvement in performance. In a recent paper we have presented a methodology that allows the quantitative determination of image quality when the image has been processed prior to encoding. We now present an extension of the work showing global objective quality measures that quantify the value of pre-processing for image coding using a wavelet coder. Because many options are available in wavelet coder design, we limit our study to a 'best' coder obtained in previous work, and determine what further performance improvement can be achieved by image processing.© (1997) COPYRIGHT SPIE--The International Society for Optical Engineering. Downloading of the abstract is permitted for personal use only.
Journal Article•
A Balanced-Mesh Clock Routing Technique for Performance Improvement

[...]

Hidenori Sato, Hiroaki Matsuda, Akira Onozawa
25 Aug 1997-IEICE Transactions on Fundamentals of Electronics, Communications and Computer Sciences
Proceedings Article•10.1117/12.275700•
Conceptual design methodology for vibration isolation

[...]

T. Tupper Hyde1•
Honeywell1
6 Jun 1997
TL;DR: In this article, a conceptual design methodology for isolation is developed and applied to the conceptual design of a proposed space shuttle based telescope system, and frequency domain computation of the closed loop performance without isolation pinpoints frequency regimes and disturbance to performance channels targeted for improvement.
Abstract: High performance dynamic structures have strict requirements on structural motion that are emphasized by the flexibility inherent in lightweight space systems. Vibration isolation is used to prevent disturbances from affecting critical payload components where motion is to be minimized. Isolation, however, is often an engineering solution that is not properly considered in the early conceptual design of the spacecraft. It is at this key stage of a program that mission driving performance targets and resource allocations are made yet little analysis has been performed. A conceptual design methodology for isolation is developed and applied to the conceptual design of a proposed space shuttle based telescope system. In the developed methodology, frequency domain computation of the closed loop performance without isolation pinpoints frequency regimes and disturbance to performance channels targeted for improvement. A coarse fidelity structural model, with well defined disturbance and performance characterization, is more useful than a costly high fidelity analysis when evaluating the many isolation options available early in a project. Isolation design choices are made by trading their performance improvement against their complexity/cost. Simple, idealized mechanical descriptions of the passive or active isolation system provide the needed frequency domain effect on performance without the costly analysis that a detailed isolator design entails. Similarly, the effects of other integrating subsystems, such as structural or optical control are approximated by frequency domain descriptions.
Application of Smart Antenna Tec in Cellular Mobile Syste

[...]

Yan Jiang, Vijay K. Bhargava
1 Jan 1997
TL;DR: In this article, a theoretical approach is adopted to ascertain the performance improvement of multi-beam antennas, in which the fading and shadowing models are included, and numerical results of the outage probability under different values of protection ratios and co-channel reuse factors are provided.
Abstract: The proliferating demand for cellular mobile radio services, and the relatively scarce resource of frequency spectrum provide the need for a fundamental improvement in spectrum efficiency of the new generation cellular mobile radio systems. The switched-beam smart antenna is more attractive when compared to the adaptive null steering, phased array smart antennas. In this paper, a theoretical approach is adopted to ascertain the performance improvement of multi-beam antennas, in which the fading and shadowing models are included. Numerical results of the outage probability under different values of protection ratios and co-channel reuse factors are provided. It is shown that a marked improvement in spectrum efficiency is achieved by reducing the co-channel interference level with adaptive multi-beam antennas eqployed at the base-stations.
Proceedings Article•10.1109/PICMET.1997.653420•
Case-study of a Virtual Project Office for a systems integrator

[...]

J.G. Priest1, L. Doukas•
Melbourne Institute of Technology1
27 Jul 1997
TL;DR: The nature and use of management models to analyze a systems integration firm are described and the resultant setup of a Virtual Project Office (VPO) is outlined.
Abstract: The nature and use of management models to analyze a systems integration firm are described and the resultant setup of a Virtual Project Office (VPO) is outlined. Business and organizational benefits that arose are reported together with lessons about the models' role in facilitating rapid organizational change and performance improvement.
Journal Article•10.1080/13873959708837050•
Suboptimal feedback control by a scheme of iterative identification and control design

[...]

R.A. de Callafon, P.M.J. Van den Hof
1 Jan 1997
TL;DR: In this article, a framework for an iterative procedure of identification and robust control design is introduced wherein the robust performance is monitored during the subsequent steps of the iterative scheme, by monitoring the performance via a model-based approach.
Abstract: In this paper a framework for an iterative procedure of identification and robust control design is introduced wherein the robust performance is monitored during the subsequent steps of the iterative scheme. By monitoring the performance via a model-based approach, the possibility to guarantee performance improvement in the iterative scheme is being employed. In order to monitor achieved performance (for a present controller) and to guarantee robust performance (for a future controller), an uncertainty set is used where the uncertainty structure is chosen in terms of model perturbations in the dual Youla parametrization. This uncertainty structure is shown to be particularly suitable for the control performance measure that is considered. The model uncertainty set can be identified by an uncertainty estimation procedure on the basis of closed-loop experimental data. To obtain performance robustness, robust control design tools are used to synthesise controllers on the basis of the identified uncertainty set.

Tools

SciSpace AgentBiomedical AgentSciSpace RecruitSciSpace for EnterpriseAgent GalleryChat with PDFLiterature ReviewAI WriterFind TopicsParaphraserCitation GeneratorExtract DataAI DetectorCitation Booster

Learn

ResourcesLive Workshops

SciSpace

CareersSupportBrowse PapersPricingSciSpace Affiliate ProgramCancellation & Refund PolicyTermsPrivacyData Sources

Directories

PapersTopicsJournalsAuthorsConferencesInstitutionsCitation StylesWriting templates

Extension & Apps

SciSpace Chrome ExtensionSciSpace Mobile App

Contact

support@scispace.com
SciSpace

© 2026 | PubGenius Inc. | Suite # 217 691 S Milpitas Blvd Milpitas CA 95035, USA

soc2
Secured by Delve