• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 111
  • 26
  • 10
  • 7
  • 6
  • 6
  • 6
  • 5
  • 3
  • 1
  • 1
  • 1
  • 1
  • Tagged with
  • 194
  • 194
  • 122
  • 33
  • 27
  • 25
  • 20
  • 19
  • 19
  • 17
  • 16
  • 15
  • 14
  • 13
  • 13
  • 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.
31

Electrical characterization and circuit modeling of interconnections and packages for high speed circuits by time domain measurements /

Jong, Jyh-ming. January 1995 (has links)
Thesis (Ph. D.)--Oregon State University, 1995. / Typescript (photocopy). Includes bibliographical references (leaves 105-109). Also available on the World Wide Web.
32

The time domain triple probe method /

Meier, Mark Albert, January 1998 (has links)
Thesis (Ph. D.)--University of Texas at Austin, 1998. / Vita. Includes bibliographical references (leaves 252-257). Available also in a digital version from Dissertation Abstracts.
33

Time domain metrology for dielectric spectroscopy of particulates /

Stafford, Robert Bruce, January 1992 (has links)
Thesis (Ph. D.)--Virginia Polytechnic Institute and State University, 1992. / Vita. Abstract. Includes bibliographical references (leaf 215). Also available via the Internet.
34

Improved absorbing boundary conditions for time-domain methods in electromagnetics /

Rickard, Yotka. January 2002 (has links)
Thesis (Ph.D.) -- McMaster University, 2002. / Includes bibliographical references (p. 159-170).absrobing boundary Also available via World Wide Web.
35

Time domain and parallel distributed integral equation techniques for full-wave microelectronics simulation /

Yang, Chuanyi. January 2005 (has links)
Thesis (Ph. D.)--University of Washington, 2005. / Vita. Includes bibliographical references (leaves 80-85).
36

Non-uniform sources in the total/scattered finite difference time domain (FDTD) method

Potter, Michael E. 01 November 2018 (has links)
The Finite-Difference Time-Domain (FDTD) method has been used extensively in electromagnetic field modeling because of its ability to robustly handle interactions of fields with complex heterogeneous structures. In particular, the total/scattered field formulation has allowed for efficient implementation of arbitrarily directed uniform plane waves, consequently facilitating efficient modeling of far-field scattering problems. The total/scattered approach is not restricted to plane waves and can be expanded to any waveforms that can be described in analytical or semi-analytical form. While existing formulations of FDTD have been immensely successful, they are not well suited to problems that involve near field scattering/interaction problems, where both the source and object are in the same domain but at a substantial distance from each other. This is due to the exceedingly high demands for computational resources that may result from the domain size, and/or dramatically different requirements for the mesh density in the source and object areas. One solution to this problem is to separate the domain into source and scatterer regions coupled by surface boundary radiation conditions. However, this method can incur large storage requirements for calculation of the radiation conditions. A specific near-field situation of interest to the utility industry is the case of workers near high voltage powerlines. In this instance, the field pattern takes on a cylindrical, transverse electromagnetic character. More general radiating sources can be accurately represented in the near-field by using spherical wave expansions, which are often used to represent antennas measured on test ranges. Successful implementation of these analytic solutions is feasible within the FDTD framework, and would allow for the illumination of the scatterer modeled at a considerably lower cost than in the standard approach. This thesis presents a method where these non-uniform, near-field, sources can be implemented implicitly as source conditions in an existing FDTD method. The specific case of powerline fields is described first, followed by the more general case of spherical waves. The analytic solution for powerline fields is implemented to show that near-field source configuration can be successfully modeled implicitly with accurate and efficient results. The method is validated by comparing with known analytic solutions, with very good accuracy being achieved. Then, a specific example of a human under a powerline close by is modeled to examine predictions made earlier under the assumption of a plane wave source condition. For a similar powerline source configuration, results of organ dosimetry predict that induced fields are from ten to sixty percent greater than predicted with the plane wave source. This same approach is applied to model a more general and difficult problem, namely spherical waves as sources in the total/scattered FDTD, called the SW-FDTD. Since transverse properties of spherical modes are known, the behavior of a mode can be represented on a one-dimensional radial grid. Thus, much like the plane wave sources in the FDTD method, the spherical wave modes are time-stepped on one-dimensional staggered electric/magnetic field source grids in the radial direction, representing mode propagation in free space. Spherical wave modes can then be interpolated and summed on the Huygens’ surface to represent the total field of the source, thus providing the coupling between the complex source and a scatterer using one-dimensional grids. It is assumed that the object of interest is beyond the reactive near-field of the source, and therefore there is no significant coupling between source and object. The SW-FDTD method is validated by comparing simulations with several analytic solutions that increase in complexity, demonstrating very good accuracy. Issues relating to the numerical implementation are discussed, including the effects of numerical dispersion, stability, and simple Mur first order boundary conditions. Incorporation of the method as a source condition in an existing FDTD program, and validation of this synthesis, show that the SW-FDTD method can implictly model sources as accurately as explicit models do. The efficiency, and the reduction of errors remain issues for further research to improve the overall utility of the SW-FDTD method. / Graduate
37

