• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 53
  • 46
  • 2
  • 2
  • 1
  • 1
  • 1
  • 1
  • Tagged with
  • 116
  • 89
  • 64
  • 33
  • 27
  • 20
  • 18
  • 18
  • 14
  • 13
  • 12
  • 12
  • 12
  • 12
  • 12
  • 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.
91

QUADRATURE PHASE SHIFT KEYING-DIRECT SEQUENCE SPREAD SPECTRUM-CODE DIVISION MULTIPLE ACCESS WITH DISPARATE QUADRATURE CHIP AND DATA RATES

Agarwal, Shweta S. 14 April 2006 (has links)
No description available.
92

Transceiver Design for Ultra-Wideband Communications

Orndorff, Aaron 01 June 2004 (has links)
Despite the fact ultra-wideband (UWB) technology has been around for over 30 years, there is a newfound excitement about its potential for communications. With the advantageous qualities of multipath immunity and low power spectral density, researchers are examining fundamental questions about UWB communication systems. In this work, we examine UWB communication systems paying particular attention to transmitter and receiver design. This thesis is specifically focused on a software radio transceiver design for impulse-based UWB with the ability to transmit a raw data rate of 100 Mbps yet encompasses the adaptability of a reconfigurable digital receiver. A 500 ps wide Gaussian pulse is generated at the transmitter utilizing the fast-switching characteristics of a step recovery diode. Pulse modulation is accomplished via several stages of RF switches, filters, and amplifiers on a fully designed printed circuit board specifically manufactured for this project. Critical hardware components at the receiver consist of a bank of ADCs performing parallel sampling and an FPGA employed for data processing. Using a software radio design, various modulation schemes and digital receiver topologies are accommodated along with a vast number of algorithms for acquisition, synchronization, and data demodulation methods. Verification for the design is accomplished through transmitter hardware testing and receiver design simulation. The latter includes bit error rate testing for a variety of modulation schemes and wireless channels using a pilot-based matched filter estimation technique. Ultimately, the transceiver design demonstrates the advantages and challenges of UWB technology while boasting high data rate communication capability and providing the flexibility of a research testbed. / Master of Science
93

BANDWIDTH LIMITED 320 MBPS TRANSMITTER

Anderson, Christopher 10 1900 (has links)
International Telemetering Conference Proceedings / October 28-31, 1996 / Town and Country Hotel and Convention Center, San Diego, California / With every new spacecraft that is designed comes a greater density of information that will be stored once it is in operation. This, coupled with the desire to reduce the number of ground stations needed to download this information from the spacecraft, places new requirements on telemetry transmitters. These new transmitters must be capable of data rates of 320 Mbps and beyond. Although the necessary bandwidth is available for some non-bandwidth-limited transmissions in Ka-Band and above, many systems will continue to rely on more narrow allocations down to X-Band. These systems will require filtering of the modulation to meet spectral limits. The usual requirements of this filtering also include that it not introduce high levels of inter-symbol interference (ISI) to the transmission. These constraints have been addressed at CE by implementing a DSP technique that pre-filters a QPSK symbol set to achieve bandwidth-limited 320 Mbps operation. This implementation operates within the speed range of the radiation-hardened digital technologies that are currently available and consumes less power than the traditional high-speed FIR techniques.
94

Visible light communications with single-photon avalanche diodes

Alsolami, Ibrahim January 2014 (has links)
This thesis explores the use of single-photon avalanche diodes (SPADs) for visible light communications (VLC). The high sensitivity of SPADs can potentially enhance the performance of VLC receivers. However, a SPAD-based system has challenges that need to be addressed before it can be considered as a viable option for VLC. The first challenge is the susceptibility of SPAD-based receivers to variations in ambient light. The high sensitivity of SPADs is advantageous for signal detection, but also makes SPADs vulnerable to variations in ambient light. In this thesis, the performance of a SPAD-based receiver is investigated under changing lighting conditions. Analytical expressions to quantify performance are derived, and an experiment is conducted to gain further understanding of system performance. It is shown that a SPAD-based receiver is highly sensitive to illumination changes when on-off keying (OOK) is employed, and that pulse-position modulation (PPM) is a preferred modulation scheme as it is more robust. The second challenge is broadcasting to SPAD-based receivers with different capabilities. A traditional broadcasting scheme is time-sharing, whereby a transmitter sends data to receivers in an alternating manner. Broadcasting to SPAD-based receivers is challenging as receivers may have diverse capabilities. In this thesis, a new multiresolution modulation scheme is proposed, which can potentially improve system performance over the traditional timesharing approach. The performance of the proposed scheme is analyzed, and a proof-of-concept experiment is performed to demonstrate its viability.
95

