• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 85
  • 50
  • 23
  • 15
  • 15
  • 10
  • 9
  • 7
  • 6
  • 4
  • 2
  • 2
  • 2
  • 2
  • 2
  • Tagged with
  • 283
  • 37
  • 30
  • 29
  • 25
  • 22
  • 22
  • 21
  • 19
  • 18
  • 18
  • 18
  • 18
  • 17
  • 17
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
81

Graph based techniques for measurement of intranet dynamics

Dickinson, Peter January 2006 (has links)
This thesis develops a number of graph-based techniques that are capable of measuring the dynamic behaviour of a network and discusses their application in network management. By representing a computer network as a time series of uniquely labelled graphs, it is possible to measure the degree of change that has occurred between a pair of graphs, and hence the dynamics in a network. Concepts introduced include the median graph, intra- and inter- graph clustering, and hierarchical graph representations. The focus is on producing efficient algorithms and improved measures of network change. It is believed that these graph-based techniques for measuring network dynamics have great potential in network anomaly detection, and thus will improve reliability of enterprise intranets.
82

Design and construction of a bidirectional DCDC converter for an EV application

Hedlund, Magnus January 2010 (has links)
<p>A Sliding Mode Control System for a Bidirectional DCDC Converter was designed and a low voltage prototype was constructed. The control system based its decisions solely on the latest available measurements, which improves performance when changing operative quadrant, since no memory needs reinitializing (such as for PI and state prediction methods). A boost control philosophy was presented, based on a current source approximation. The control was found to be stable without steady-state errors when the variance of the input/output dynamics was high.</p><p>The target application for the DCDC Converter is an EV (Electric Vehicle) with a flywheel driveline, which puts additional requirements of the converter. Among these are current and voltage control, bidirectionality, and a broad input voltage range.</p><p>Simulations were performed in Simulink prior to physical implementation, proving functionality of the proposed control system. The physical implementation of the control was done on a digital signal processor with code compiled from C. A median filter was designed to increase measurement efficiency for the current sensors which had shot-like noise distortions.</p>
83

Sensory nerve conduction studies in young adults for the expansion of a reference material

Eriksson, Annika January 2007 (has links)
<p>Neurography is the most objective and reliable measure of the peripheral nerve function, and it is used to diagnose both local and generalized neuropathies. Neurography can measure both motor and sensory nerve functions. The principle for sensory neurgraphy is to stimulate over the nerve and record proximal or distal from the stimulated electrode.</p><p>At the Department of Clinical Neurophysiology, University Hospital Uppsala, a problem has been identified, in that young adult patients tend to show unexpected abnormal neurography values in relation to the expected, indicated by the reference limits, without clinical correlates. This concerns foremost the sensory amplitudes in median and ulnar nerves. The hypothesis is that the requirement of young adults’ amplitudes is too high. A reference material better including more subjects in this age group may solve the problem.</p><p>Sensory nerve conduction studies were performed in 33 subjects, aged 15-30. The nerve functions were tested on median, ulnar and radial nerves. Surface electrodes were used for both recording and stimulation.</p><p>The result shows that the presently used reference material for some nerves indeed has too high requirement for young adults. After increasing the reference material for younger age groups, the new reference limits has been changed and this should cause fewer false positive findings.</p>
84

Locations On A Line And Generalization To The Dynamic P-medians

Guden, Huseyin 01 September 2012 (has links) (PDF)
This study deals with four location problems. The first problem is a brand new location problem on a line and considers the location decisions for depots and quarries in a highway construction project. We develop optimal solution properties of the problem. Using these properties, a dynamic programming algorithm is proposed. The second problem is also a brand new dynamic location problem on a line and locates concrete batching mobile and immobile facilities for a railroad construction project. We develop two mixed integer models to solve the problem. For solving large size problems, we propose a heuristic. Performances of models and the heuristic are tested on randomly generated instances plus a case study data and results are presented. The third problem is a generalization of the second problem to network locations. It is a dynamic version of the well known p-median problem and incorporates mobile facilities. The problem is to locate predetermined number of mobile and immobile facilities over a planning horizon such that sum of facility movement and allocation costs is minimized. Three constructive heuristics and a branch-and-price algorithm are proposed. Performances of these solution procedures are tested on randomly generated instances and results are presented. In the fourth problem we consider a special case of the third problem, allowing only conventional facilities. The algorithm for the third problem is improved so that generating columns and solving a mixed integer model are used repetitively. Performance of the algorithm is tested on randomly generated instances and results are presented.
85

Design and construction of a bidirectional DCDC converter for an EV application