An Investigation into Code Search Engines: The State of the Art Versus Developer Expectations

Li, Shuangyi 15 July 2022 (has links)
An essential software development tool, code search engines are expected to provide superior accuracy, usability, and performance. However, prior research has neither (1) summarized, categorized, and compared representative code search engines, nor (2) analyzed the actual expectations that developers have for code search engines. This missing knowledge can empower developers to fully benefit from search engines, academic researchers to uncover promising research directions, and industry practitioners to properly marshal their efforts. This thesis fills the aforementioned gaps by drawing a comprehensive picture of code search engines, including their definition, standard processes, existing solutions, common alternatives, and developers' perspectives. We first study the state of the art in code search engines by analyzing academic papers, industry releases, and open-source projects. We then survey more than a 100 software developers to ascertain their usage of and preferences for code search engines. Finally, we juxtapose the results of our study and survey to synthesize a call-for-action for researchers and industry practitioners to better meet the demands software developers make on code search engines. We present the first comprehensive overview of state-of-the-art code search engines by categorizing and comparing them based on their respective search strategies, applicability, and performance. Our user survey revealed a surprising lack of awareness among many developers w.r.t. code search engines, with a high preference for using general-purpose search engines (e.g., Google) or code repositories (e.g., GitHub) to search for code. Our results also clearly identify typical usage scenarios and sought-after properties of code search engines. Our findings can guide software developers in selecting code search engines most suitable for their programming pursuits, suggest new research directions for researchers, and help programming tool builders in creating effective code search engine solutions. / Master of Science / When developing software, programmers rely on source code search engines to find code snippets related to the programming task at hand. Given their importance for software development, source code engines have become the focus of numerous research and industry projects. However, researchers and developers remain largely unaware of each other's efforts and expectations. As a consequence, developers find themselves struggling to determine which engine would best fit their needs, while researchers remain unaware what developers expect from search engines. This thesis address this problem via a three-pronged approach: (1) it provides a systematic review of the research literature and major engines; (2) it analyzes the results of surveying software developers about their experiences with and expectations for code search engines; (3) it presents actionable insights that can guide future research and industry efforts in code search engines to better meet the needs of software developers.
38

Construction and characterization of a multi-antenna terahertz time-domain spectroscopy setup