Efficient Message Passing Decoding Using Vector-based Messages

Grimnell, Mikael, Tjäder, Mats January 2005 (has links)
<p>The family of Low Density Parity Check (LDPC) codes is a strong candidate to be used as Forward Error Correction (FEC) in future communication systems due to its strong error correction capability. Most LDPC decoders use the Message Passing algorithm for decoding, which is an iterative algorithm that passes messages between its variable nodes and check nodes. It is not until recently that computation power has become strong enough to make Message Passing on LDPC codes feasible. Although locally simple, the LDPC codes are usually large, which increases the required computation power. Earlier work on LDPC codes has been concentrated on the binary Galois Field, GF(2), but it has been shown that codes from higher order fields have better error correction capability. However, the most efficient LDPC decoder, the Belief Propagation Decoder, has a squared complexity increase when moving to higher order Galois Fields. Transmission over a channel with M-PSK signalling is a common technique to increase spectral efficiency. The information is transmitted as the phase angle of the signal.</p><p>The focus in this Master’s Thesis is on simplifying the Message Passing decoding when having inputs from M-PSK signals transmitted over an AWGN channel. Symbols from higher order Galois Fields were mapped to M-PSK signals, since M-PSK is very bandwidth efficient and the information can be found in the angle of the signal. Several simplifications of the Belief Propagation has been developed and tested. The most promising is the Table Vector Decoder, which is a Message Passing Decoder that uses a table lookup technique for check node operations and vector summation as variable node operations. The table lookup is used to approximate the check node operation in a Belief Propagation decoder. Vector summation is used as an equivalent operation to the variable node operation. Monte Carlo simulations have shown that the Table Vector Decoder can achieve a performance close to the Belief Propagation. The capability of the Table Vector Decoder depends on the number of reconstruction points and the placement of them. The main advantage of the Table Vector Decoder is that its complexity is unaffected by the Galois Field used. Instead, there will be a memory space requirement which depends on the desired number of reconstruction points.</p>
96

Efficient Message Passing Decoding Using Vector-based Messages

Grimnell, Mikael, Tjäder, Mats January 2005 (has links)
The family of Low Density Parity Check (LDPC) codes is a strong candidate to be used as Forward Error Correction (FEC) in future communication systems due to its strong error correction capability. Most LDPC decoders use the Message Passing algorithm for decoding, which is an iterative algorithm that passes messages between its variable nodes and check nodes. It is not until recently that computation power has become strong enough to make Message Passing on LDPC codes feasible. Although locally simple, the LDPC codes are usually large, which increases the required computation power. Earlier work on LDPC codes has been concentrated on the binary Galois Field, GF(2), but it has been shown that codes from higher order fields have better error correction capability. However, the most efficient LDPC decoder, the Belief Propagation Decoder, has a squared complexity increase when moving to higher order Galois Fields. Transmission over a channel with M-PSK signalling is a common technique to increase spectral efficiency. The information is transmitted as the phase angle of the signal. The focus in this Master’s Thesis is on simplifying the Message Passing decoding when having inputs from M-PSK signals transmitted over an AWGN channel. Symbols from higher order Galois Fields were mapped to M-PSK signals, since M-PSK is very bandwidth efficient and the information can be found in the angle of the signal. Several simplifications of the Belief Propagation has been developed and tested. The most promising is the Table Vector Decoder, which is a Message Passing Decoder that uses a table lookup technique for check node operations and vector summation as variable node operations. The table lookup is used to approximate the check node operation in a Belief Propagation decoder. Vector summation is used as an equivalent operation to the variable node operation. Monte Carlo simulations have shown that the Table Vector Decoder can achieve a performance close to the Belief Propagation. The capability of the Table Vector Decoder depends on the number of reconstruction points and the placement of them. The main advantage of the Table Vector Decoder is that its complexity is unaffected by the Galois Field used. Instead, there will be a memory space requirement which depends on the desired number of reconstruction points.
97

