65 resultados para system design

em Deakin Research Online - Australia


Relevância:

100.00% 100.00%

Publicador:

Resumo:

This paper presents a methodology to identify robust operating regions through the selection of controllable factory variables, using discrete event simulation. A casting plant melt facility was used as an industrial test bed to develop these techniques. A robust system design was determined by response surface analysis of key production parameters. Furthermore, robust operating policies that maximise throughput, while minimizing work-in-progress and thus energy consumption were identified.


Relevância:

100.00% 100.00%

Publicador:

Resumo:

In this chapter, an introduction on the use of evolutionary computing techniques, which are considered as global optimization and search techniques inspired from biological evolutions, in the domain of system design is presented. A variety of evolutionary computing techniques are first explained, and the motivations of using evolutionary computing techniques in tackling system design tasks are then discussed. In addition, a number of successful applications of evolutionary computing to system design tasks are described.

Relevância:

100.00% 100.00%

Publicador:

Relevância:

100.00% 100.00%

Publicador:

Resumo:

This paper investigates an estimator-based terminal sliding mode control system. An exact estimator is proposed to exactly estimate the unknown uncertainties in finite time. The output of the exact estimator is used to design a continuous chattering free terminal sliding mode control. The time taken for the closed-loop system to reach zero tracking error is proven to be finite. Experiment results are presented, using a real time digital-signal-processor (DSP) based electromagnetic levitation system to implement the control performance.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The results of this research suggest that outcomes following severe TBI are similar between rural and urban locations, and that paramedics face unique challenges when managing high-acuity low-frequency cases in rural areas.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

This study aimed to explore and compare experiences with and attitudes toward psychotherapy and antidepressants of patients with inflammatory bowel disease (IBD) and functional gastrointestinal disorders (FGiDs). Patients from gastroenterology clinic databases were invited to an online survey. Student's t test, Mann-Whitney U test, chi-square test, and Fisher's test were used to compare patients with IBD and FGiD on demographics and variables of interest. Of 86 participants, 56 (65%) had IBD and 30 (35%) had FGiDs. Mean levels of anxiety, depressive, and stress symptoms were within the moderate to severe range. Psychological care and antidepressants were offered to significantly more FGiD than to IBD respondents (37% vs. 9%; p = .009). Although the symptoms were generally reduced after the prescription of antidepressants, only 30% of IBD respondents and 21% of FGiD respondents using antidepressants would recommend them to others. In contrast, 53% of IBD respondents and 69% of FGiD respondents who used psychotherapy would recommend it to others. Both these therapies were valued by recipients; however, neither was reported to improve gastrointestinal (GI) symptoms. Given the high desire for and positive experiences of psychological care for these 2 common GI conditions, access to formal psychological support services within GI clinics would appear to be the most efficient model.

Relevância:

80.00% 80.00%

Publicador:

Resumo:

This paper presents design and simulation investigation of a fuzzy controller and a conventional PID controller for a servo system. First, a servo system is considered and its stability is discussed. Then, a PID controller that is tuned by the Ziegler-Nichols method is formulated for controlling the servo system. To improve the servo system's dynamic response parameters, a fuzzy controller is then proposed for controlling the system. A performance comparison between the fuzzy and the PID controllers are carried out. The results are presented and discussed.

Relevância:

70.00% 70.00%

Publicador:

Resumo:

Most fault-tolerant application programs cannot cope with constant changes in their environments and user requirements because they embed policies and mechanisms together so that if the policies or mechanisms are  changed the whole programs have to be changed as well. This paper presents a reactive system approach to overcoming this limitation. The reactive system concepts are an attractive paradigm for system design, development and maintenance because they separate policies from mechanisms. In the paper we propose a generic reactive system architecture and use group communication primitives to model it. We then implement it as a generic package which can be applied in any distributed applications. The system performance shows that it can be used in a distributed environment effectively.

Relevância:

70.00% 70.00%

Publicador:

Resumo:

Distributed Shared Memory (DSM) provides programmers with a shared memory environment in systems where memory is not physically shared. Clusters of Workstations (COWs), an often untapped source of computing power, are characterised by a very low cost/performance ratio. The combination of Clusters of Workstations (COWs) with DSM provides an environment in which the programmer can use the well known approaches and methods of programming for physically shared memory systems and parallel processing can be carried out to make full use of the computing power and cost advantages of the COW. The aim of this research is to synthesise and develop a distributed shared memory system as an integral part of an operating system in order to provide application programmers with a convenient environment in which the development and execution of parallel applications can be done easily and efficiently, and which does this in a transparent manner. Furthermore, in order to satisfy our challenging design requirements we want to demonstrate that the operating system into which the DSM system is integrated should be a distributed operating system. In this thesis a study into the synthesis of a DSM system within a microkernel and client-server based distributed operating system which uses both strict and weak consistency models, with a write-invalidate and write-update based approach for consistency maintenance is reported. Furthermore a unique automatic initialisation system which allows the programmer to start the parallel execution of a group of processes with a single library call is reported. The number and location of these processes are determined by the operating system based on system load information. The DSM system proposed has a novel approach in that it provides programmers with a complete programming environment in which they are easily able to develop and run their code or indeed run existing shared memory code. A set of demanding DSM system design requirements are presented and the incentives for the placement of the DSM system with a distributed operating system and in particular in the memory management server have been reported. The new DSM system concentrated on an event-driven set of cooperating and distributed entities, and a detailed description of the events and reactions to these events that make up the operation of the DSM system is then presented. This is followed by a pseudocode form of the detailed design of the main modules and activities of the primitives used in the proposed DSM system. Quantitative results of performance tests and qualitative results showing the ease of programming and use of the RHODOS DSM system are reported. A study of five different application is given and the results of tests carried out on these applications together with a discussion of the results are given. A discussion of how RHODOS’ DSM allows programmers to write shared memory code in an easy to use and familiar environment and a comparative evaluation of RHODOS DSM with other DSM systems is presented. In particular, the ease of use and transparency of the DSM system have been demonstrated through the description of the ease with which a moderately inexperienced undergraduate programmer was able to convert, write and run applications for the testing of the DSM system. Furthermore, the description of the tests performed using physically shared memory shows that the latter is indistinguishable from distributed shared memory; this is further evidence that the DSM system is fully transparent. This study clearly demonstrates that the aim of the research has been achieved; it is possible to develop a programmer friendly and efficient DSM system fully integrated within a distributed operating system. It is clear from this research that client-server and microkernel based distributed operating system integrated DSM makes shared memory operations transparent and almost completely removes the involvement of the programmer beyond classical activities needed to deal with shared memory. The conclusion can be drawn that DSM, when implemented within a client-server and microkernel based distributed operating system, is one of the most encouraging approaches to parallel processing since it guarantees performance improvements with minimal programmer involvement.