Smith, Shane Raymond 04 1900 (has links)
Thesis (MSc)--Stellenbosch University, 2015. / ENGLISH ABSTRACT: Recent progress in laser and semiconductor technology has allowed for far easier generation and measuring of coherent terahertz radiation, a previously difficult region in the radiation spectrum to coherently generate. Time based terahertz spectroscopy is a rather unique form of spectroscopy. Not only is it time based, but the electric field is measured instead of the intensity. This allows for the measurement of the complex refractive index. From this one can obtain certain details of the structure and environment of the sample being studied. A terahertz time-domain spectroscopy setup was constructed during this project. This setup used low temperature grown GaAs photoconductive antennae, with multiple antenna size options available for both the receiving and transmitting antennae. After the construction and alignment of this setup, the antennae were characterized. Lastly measurements were performed on the background, sugar and silicon to demonstrate the capabilities of the system. It was found that the measured terahertz electric field amplitude increased with the intensity of the pump pulse and that the amplitude of the measured terahertz electric field was dependent on the polarization of the pump pulse. As the size of the antenna was increased so too did the amplitude of the measured electric field and conversely the bandwidth of the measured terahertz electric field decreased with the increase of antenna size. This held true for both the transmitting and receiving antennae. / AFRIKAANSE OPSOMMING: Danksê onlangse tegnologiese onwikkelings in lasers en halfgeleier het dit veel makliker geraak om terahertz straling te genereer wat fase samehangendheid toon. Voor hierdie ontwikkelings was straling in hierdie spektrale gebied moeilik om te genereer op ’n wyse wat fase samehangendheid toon. Tyd verwante terahertz spektroskopie is taamlik uniek, aangesien die metings in tyd geneem word en die elektriese veld amplitude word pleks van die intensiteit gemeet. Een van die voordele van hierdie metode is dat dit toelaat vir die meeting van die komplekse brekingsindeks van monsters. Dit is moontlik om van die komplekse brekingsindeks strukturele en omgewings eienskappe van die monster af te lei. Gedurende die projek was ’n tyd verwante terahertz spektroskopie sisteem gebou wat gebaseer was op lae temperatuur gegroeide GaAs foto-geleidende antennas. Die sisteem bevat vier antennas van verskillende groottes aan beide die sender en ontvanger kant. Die antennas was gekarakteriseer na die bou en belyning van die terahertz sisteem en meetings was gedoen op die agtergrond, suiker en silikon om die sisteem se vermoë te demonstreer. Dit was gevind dat die amplitude van die gemete terahertz elektriese veld groter geraak het soos die intensiteit van die pomp puls verhoog was en dat die die amplitude van die gemete terahertz electriese veld afhanklik was van die polarisasie van die pomp puls. Die amplitude van van die gemete terahertz elektriese veld het gegroei met die grootte van die antenna, maar hoe groter die antenna geraak het, hoe kleiner was die bandwydte van die gemete terahertz elektriese veld. Hierdie was die geval vir beide die sender en ontvanger antennas.
39

Transient analysis of interconnections using spectral method

Lee, Anyu, 1963- January 1988 (has links)
The present paper introduces one very efficient and flexible time-domain analysis technique to predict the kinds of reflections and crosstalk. Numerical results show that this technique is indeed efficient and accurate in the transient analysis of a general multiple line system. Furthermore, this algorithm can be eventually coded in a form of a subroutine compatible with any standard CAD program, such as SPICE.
40

Conceptual framework approach for system-of-systems software developments

Caffall, Dale Scott 03 1900 (has links)
Approved for public release; distribution in unlimited. / The Department of Defense looks increasingly towards an interoperable and integrated system-of-systems to provide required military capability. Non-essential software complexity of a system-of-systems can have a greater negative impact in system behavior than a single system. Our current systems-of-systems tend to require a great deal of software maintenance and to be intolerant of even the most minor of changes with respect to negative perturbations in system behavior. In this thesis, we explore the benefits of developing a conceptual framework as the basis for the system-of-systems development. We examine the application of accepted software engineering practices for single-system developments to the more complex problem of system-of-systems development. Using the Ballistic Missile Defense System as a case study, we present an abstract framework from which we can reason about the system-of-systems. We develop a conceptual software architecture that represents a logical organization of proposed software modules. We map the functionality of the system to conceptual software components with coordination and data exchanges handled by conceptual connectors. Finally, we assess our work to determine the feasibility of applying the conceptual framework techniques described in this thesis to system-of-systems acquisitions with the objective of reducing accidental complexity and controlling essential complexity. / Civilian, Missile Defense Agency, Washington, D.C.

Page generated in 0.0684 seconds