Symbol Timing Recovery For Cpm Signals Based On Matched Filtering

Baserdem, Ciler 01 December 2006 (has links) (PDF)
In this thesis, symbol timing recovery based on matched filtering in Gaussian Minimum Shift Keying (GMSK) with bandwidth-bit period product (BT) of 0.3 is investigated. GMSK is the standard modulation type for GSM. Although GMSK modulation is non-linear, it is approximated to Offset Quadrature Amplitude Modulation (OQAM), which is a linear modulation, so that Maximum Likelihood Sequence Estimation (MLSE) method is possible in the receiver part. In this study Typical Urban (TU) channel model developed in COST 207 is used. Two methods are developed on the construction of the matched filter. In order to obtain timing recovery for GMSK signals, these methods are investigated. The fractional time delays are acquired by using interpolation and an iterative maximum search process. The performance of the proposed symbol timing recovery (STR) scheme is assessed by using computer simulations. It is observed that the STR tracks the variations of the frequency selective multipath fading channels almost the same as the Mazo criterion.
98

An investigation into OFDM as a suitable modulation tecnique for an acoustic underwater modem

Du Preez, Johannes 12 1900 (has links)
Thesis (MScEng)--Stellenbosch University, 2012. / ENGLISH ABSTRACT: This thesis investigates orthogonal frequency division multiplexing (OFDM) as a viable modulation technique for an ultrasonic acoustic underwater modem. The underwater environment provides a challenging setting for acoustic communications. Long delay spreads due to multipath propagation, severe Doppler frequency shifts, frequency dependent absorption and very limited bandwidth are but some of the challenges to overcome. OFDM essentially provides the parallel transmission of symbols in the frequency domain by simultaneously modulating many closely spaced orthogonal subcarriers. The resulting long parallel symbol rate together with the cyclic extension of symbols render the signal robust against intersymbol interference (ISI) caused by multipath propagation. Intercarrier interference (ICI) between the overlapping frequency responses of subcarriers is mitigated by their property of orthogonality. Doppler spread contributes to the loss of orthogonality and can result in severe ICI. A method of measuring the Doppler shift by means of including a preamble and postamble symbol with each data frame is proposed. The detected frequency offset is corrected by resampling the frame at the desired sample rate. Not only do the ambles serve as a mechanism for timing and frequency synchronisation, but they are also applied in the channel estimation process. The equalisation of channel response is required for the coherent demodulation of the received symbols. An investigation into different phase shift keying (PSK) and quadrature amplitude modulation (QAM) constellations reveal optimal arrangements for minimal symbol errors. The optimised QAM constellations do not lend themselves to Gray-coding, so that an efficient interleaving scheme is needed to mitigate the non-uniform distribution of bit errors among symbol errors. Forward error correction is provided via a Bose Chaudhuri Hocquenghem (BCH) block code. Variable code rates, together with the ability to switch between different constellations, enable the modem to perform so-called variable modulation in an attempt to maximise the throughput under specific channel conditions. The modulation/demodulation scheme is wholly defined in software as to provide flexibility and facilitate experimentation with different signal processing methods. The accompanying hardware platform allows for the transmission of a pre-generated signal and the recording of a received signal for off-line processing. The prototype design serves as a proof of concept and thus provides only simplex communication. Field tests over limited distances demonstrate the successful operation of the prototype modem. We conclude that OFDM is indeed a suitable modulation technique for acoustic underwater communication. / AFRIKAANSE OPSOMMING: Hierdie tesis ondersoek die toepassing van ortogonale frekwensiedeling multipleksering (OFDM) as modulasie tegniek op ʼn onderwater kommunikasie modem. Die onderwater omgewing bied vele uitdagings vir akoestiese kommunikasie. Lang vertraging-verstrooiings as gevolg van multipad voortplanting, Doppler frekwensieskuif, frekwensieafhanklike absorpsie, en beperkte bandwydte is van die uitdagings wat oorkom moet word. In essensie bied OFDM die parallelle versending van ʼn aantal simbole deur die gelyktydige modulasie van verskeie nou-gespasieerde subdraers in die frekwensiegebied. Die gevolglike lang parallelle simboolperiodes, tesame met die sikliese uitbreiding van simbole, verleen immuniteit teen intersimbool steurnisse (ISI) wat ontstaan as gevolg van multipad voortplanting. Die ortogonaliteit van naburige draers in die frekwensiegebied beperk interdraer steuring (ICI) tussen hul oorvleuelende frekwensie weergawes. Doppler frekwensieskuif kan egter lei tot die verlies aan ortogonaliteit en bydra tot ernstige interdraer steurings. ʼn Metode wat gebruik maak van aanhef en slot simbole, ingesluit by elke raam, word voorgestel om die Dopplerskuif te meet. Die bepaalde frekwensieafset word gekorrigeer deur die monstertempo van die raam aan te pas na die verlangde tempo. Buiten die tyd- en frekwensie-sinkronisasie funksies van die aanhef en slot simbole, speel dit ook ʼn belangrike rol in die ontrekking van die frekwensie weergawe van die kanaal. Die effening van die kanaal se frekwensieweergawe is noodsaaklik vir die koherente demodulasie van die ontvangde simbole. ʼn Ondersoek na verskillende fase verskuif sleuteling (PSK) en kwadratuur amplitude modulasie (QAM) konstellasies het optimale rangskikkings opgelewer vir minimale simboolfoute. Hierdie optimale QAM konstellasies verleen hulself egter nie na Gray-kodering nie. ʼn Effektiewe invlegtegniek is nodig om die nie-uniforme verspreiding van bisfoute tussen simboolfoute te beperk. Fout korrigering funksionaliteit word gebied deur ʼn Bose Chaudhuri Hocquenghem (BCH) blokkode. Verstelbare koderingstempo’s en die vermoë om tussen verskillende konstellasies te skakel, stel die modem in staat om sogenaamde verstelbare modulasie te gebruik in ʼn poging om die data deurset te optimeer onder spesifieke kanaal kondisies. Die modulasie en demodulasie skema is volledig in sagteware gedefinieer. Dit verleen buigbaarheid en vergemaklik eksperimentering met verskeie seinverwerkingstegnieke. Die meegaande hardeware platvorm stel die modem in staat om vooraf opgewekte seine uit te saai en rou ontvangde siene op te neem vir na-tydse verwerking. Die prototipe ontwerp dien as ʼn konseptuele bewys en bied dus slegs simplekse kommunikasie. Die suksesvolle werking van die modem is gedemonstreer deur toetsing oor beperkte afstande. Hieruit word afgelei dat OFDM inderdaad geskik is vir akoestiese onderwater kommunikasie.
99