Hedlund, Magnus January 2010 (has links)
A Sliding Mode Control System for a Bidirectional DCDC Converter was designed and a low voltage prototype was constructed. The control system based its decisions solely on the latest available measurements, which improves performance when changing operative quadrant, since no memory needs reinitializing (such as for PI and state prediction methods). A boost control philosophy was presented, based on a current source approximation. The control was found to be stable without steady-state errors when the variance of the input/output dynamics was high. The target application for the DCDC Converter is an EV (Electric Vehicle) with a flywheel driveline, which puts additional requirements of the converter. Among these are current and voltage control, bidirectionality, and a broad input voltage range. Simulations were performed in Simulink prior to physical implementation, proving functionality of the proposed control system. The physical implementation of the control was done on a digital signal processor with code compiled from C. A median filter was designed to increase measurement efficiency for the current sensors which had shot-like noise distortions.
86

Path Queries in Weighted Trees

Zhou, Gelin January 2012 (has links)
Trees are fundamental structures in computer science, being widely used in modeling and representing different types of data in numerous computer applications. In many cases, properties of objects being modeled are stored as weights or labels on the nodes of trees. Thus researchers have studied the preprocessing of weighted trees in which each node is assigned a weight, in order to support various path queries, for which a certain function over the weights of the nodes along a given query path in the tree is computed [3, 14, 22, 26]. In this thesis, we consider the problem of supporting several various path queries over a tree on n weighted nodes, where the weights are drawn from a set of σ distinct values. One query we support is the path median query, which asks for the median weight on a path between two given nodes. For this and the more general path selection query, we present a linear space data structure that answers queries in O(lg σ) time under the word RAM model. This greatly improves previous results on the same problem, as previous data structures achieving O(lg n) query time use O(n lg^2 n) space, and previous linear space data structures require O(n^ε) time to answer a query for any positive constant ε [26]. We also consider the path counting query and the path reporting query, where a path counting query asks for the number of nodes on a query path whose weights are in a query range, and a path reporting query requires to report these nodes. Our linear space data structure supports path counting queries with O(lg σ) query time. This matches the result of Chazelle [14] when σ is close to n, and has better performance when σ is significantly smaller than n. The same data structure can also support path reporting queries in O(lg σ + occ lg σ) time, where occ is the size of output. In addition, we present a data structure that answers path reporting queries in O(lg σ + occ lg lg σ) time, using O(n lg lg σ) words of space. These are the first data structures that answer path reporting queries.
87

Statistical analysis on the effect of splenectomy-induced thrombosis

Hsu, Chung-Hsien 25 July 2000 (has links)
In this work, it is of interest to study the effects of thrombocytosis and microvascular anastomosis to that of vascular thrombosis. Here the splenectomy is used to the experimental subjects to have caused thrombocytosis first and later have the microvascular anastomsis on the divided vessel. Observations on different variables which may be related to vascular thrombosis are obtained during the three stages of the experiments, there are pre-splenectomy, post-splenectomy but before vascular division, and after the vascular anastomsis. These variables include platelet number, RBC count, Nitric oxide(nitrite and nitrate), femoral artery perfusion unit, hematocrit, reticulated-platelet number, and activated-platelets(p-selectin, CD62p). The experimental units are divided into thrombocysis group and control group. Basic statistical analysis are performed first to see the differences between the two groups for the above mentioned variables, and later try to use the profile analysis in multivariate analysis to understand the changes of these variables in different stages as well as their possible relationships with the cause of vascular thrombosis. Finally, classical regression and robust regression analysis for finding outliers are also used to see whether certain characteristics of those outliers have something to do with vascular thrombosis.
88

Guidelines for safety and design improvements at rural expressway median crossovers /

Akula, Mohan Kumar, January 2003 (has links)
Thesis (M.S.)--University of Missouri-Columbia, 2003. / Typescript. Includes bibliographical references (leaves 136-139). Also available on the Internet.
89

Guidelines for safety and design improvements at rural expressway median crossovers

Akula, Mohan Kumar, January 2003 (has links)
Thesis (M.S.)--University of Missouri-Columbia, 2003. / Typescript. Includes bibliographical references (leaves 136-139). Also available on the Internet.
90

Non-linear modeling parameters for reinforced concrete columns subjected to seismic loads

Sivaramakrishnan, Balaji 14 February 2011 (has links)
The American Society of Civil Engineers (ASCE) Standard 41-06 Supplement No.1 (2007) assists engineers in modeling and evaluating the non-linear behavior of structures till collapse. Different levels of conservatism were used throughout the standard to produce modeling parameters for different structural elements, which leads to inconsistencies at the system level. Task to update current ASCE 41-06 provisions pertaining to RC structures is now handled by ACI (American Concrete Institute) committee 369 entitled “Seismic Repair and Rehabilitation”. This study is a part of ACI 369 committee’s effort. Existing provisions for non-linear analysis are re-assessed in this study for both rectangular and circular reinforced concrete columns. A database of 490 column tests was compiled for this project. Median rather than conservative estimates of non-linear modeling parameters were produced to achieve “best” estimates of structural behavior. Proposed modeling parameters show improved fit with experimental data over existing parameters. Data necessary for selection of acceptance criteria are provided. / text

Page generated in 0.0272 seconds