• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 1921
  • 598
  • 576
  • 417
  • 240
  • 177
  • 57
  • 54
  • 45
  • 26
  • 26
  • 25
  • 24
  • 23
  • 20
  • Tagged with
  • 4815
  • 533
  • 503
  • 497
  • 432
  • 421
  • 376
  • 362
  • 354
  • 345
  • 340
  • 336
  • 320
  • 318
  • 317
  • 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.
111

Fast constructing tree structured vector quantization for image compression

CHUNG, JUN-SHIH 02 September 2003 (has links)
In this paper, we propose a novel approach of vector quantization using a merge-based hierarchical neural network. Vector quantization¡]VQ¡^is known as a very useful technique for lossy data compression. Recently, Neural network¡]NN¡^algorithms have been used for VQ. Vlajic and Card proposed a modified adaptive resonance theory (modified ART2¡^[1] which is a constructing tree structure clustering method. However, modified ART2 has disadvantages of slow construction rate and constructing many redundant levels. Therefore, we propose a more efficient approach for constructing the tree in this paper. Our method establishes only those required levels without losing the fidelity of a compressed image.
112

Study of Complementary Coded MIMO-CDMA Systems and Design of Columnwise Complementary Codes

Chen, Guan-ting 02 September 2005 (has links)
In thesis, we design a new orthogonal complementary codes- columnwise complementary codes. Its advantage is: (1)As traditional orthogonal complementary codes, it has perfect orthogonal complementary property of auto-correlation and cross-correlation. (2)We can choose different type of columnwise complementary codes to restrain frequency selective fading and time selective fading. (3)Compared with complete complementary codes, it can support more users. (4)The generating method of columnwise complementary codes is easy to understand. (5)It can be used in multi-rate transmission system. (6)The generality: complete complementary codes and 2D OVSF codes are subsets of columnwise complementary codes. We also discuss its bit error rate in a frequency selective Rayleigh fading channel and a time selective fading channel by computer simulation.
113

Integration of Space-Time Differential Coding and Complementary Code Based CDMA

Liu, Ming-Jiun 02 September 2006 (has links)
Differential space time block coding is a technology that combining traditional space time block coding and differential coding. Differential space time block coding could exploit full spatial diversity gain where the channel state information is not known. Each user in CC-CDMA system is assigned a fold of codes which sent via different carriers to reconstruct perfect auto-correlation and cross-correlation function. Complete Complementary codes could offer MAI-free and MI-free operation for DS-spreading. In this thesis we combine differential space time block coding and CC-CDMA, and discuss the character of the system.
114

Hierarchical Transmission of Huffman Code Using Multi-Code/Multi-Rate DS/SS Modulation with Appropriate Power Control

Makido, Satoshi, Yamazato, Takaya, Katayama, Masaaki, Ogawa, Akira 12 1900 (has links)
No description available.
115

QR codes : creative mobile media approaches

Stewart, Lauren Elizabeth 22 November 2010 (has links)
This report explains what Quick Response Codes are, their history and how they work. It introduces and compares several alternative ways, in addition to QR codes, for consumers to initiate the mobile communication process. Actual use of QR codes in print advertising, outdoor advertising, product packaging and other mediums exemplify how advertisers can use QR codes to integrate traditional media with interactive media, how users respond and interact with QR codes, and how they can be used effectively and creatively in today’s emerging media landscape. / text
116

Svensk kod för bolagsstyrning : Efterlevnad och tillämpning ur ett oberoende perspektiv

Silfverskans, Jessica, Stakset, Matilda January 2014 (has links)
Purpose: The purpose of this study is to present an overview of the Swedish listed companies and their compliance with the Code and its normative rules for independent decision-making.  Methodology: The authors have read and delved into the Swedish Code of Corporate Governance. The authors have chosen to study the enforcement of the code based on independent bracing guidelines. The study was conducted through a combined quantitative and qualitative approach. The study is based on primary data collected in the form of companies' corporate governance reports, which have been supplemented by structured interviews. Frame of reference: Swedish ownership structure and concentrated ownership, self regulation and normative guidelines, institutional theory and earlier research on this topic. Empirical foundations: A comparison of the selected companies has been based on the independence rules of the Swedish Code of Corporate Governance. A specific company has been presented with the company's application of the code, interviews have also been done with this company to increase the understanding of the empirical basis further. Conclusions: There are several flaws with the code and how it is applied today. The Code is complied with in an inadequate manner, and in some cases not complied with at all. The authors of this paper believe that the code, through normative guidelines, will not have a self-regulating effect on an independent decision-making in companies in Sweden.
117

Generation of Sets of Sequences Suitable for Multicode Transmission in Quasi-Synchronous CDMA Systems

Saito, Masato, Yamazato, Takaya, Okada, Hiraku, Katayama, Masaaki, Ogawa, Akira 03 1900 (has links)
No description available.
118

Non-binary spread-spectrum multiple-access communications / Derek Paul Rogers.

Rogers, D. P. January 1995 (has links)
Bibliography: leaves 181-201. / ix, 201 leaves : ill. ; 30 cm. / Title page, contents and abstract only. The complete thesis in print form is available from the University Library. / This thesis investigates non-binary spread-spectrum multiple-access communications. The research considers wide generation techniques, system performance, how performance is influenced by the different properties of the codes, and how those properties relate to the code generation technqiue. The research refines the code design philosophy and investigates this by developing a novel code generation technique. / Thesis (Ph.D.)--University of Adelaide, Dept. of Electrical and Electronic Engineering, 1995?
119

Source-controlled block turbo coding

Shervin Pirestani. January 2008 (has links)
Thesis (M.E.E.)--University of Delaware, 2008. / Principal faculty advisor: Javier Garcia-Frias, Dept. of Electrical and Computer Engineering. Includes bibliographical references.
120

CodeReco - A Semantic Java Method Recommender

January 2017 (has links)
abstract: The increasing volume and complexity of software systems and the growing demand of programming skills calls for efficient information retrieval techniques from source code documents. Programming related information seeking is often challenging for users facing constraints in knowledge and experience. Source code documents contain multi-faceted semi-structured text, having different levels of semantic information like syntax, blueprints, interfaces, flow graphs, dependencies and design patterns. Matching user queries optimally across these levels is a major challenge for information retrieval systems. Code recommendations can help information seeking and retrieval by pro-actively sampling similar examples based on the users context. These recommendations can be beneficial in improving learning via examples or improving code quality by sampling best practices or alternative implementations. In this thesis, an attempt is made to help programming related information seeking processes via pro-active code recommendations, and information retrieval processes by extracting structural-semantic information from source code. I present CodeReco, a system that recommends semantically similar Java method samples. Conventional code recommendations found in integrated development environments are primarily driven by syntactical compliance and auto-completion, whereas CodeReco is driven by similarities in use of language and structure-semantics. Methods are transformed to a vector space model and a novel metric of similarity is designed. Features in this vector space are categorized as belonging to types signature, structure, concept and language for user personalization. Offline tests show that CodeReco recommendations cover broader programming concepts and have higher conceptual similarity with their samples. A user study was conducted where users rated Java method recommendations that helped them icomplete two programming problems. 61.5% users were positive that real time method recommendations are helpful, and 50% reported this would reduce time spent in web searches. The empirical utility of CodeReco’s similarity metric on those problems was compared with a purely language based similarity metric (baseline). Baseline received higher ratings from novices, arguably due to lack of structure-semantics in their samples while seeking recommendations. / Dissertation/Thesis / Masters Thesis Computer Science 2017

Page generated in 0.0614 seconds