Forme d'onde multiporteuse pour de la diffusion par satellite haute capacité / Multicarrier waveform for high capacity satellite broadcasting

Dudal, Clément 26 October 2012 (has links)
Cette thèse se concentre sur l’amélioration conjointe de l'efficacité spectrale et de l'efficacité en puissance de schémas de transmission par satellite. L’émergence de nouveaux services et l'augmentation du nombre d’acteurs dans le domaine nécessitent de disposer de débits de plus en plus importants avec des ressources de plus en plus limitées. Les progrès réalisés ces dernières années sur la technologie embarquée et dans le domaine des communications numériques permettent de considérer des schémas de transmission à plus haute efficacité spectrale et en puissance. Cependant, l’enjeu majeur des schémas de transmission proposes actuellement reste de rentabiliser les ressources disponibles. L’étude développée dans cette thèse explore les possibilités d’amélioration conjointe de l’efficacité spectrale et de l’efficacité en puissance en proposant la combinaison de la modulation Cyclic Code-Shift-Keying (CCSK), dont l’efficacité en puissance augmente avec l’élévation du degré de la modulation, avec une technique de multiplexage par codage de type Code-Division Multiplexing (CDM) pour pallier la dégradation de l’efficacité spectrale liée à l’étalement du spectre induit par la modulation CCSK. Deux approches basées sur l’utilisation de séquences de Gold de longueur N sont définies: Une approche multi-flux avec un décodeur sphérique optimal en réception. La complexité liée à l’optimalité du décodeur conduit à des valeurs d'efficacité spectrale limitées mais l’étude analytique des performances, vérifiée par des simulations, montre une augmentation de l'efficacité en puissance avec l'efficacité spectrale. Une approche mono-flux justifiée par l’apparition de redondance dans les motifs résultant du multiplexage des séquences. L’approche mono-flux propose des valeurs d’efficacité spectrale équivalente aux schémas retenus dans le standard DVB-S2 avec une amélioration de l’efficacité en puissance à partir d’un certain seuil de rapport signal à bruit par rapport à ces schémas. Par la suite, l'étude porte sur la transposition de plusieurs symboles de modulation sur les porteuses d’un système OFDM et sur les bénéfices et avantages d’une telle approche. Elle se conclut sur l’apport d’un codage canal basé sur des codes par bloc non binaires Reed-Solomon et LDPC. La forme d’onde proposée offre des points de fonctionnement à haute efficacité spectrale et haute efficacité en puissance avec des perspectives intéressantes. Dans le contexte actuel, son application reste limitée par ses fluctuations d’amplitude mais est envisageable dans un contexte de transmission multiporteuse, comme attendu dans les années à venir. / This thesis focuses on jointly improving the spectral efficiency and the power efficiency of satellite transmission schemes. The emergence of new services and the increasing number of actors in this field involve higher transmission rates with increasingly limited resources. Recent progress in the embedded technologies and in digital communications offered to consider transmission schemes with higher spectral and power efficiency. Nevertheless, the major current challenge consists in making efficient use of resources. The study developed in this thesis explores the possibilities of jointly improving the spectral and power efficiency by offering a combination of the Cyclic-Code-Shift Keying modulation (CCSK), which power efficiency increases with the degree of modulation, with a multiplexing technique such as Code-Division Multiplexing (CDM) to offset the deterioration on the spectral efficiency due to the spread spectrum induced by CCSK. Two approaches based on the use of Gold sequences of length N are defined : A multi-stream approach with an optimal receiver implemented through sphere decoding. The complexity due to the receiver optimality leads to limited spectral efficiencies but the study of performance, confirmed by simulations, shows an increase in power efficiency with spectral efficiency. A single-stream approach justified by the appearance of redundancy in the patterns following the sequences multiplexing. The single-stream approach offers spectral efficiencies equivalent to the adopted schemes in the DVB-S2 standard, with improved power efficiency from a certain level of signal to noise ratio compared to those schemes. Subsequently, the study focuses on the implementation of several modulation symbols on the subcarriers of an OFDM modulator and the benefits and advantages of such an approach. It concludes with the contribution of channel coding based on nonbinary block codes such as Reed-Solomon and LDPC codes. The proposed waveform offers operating points with high spectral efficiency and high power efficiency with attractive perspectives. In the current context, its application is limited by its amplitude fluctuations but is possible in a multicarrier transmission context, as expected in the years to come.
100

Bezdrátové řízení osvětlení / Wireless lighting control

Pilmajer, Pavel January 2018 (has links)
Thesis deals with the issue of lighting technology control using wireless technology. Thesis includes a description of current possibilities of control light technology, methods of digital signal transmission using radio waves and protocols dealing with this issue are described. This thesis also contains a park aimed at the selection of suitable electronic components including the design of individual electronic blocks and printed circuit board. The conclusion of the thesis is the realization of electronic modules, including the creation of module software and measurement of achieved parameters under real conditions.

Page generated in 0.0506 seconds