REALIZATION OF FAST ACQUISITION FOR SPREAD SPECTRUM SIGNAL BASED ON FFT

Size: px
Start display at page:

Download "REALIZATION OF FAST ACQUISITION FOR SPREAD SPECTRUM SIGNAL BASED ON FFT"

Transcription

1 REALIZATION OF FAST ACQUISITION FOR SPREAD SPECTRUM SIGNAL BASED ON FFT QI Jian-zhong, Gong Yang, Song Peng College of Information Engineering, North China University of Technology, China ABSTRACT Acquisition based on Fast Fourier Transform (FFT) can acquire Pseudo-random code phase quickly and improve the performance of the satellite navigation receivers. In the paper Realtime receiver adopts the FPGA to realize the function of FFT and uses DSP processor to control the implementation process of Acquisition. For increasing the sensitivity of Acquisition incoherent accumulation were used in the process. Also, in the paper we have discussed the process method for decreasing the negative influence of signal power changes and carrier s Doppler frequency. KEYWORDS FFT; Acquisition; Real-time receiver; Incoherent Accumulate; Doppler Residual INTRODUCTION The traditional serial search method of spread-spectrum signal cannot adapt to the development of receiver technology, researchers have proposed a variety of parallel acquisition algorithm in order to improve receiver performance. Circular correlation acquisition algorithm based on FFT obtained widespread attention because of its superiority in civil code, but most studies stop at the basic theory of the algorithm, without considering the realization of the algorithm. In fact, the circular correlation acquisition algorithm will encounter problems that affect performance of the algorithm in the implementation process. We need to analyze the actual situation and explore solutions. THE BASIC PRINCIPLES OF CIRCULAR CORRELATION Circular correlation algorithm used the cyclical of pseudo-code and used the principle of circular convolution, converted time domain convolution into frequency domain multiplication in order to reduce computation burden. The algorithm parallel search pseudo-code phase and achieve carrier Doppler frequency rapid by FFT and IFFT. The basic block diagram of the algorithm [1] is shown in Figure 1. 1

2 Figure 1 Basic block diagram of circular correlation The basic idea of the algorithm is: calculate the phase delay in each Doppler search range, then find the maximum correlation value and record its location. If the maximum value exceeds a predetermined threshold, detected signal is considered. The time interval is the roughly carrier Doppler, the location is the pseudo-code phase. Thus the serial search is converted into a parallel. The method improves the parallelism, can significantly speed up the capture. The algorithm processing is shown: (1) Carrier strip. Digital IF signal multiplied the cosine and sine signals from local carrier NCO, and then get IQ baseband signal. The output signal contains residual carrier Doppler. (2) Decimation filtering. Decimation is used to reduce the sampled data and the logic resource and storage space usage. Resample the data after a low pass filter in order to meet a power of 2 between 1ms interval. While resample the local pseudo-code at the same sampling rate and then stored in memory. (3) IQ baseband signal will be combined into complex signal used to execution FFT. Then stored into memory sequentially, waiting for conjugate. (4) Use the local pseudo-code to do the FFT, conjugate the results, while reading the temporary sequence of FFT of the baseband signal results. Multiply them and save to memory. (5) When the FFT transform is completed, read the temporary data sequentially and transform the result by modulo, then add last 1ms results of the transformation. The algorithm processing will find the maximum, the second largest value and the position of maximum. At the same time save the transform result, used to next non-coherent accumulation. Set the status flag after transform and return to repeat (1) to (5) steps. (6) DSP polls the status flag and then reads the maximum, the second largest value, the position and then clears the flag. If the ratio of maximum and the second largest value exceeds a predetermined threshold is considered to capture, the position is the code phase. If the ratio is lower, then continue (1) to (5) steps. If times of non-coherent accumulation exceed the intended number, Doppler frequency search forward a step, then continue (1) to (5) steps. PERFORMANCE ANALYSIS OF CIRCULAR CORRELATION Theoretical analysis shows that the level of signal to noise ratio, the level of the sampling rate, the position of data transition, the size of the residual carrier Doppler, non-coherent integration and so on have an impact on algorithm performance. Detailed analysis of these factors needs in the project. 2

3 THE IMPACT OF THE INPUT SNR The level of the input SNR directly affects the capture efficiency of the algorithm. Sensitivity analysis and verify about the arithmetic will be executed by changing the input SNR. The study use the GPS L1 band C/A code signal as the object. The maximum power level [2] is about -128dBm when signal reaches the ground, corresponding to the maximum SNR is -17dB. The minimum power level is about -130dBm, corresponds to the minimum SNR is -19dB. It will encounter a certain loss because of transmission and processing. Assuming that the actual minimum SNR is -29dB, and obtained the simulation results by Matlab shown as Figure 2. Figure 2 performance of the input SNR Seen from Figure 2, when the input SNR is -19dB, the correlation peak relative to the noise floor is very obvious, the ratio is about 10dB. The correlation peak relative to the noise floor also decreased when the input SNR decreases. When reduced to -29dB, the ratio decreased to less than 3dB. If 3dB is the acquisition threshold, the circular correlation algorithm can work at 10dB below normal SNR. This verified the high sensitivity of the algorithm, and also verified the correctness of its functions. Baseband signal decimation filtering and down-sampling [3] are used because of the limitation of the hardware resources when realization in the FPGA. Down-sampling rate must satisfy the principle of sampling theorem. Generally, best choice is 2 or 4 times sampling than the code rate. In order to use FFT, it is required that the sampling points are a power of 2. Downsampling will reduce the sensitivity of algorithm in some extent. 3

4 THE IMPACT OF CARRIER DOPPLER RESIDUAL Circular correlation algorithm uses the cyclical of pseudo-code to capture. Only when the input signal is a continuous pseudo-code, the correlation peak is the largest. If there is data transition in the input signal, it will destroy the periodic, resulting internal in a cycle of code, thereby reducing the correlation peak [4]. Data transitions in different positions, peak reduction related to different degrees. In the capture phase, due to the unknown beginning of the navigation data, so the sampling data may contain navigation data transition. The closer the location of data transitions in the middle of pseudo-code period, the greater the attenuation peak is related. When the data transition occurs in the middle of pseudo-code period, even if the input SNR is high also can t detect correlation peak. Therefore, in order to prevent data leakage caused by transitions need to search each frequency step two or more times. Carrier Doppler residual is similar with the data transitions, and even has greater negative impact. Calculation of the signal power value [5] as shown: It shows that the signal power value is the function of Doppler f d. T is the pre-detection integration time in equation (1). P is normalized by dividing AR[τ(k)] to be sinc(f d T). This shows the power values associated with the trends of Doppler residuals. Assuming T = 1ms, when the Doppler residuals between 0 ~ 500Hz, correlation peak attenuation is less than 3bB. When the residuals larger than 500Hz, attenuation will exceed more than 3dB, correlation peak will be disappear. If the Doppler residuals in less than 250Hz, the signal can correctly capture, and capture after change tracking, tracking loop has the ability to reduce and eventually track the residual. If the Doppler residuals in to 500Hz or less, the strong signal is still able to capture, however, tracking loop will lose lock or judgments may be false arrest due to the frequency difference over locked loop range. So high threshold is needed to capture strong power satellites. Otherwise, there will frequently detect satellite and carrier to noise ratio is very high, but loss of lock frequently. This case, the decision threshold used to capture cannot be a single fixed threshold. Otherwise, if the threshold is too low, the weak satellite can be properly captured, strong satellite Doppler frequency of false arrest will occur. If the threshold is too high, you can properly capture the strong satellite, but not the weak satellite or more testing to find the correlation peak, the sensitivity to capture will be reduced. Therefore, reasonable capture strategies are needed to improve sensitivity and capture success rate. The zero-crossing of carrier Doppler will has the negative impact due to unknown the initial phase in practical applications. Assuming the carrier Doppler residuals is cos(2πf d t), initial phase is zero, residuals f d =200Hz, as shown in Figure 3. 4

5 Figure 3 the effects of Doppler residuals Shown in Figure 3, the first 1ms data does not cross the zero, its peak will be reduced due to the attenuation of the residual carrier Doppler. The second 1ms data close to zero, so there will be a substantial attenuation of the peak. The third 1ms data across the zero-crossing point, it will not detect the correlation peak. When the Doppler residual is large, the probability of sampling data across zero-crossing point is greater. In order to improve the detection probability, have to adjust the Doppler frequency search step properly. THE IMPACT OF NON-COHERENT INTEGRATION The probability of capture is low with 1ms data due to the aforementioned various factors. Coherent integration and non-coherent integration should be considered in order to improve acquisition sensitivity. Non-coherent integration will be used in the actual design which taking into account of hardware resource consumption. It uses 1ms data to capture and adds the results corresponding to the same location. It can avoid the growth of data length, reduce coherent integration time, thereby reducing the number of frequency search step, and finally reduce the capture time, save hardware resources consumption. In the algorithm, set the maximum number of non-coherent accumulation. If not detected correlation peak when the cumulative number of times does not exceed the limit, then continue to accumulate, otherwise, as captured. Stop the operation, adjust the frequency search step and continue to the next operation when the cumulative number of times meets or exceeds the maximum correlation peak but not detected. Compared 1ms and 5ms non-coherent accumulation results shown in Figure 4 by Matlab simulation. 5

6 Figure 4 the result of non-coherent accumulation Seen from Figure 4 that the correlation peak of 5ms non-coherent integration is much more obvious than of the 1ms correlation peak. In practice, due to the data transition and the presence of the carrier Doppler, each of 1ms correlation peak is not consistent. The correlation peak is very small or submerged in noise floor when data have transitions and carrier Doppler zerocrossing. If we accumulate the value at this time not only does not improve or even reduce the ratio of original correlation peak to noise floor. In this case, the results should be relevant to judge every 1ms. If the peak is too low, the results are not suitable for the accumulation, so as to reduce the impact and improve the detection probability of correlation peak. IMPLEMENTATION OF CIRCULAR CORRELATION This paper analysis the various factors affecting performance of the algorithm by simulation. In real-time receiver, require real-time calculation of the results, usually realizes the algorithm in the FPGA. It uses pipelining mode to control working. The current 1ms sampling data input to the calculation module, the next 1ms to calculate the correlation peak, and find the peak position. The algorithm processing will be described in following. Here the traditional quadrature downconversion way was adopted to achieve baseband signal that only need two multipliers. DSP set the frequency control word which used to generate the local carrier sine and cosine by writing register operation. Decimation filtering module is used to reduce input data rate. At the same time the down-sampling data through band-limited filter and then re-sampled to meet 1ms sampling points is a power of 2. FFT and IFFT transform is the core of the algorithm, according to the algorithm s processing, three FFT transforms need to get results. Two input FFT module allows two IQ inputs and local pseudo-code at the same time to transform. It can reduce the time and the complexity of logic design. But IFFT transformation must wait after the completion of the FFT transform to perform, in order to reduce resource consumption, so need a time-division multiplexing. Algorithm uses state machine to control logic module and FFT transform. Before the IFFT transform, the result of conjugate multiplying must be intercepted. Intercept location 6

7 correctly is the key factors related to algorithm. If the intercept position does not fit, will undermine the correctness of the algorithm, reduce the sensitivity or false arrest frequently or even not capture. Functional and timing simulation has to be executed after completing logic design of algorithm. Matlab generate a signal as input, assuming its SNR is -28dB and include 300Hz carrier residue, no data transition, continue 3ms time, the timing simulation results shown in Figure 5. Figure 5 Timing simulation of the algorithm The circular correlation algorithm was used in a GPS and GLONASS compatible GNSS receiver. The DSP program controls capture operation. The Doppler frequency search range is ±10KHz and the search step is 500Hz. The acquisition sensitivity of the algorithm verified by testing is better than -133dBm. It can complete capture all the visible stars in 4s, several times faster than traditional receivers. It meets the design requirements and enhances the speed of the first positioning and the dynamic performance of the receiver. CONCLUSION The paper carried out the processes of the algorithm based on the principle of circular correlation, analyzed various factors that affect the performance of the algorithm and simulated them. It proposed a simple solution for the realization of the algorithm and provided a theoretical basis to ensure the performance of the algorithm. Finally, according to design requirements, taking into account the characteristics of project implementation, through hardware and software design to realize the algorithm used in combo receiver verified by simulation and tested by experiments. It improved the overall performance of the receiver. REFERENCES [1] Gordon J.R.Povey, David G.M.Cruickshank; An FFT_Based Approach for Fast Acquisition in Spread Spectrum Communication Systems; Wireless Personal Communication 13:27-56, 2000 [2] Nesreen I. Ziedan; GNSS Receivers for Weak Signals, 2006 [3] Elliott D.Kaplan, Chriostopher J. Hegarty; Understanding GPS Principles and Applications (Second Edition) [4] D.Akopian; Fast FFT based GPS satellite acquisition methods; IEEE , 152(4): p277-p285 7

STUDY ON HARDWARE REALIZATION OF GPS SIGNAL FAST ACQUISITION

STUDY ON HARDWARE REALIZATION OF GPS SIGNAL FAST ACQUISITION STUDY ON HARDWARE REALIZATION OF GPS SIGNAL FAST ACQUISITION Huang Lei Kou Yanhong Zhang Qishan School of Electronics and Information Engineering, Beihang University, Beijing, P. R. China, 100083 ABSTRACT

More information

Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP

Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP Department of Electrical and Computer Engineering Ben-Gurion University of the Negev LAB 1 - Introduction to USRP - 1-1 Introduction In this lab you will use software reconfigurable RF hardware from National

More information

Non-Data Aided Carrier Offset Compensation for SDR Implementation

Non-Data Aided Carrier Offset Compensation for SDR Implementation Non-Data Aided Carrier Offset Compensation for SDR Implementation Anders Riis Jensen 1, Niels Terp Kjeldgaard Jørgensen 1 Kim Laugesen 1, Yannick Le Moullec 1,2 1 Department of Electronic Systems, 2 Center

More information

Acquisition of Weak Signals in Multi-Constellation Frequency Domain Receivers

Acquisition of Weak Signals in Multi-Constellation Frequency Domain Receivers Positioning, 2013, 4, 144-152 doi:10.4236/pos.2013.42014 Published Online May 2013 (http://www.scirp.org/journal/pos) Acquisition of Weak Signals in Multi-Constellation Frequency Domain Receivers Kaveh

More information

Modeling a GPS Receiver Using SystemC

Modeling a GPS Receiver Using SystemC Modeling a GPS Receiver using SystemC Modeling a GPS Receiver Using SystemC Bernhard Niemann Reiner Büttner Martin Speitel http://www.iis.fhg.de http://www.iis.fhg.de/kursbuch/kurse/systemc.html The e

More information

Electronic Communications Committee (ECC) within the European Conference of Postal and Telecommunications Administrations (CEPT)

Electronic Communications Committee (ECC) within the European Conference of Postal and Telecommunications Administrations (CEPT) Page 1 Electronic Communications Committee (ECC) within the European Conference of Postal and Telecommunications Administrations (CEPT) ECC RECOMMENDATION (06)01 Bandwidth measurements using FFT techniques

More information

Implementation of Digital Signal Processing: Some Background on GFSK Modulation

Implementation of Digital Signal Processing: Some Background on GFSK Modulation Implementation of Digital Signal Processing: Some Background on GFSK Modulation Sabih H. Gerez University of Twente, Department of Electrical Engineering s.h.gerez@utwente.nl Version 4 (February 7, 2013)

More information

RF Measurements Using a Modular Digitizer

RF Measurements Using a Modular Digitizer RF Measurements Using a Modular Digitizer Modern modular digitizers, like the Spectrum M4i series PCIe digitizers, offer greater bandwidth and higher resolution at any given bandwidth than ever before.

More information

The Calculation of G rms

The Calculation of G rms The Calculation of G rms QualMark Corp. Neill Doertenbach The metric of G rms is typically used to specify and compare the energy in repetitive shock vibration systems. However, the method of arriving

More information

SR2000 FREQUENCY MONITOR

SR2000 FREQUENCY MONITOR SR2000 FREQUENCY MONITOR THE FFT SEARCH FUNCTION IN DETAILS FFT Search is a signal search using FFT (Fast Fourier Transform) technology. The FFT search function first appeared with the SR2000 Frequency

More information

Final Year Project Progress Report. Frequency-Domain Adaptive Filtering. Myles Friel. Supervisor: Dr.Edward Jones

Final Year Project Progress Report. Frequency-Domain Adaptive Filtering. Myles Friel. Supervisor: Dr.Edward Jones Final Year Project Progress Report Frequency-Domain Adaptive Filtering Myles Friel 01510401 Supervisor: Dr.Edward Jones Abstract The Final Year Project is an important part of the final year of the Electronic

More information

Acoustic Processor of the MCM Sonar

Acoustic Processor of the MCM Sonar AUTOMATYKA/ AUTOMATICS 2013 Vol. 17 No. 1 http://dx.doi.org/10.7494/automat.2013.17.1.73 Mariusz Rudnicki*, Jan Schmidt*, Aleksander Schmidt*, Wojciech Leœniak* Acoustic Processor of the MCM Sonar 1. Introduction

More information

Demonstration of a Software Defined Radio Platform for dynamic spectrum allocation.

Demonstration of a Software Defined Radio Platform for dynamic spectrum allocation. Demonstration of a Software Defined Radio Platform for dynamic spectrum allocation. Livia Ruiz Centre for Telecommunications Value-Chain Research Institute of Microelectronic and Wireless Systems, NUI

More information

Vector Signal Analyzer FSQ-K70

Vector Signal Analyzer FSQ-K70 Product brochure Version 02.00 Vector Signal Analyzer FSQ-K70 July 2004 Universal demodulation, analysis and documentation of digital radio signals For all major mobile radio communication standards: GSM

More information

Transformerless UPS systems and the 9900 By: John Steele, EIT Engineering Manager

Transformerless UPS systems and the 9900 By: John Steele, EIT Engineering Manager Transformerless UPS systems and the 9900 By: John Steele, EIT Engineering Manager Introduction There is a growing trend in the UPS industry to create a highly efficient, more lightweight and smaller UPS

More information

HD Radio FM Transmission System Specifications Rev. F August 24, 2011

HD Radio FM Transmission System Specifications Rev. F August 24, 2011 HD Radio FM Transmission System Specifications Rev. F August 24, 2011 SY_SSS_1026s TRADEMARKS HD Radio and the HD, HD Radio, and Arc logos are proprietary trademarks of ibiquity Digital Corporation. ibiquity,

More information

Fundamental to determining

Fundamental to determining GNSS Solutions: Carrierto-Noise Algorithms GNSS Solutions is a regular column featuring questions and answers about technical aspects of GNSS. Readers are invited to send their questions to the columnist,

More information

Software Defined Radio

Software Defined Radio Software Defined Radio GNU Radio and the USRP Overview What is Software Defined Radio? Advantages of Software Defined Radio Traditional versus SDR Receivers SDR and the USRP Using GNU Radio Introduction

More information

PHASE ESTIMATION ALGORITHM FOR FREQUENCY HOPPED BINARY PSK AND DPSK WAVEFORMS WITH SMALL NUMBER OF REFERENCE SYMBOLS

PHASE ESTIMATION ALGORITHM FOR FREQUENCY HOPPED BINARY PSK AND DPSK WAVEFORMS WITH SMALL NUMBER OF REFERENCE SYMBOLS PHASE ESTIMATION ALGORITHM FOR FREQUENCY HOPPED BINARY PSK AND DPSK WAVEFORMS WITH SMALL NUM OF REFERENCE SYMBOLS Benjamin R. Wiederholt The MITRE Corporation Bedford, MA and Mario A. Blanco The MITRE

More information

Propagation Channel Emulator ECP_V3

Propagation Channel Emulator ECP_V3 Navigation simulators Propagation Channel Emulator ECP_V3 1 Product Description The ECP (Propagation Channel Emulator V3) synthesizes the principal phenomena of propagation occurring on RF signal links

More information

Wireless Communication and RF System Design Using MATLAB and Simulink Giorgia Zucchelli Technical Marketing RF & Mixed-Signal

Wireless Communication and RF System Design Using MATLAB and Simulink Giorgia Zucchelli Technical Marketing RF & Mixed-Signal Wireless Communication and RF System Design Using MATLAB and Simulink Giorgia Zucchelli Technical Marketing RF & Mixed-Signal 2013 The MathWorks, Inc. 1 Outline of Today s Presentation Introduction to

More information

M7 Modem Application Note. Smart Carrier Cancelling Quick Start Guide

M7 Modem Application Note. Smart Carrier Cancelling Quick Start Guide M7 Modem Application Note Smart Carrier Cancelling Quick Start Guide Revision History Rev 0.1 10-1-2014 Initial Release. Rev 0.2 10-27-2014 Menu Photo Clean-up 1.0 Smart Carrier Cancelling Overview Smart

More information

QAM Demodulation. Performance Conclusion. o o o o o. (Nyquist shaping, Clock & Carrier Recovery, AGC, Adaptive Equaliser) o o. Wireless Communications

QAM Demodulation. Performance Conclusion. o o o o o. (Nyquist shaping, Clock & Carrier Recovery, AGC, Adaptive Equaliser) o o. Wireless Communications 0 QAM Demodulation o o o o o Application area What is QAM? What are QAM Demodulation Functions? General block diagram of QAM demodulator Explanation of the main function (Nyquist shaping, Clock & Carrier

More information

Update of BeiDou Education and Training

Update of BeiDou Education and Training Update of BeiDou Education and Training Introduction Activities in 2014 GNSS education and training facility Future plan Introduction Beidou International Exchanging and Training Center is affiliated to

More information

MP3 Player CSEE 4840 SPRING 2010 PROJECT DESIGN. zl2211@columbia.edu. ml3088@columbia.edu

MP3 Player CSEE 4840 SPRING 2010 PROJECT DESIGN. zl2211@columbia.edu. ml3088@columbia.edu MP3 Player CSEE 4840 SPRING 2010 PROJECT DESIGN Zheng Lai Zhao Liu Meng Li Quan Yuan zl2215@columbia.edu zl2211@columbia.edu ml3088@columbia.edu qy2123@columbia.edu I. Overview Architecture The purpose

More information

ANALYZER BASICS WHAT IS AN FFT SPECTRUM ANALYZER? 2-1

ANALYZER BASICS WHAT IS AN FFT SPECTRUM ANALYZER? 2-1 WHAT IS AN FFT SPECTRUM ANALYZER? ANALYZER BASICS The SR760 FFT Spectrum Analyzer takes a time varying input signal, like you would see on an oscilloscope trace, and computes its frequency spectrum. Fourier's

More information

A SIMULATION STUDY ON SPACE-TIME EQUALIZATION FOR MOBILE BROADBAND COMMUNICATION IN AN INDUSTRIAL INDOOR ENVIRONMENT

A SIMULATION STUDY ON SPACE-TIME EQUALIZATION FOR MOBILE BROADBAND COMMUNICATION IN AN INDUSTRIAL INDOOR ENVIRONMENT A SIMULATION STUDY ON SPACE-TIME EQUALIZATION FOR MOBILE BROADBAND COMMUNICATION IN AN INDUSTRIAL INDOOR ENVIRONMENT U. Trautwein, G. Sommerkorn, R. S. Thomä FG EMT, Ilmenau University of Technology P.O.B.

More information

SIGNAL PROCESSING & SIMULATION NEWSLETTER

SIGNAL PROCESSING & SIMULATION NEWSLETTER 1 of 10 1/25/2008 3:38 AM SIGNAL PROCESSING & SIMULATION NEWSLETTER Note: This is not a particularly interesting topic for anyone other than those who ar e involved in simulation. So if you have difficulty

More information

Application Note Noise Frequently Asked Questions

Application Note Noise Frequently Asked Questions : What is? is a random signal inherent in all physical components. It directly limits the detection and processing of all information. The common form of noise is white Gaussian due to the many random

More information

Teaching DSP through the Practical Case Study of an FSK Modem

Teaching DSP through the Practical Case Study of an FSK Modem Disclaimer: This document was part of the First European DSP Education and Research Conference. It may have been written by someone whose native language is not English. TI assumes no liability for the

More information

The Effective Number of Bits (ENOB) of my R&S Digital Oscilloscope Technical Paper

The Effective Number of Bits (ENOB) of my R&S Digital Oscilloscope Technical Paper The Effective Number of Bits (ENOB) of my R&S Digital Oscilloscope Technical Paper Products: R&S RTO1012 R&S RTO1014 R&S RTO1022 R&S RTO1024 This technical paper provides an introduction to the signal

More information

Spectrum analyzer with USRP, GNU Radio and MATLAB

Spectrum analyzer with USRP, GNU Radio and MATLAB Spectrum analyzer with USRP, GNU Radio and MATLAB António José Costa, João Lima, Lúcia Antunes, Nuno Borges de Carvalho {antoniocosta, jflima, a30423, nbcarvalho}@ua.pt January 23, 2009 Abstract In this

More information

Dynamic Frequency Selection (DFS) and the 5GHz Unlicensed Band

Dynamic Frequency Selection (DFS) and the 5GHz Unlicensed Band Dynamic Frequency Selection (DFS) and the 5GHz Unlicensed Band by Mark Briggs, Principal Engineer, Elliott Laboratories- An NTS Company Note: This article combines the content from several papers released

More information

Development and optimization of a hybrid passive/active liner for flow duct applications

Development and optimization of a hybrid passive/active liner for flow duct applications Development and optimization of a hybrid passive/active liner for flow duct applications 1 INTRODUCTION Design of an acoustic liner effective throughout the entire frequency range inherent in aeronautic

More information

Implementing an In-Service, Non- Intrusive Measurement Device in Telecommunication Networks Using the TMS320C31

Implementing an In-Service, Non- Intrusive Measurement Device in Telecommunication Networks Using the TMS320C31 Disclaimer: This document was part of the First European DSP Education and Research Conference. It may have been written by someone whose native language is not English. TI assumes no liability for the

More information

CDMA TECHNOLOGY. Brief Working of CDMA

CDMA TECHNOLOGY. Brief Working of CDMA CDMA TECHNOLOGY History of CDMA The Cellular Challenge The world's first cellular networks were introduced in the early 1980s, using analog radio transmission technologies such as AMPS (Advanced Mobile

More information

LEVERAGING FPGA AND CPLD DIGITAL LOGIC TO IMPLEMENT ANALOG TO DIGITAL CONVERTERS

LEVERAGING FPGA AND CPLD DIGITAL LOGIC TO IMPLEMENT ANALOG TO DIGITAL CONVERTERS LEVERAGING FPGA AND CPLD DIGITAL LOGIC TO IMPLEMENT ANALOG TO DIGITAL CONVERTERS March 2010 Lattice Semiconductor 5555 Northeast Moore Ct. Hillsboro, Oregon 97124 USA Telephone: (503) 268-8000 www.latticesemi.com

More information

The front end of the receiver performs the frequency translation, channel selection and amplification of the signal.

The front end of the receiver performs the frequency translation, channel selection and amplification of the signal. Many receivers must be capable of handling a very wide range of signal powers at the input while still producing the correct output. This must be done in the presence of noise and interference which occasionally

More information

Section 3. Sensor to ADC Design Example

Section 3. Sensor to ADC Design Example Section 3 Sensor to ADC Design Example 3-1 This section describes the design of a sensor to ADC system. The sensor measures temperature, and the measurement is interfaced into an ADC selected by the systems

More information

CHAPTER 3 AVI TRAVEL TIME DATA COLLECTION

CHAPTER 3 AVI TRAVEL TIME DATA COLLECTION CHAPTER 3 AVI TRAVEL TIME DATA COLLECTION 3.1 - Introduction Travel time information is becoming more important for applications ranging from congestion measurement to real-time travel information. Several

More information

International Journal of Computer Sciences and Engineering. Research Paper Volume-4, Issue-4 E-ISSN: 2347-2693

International Journal of Computer Sciences and Engineering. Research Paper Volume-4, Issue-4 E-ISSN: 2347-2693 International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Issue-4 E-ISSN: 2347-2693 PAPR Reduction Method for the Localized and Distributed DFTS-OFDM System Using

More information

ADVANCED APPLICATIONS OF ELECTRICAL ENGINEERING

ADVANCED APPLICATIONS OF ELECTRICAL ENGINEERING Development of a Software Tool for Performance Evaluation of MIMO OFDM Alamouti using a didactical Approach as a Educational and Research support in Wireless Communications JOSE CORDOVA, REBECA ESTRADA

More information

Doppler. Doppler. Doppler shift. Doppler Frequency. Doppler shift. Doppler shift. Chapter 19

Doppler. Doppler. Doppler shift. Doppler Frequency. Doppler shift. Doppler shift. Chapter 19 Doppler Doppler Chapter 19 A moving train with a trumpet player holding the same tone for a very long time travels from your left to your right. The tone changes relative the motion of you (receiver) and

More information

An Efficient RNS to Binary Converter Using the Moduli Set {2n + 1, 2n, 2n 1}

An Efficient RNS to Binary Converter Using the Moduli Set {2n + 1, 2n, 2n 1} An Efficient RNS to Binary Converter Using the oduli Set {n + 1, n, n 1} Kazeem Alagbe Gbolagade 1,, ember, IEEE and Sorin Dan Cotofana 1, Senior ember IEEE, 1. Computer Engineering Laboratory, Delft University

More information

DDS. 16-bit Direct Digital Synthesizer / Periodic waveform generator Rev. 1.4. Key Design Features. Block Diagram. Generic Parameters.

DDS. 16-bit Direct Digital Synthesizer / Periodic waveform generator Rev. 1.4. Key Design Features. Block Diagram. Generic Parameters. Key Design Features Block Diagram Synthesizable, technology independent VHDL IP Core 16-bit signed output samples 32-bit phase accumulator (tuning word) 32-bit phase shift feature Phase resolution of 2π/2

More information

DSPDemo. By Moe Wheatley MoeTronix.

DSPDemo. By Moe Wheatley MoeTronix. DSPDemo By Moe Wheatley MoeTronix www.moetronix.com Sept. 10, 2004 Table of Contents 1 Introduction... 3 1.1 The Idea... 3 1.2 Hardware... 3 1.2.1 Block Diagram... 3 1.3 Software... 4 1.3.1 Basic Modules...

More information

AN-007 APPLICATION NOTE MEASURING MAXIMUM SUBWOOFER OUTPUT ACCORDING ANSI/CEA-2010 STANDARD INTRODUCTION CEA-2010 (ANSI) TEST PROCEDURE

AN-007 APPLICATION NOTE MEASURING MAXIMUM SUBWOOFER OUTPUT ACCORDING ANSI/CEA-2010 STANDARD INTRODUCTION CEA-2010 (ANSI) TEST PROCEDURE AUDIOMATICA AN-007 APPLICATION NOTE MEASURING MAXIMUM SUBWOOFER OUTPUT ACCORDING ANSI/CEA-2010 STANDARD by Daniele Ponteggia - dp@audiomatica.com INTRODUCTION The Consumer Electronics Association (CEA),

More information

AN1200.04. Application Note: FCC Regulations for ISM Band Devices: 902-928 MHz. FCC Regulations for ISM Band Devices: 902-928 MHz

AN1200.04. Application Note: FCC Regulations for ISM Band Devices: 902-928 MHz. FCC Regulations for ISM Band Devices: 902-928 MHz AN1200.04 Application Note: FCC Regulations for ISM Band Devices: Copyright Semtech 2006 1 of 15 www.semtech.com 1 Table of Contents 1 Table of Contents...2 1.1 Index of Figures...2 1.2 Index of Tables...2

More information

3-7 The On-Board Processor for a Voice Communication Switching

3-7 The On-Board Processor for a Voice Communication Switching 3-7 The On-Board Processor for a Voice Communication Switching HASHIMOTO Yukio We developed the on-board processor (OBP) used for voice communication switching of mobile satellite communication systems.

More information

Realtime FFT processing in Rohde & Schwarz receivers

Realtime FFT processing in Rohde & Schwarz receivers Realtime FFT in Rohde & Schwarz receivers Radiomonitoring & Radiolocation Application Brochure 01.00 Realtime FFT in Rohde & Schwarz receivers Introduction This application brochure describes the sophisticated

More information

Improved Fault Detection by Appropriate Control of Signal

Improved Fault Detection by Appropriate Control of Signal Improved Fault Detection by Appropriate Control of Signal Bandwidth of the TSA Eric Bechhoefer 1, and Xinghui Zhang 2 1 GPMS Inc., President, Cornwall, VT, 05753, USA eric@gpms-vt.com 2 Mechanical Engineering

More information

GSM/EDGE Output RF Spectrum on the V93000 Joe Kelly and Max Seminario, Verigy

GSM/EDGE Output RF Spectrum on the V93000 Joe Kelly and Max Seminario, Verigy GSM/EDGE Output RF Spectrum on the V93000 Joe Kelly and Max Seminario, Verigy Introduction A key transmitter measurement for GSM and EDGE is the Output RF Spectrum, or ORFS. The basis of this measurement

More information

DVB-T. The echo performance of. receivers. Theory of echo tolerance. Ranulph Poole BBC Research and Development

DVB-T. The echo performance of. receivers. Theory of echo tolerance. Ranulph Poole BBC Research and Development The echo performance of DVB-T Ranulph Poole BBC Research and Development receivers This article introduces a model to describe the way in which a single echo gives rise to an equivalent noise floor (ENF)

More information

Module 13 : Measurements on Fiber Optic Systems

Module 13 : Measurements on Fiber Optic Systems Module 13 : Measurements on Fiber Optic Systems Lecture : Measurements on Fiber Optic Systems Objectives In this lecture you will learn the following Measurements on Fiber Optic Systems Attenuation (Loss)

More information

Field Calibration Software

Field Calibration Software SIGNAL HOUND Field Calibration Software User s Manual Version 1.1.0 7/8/2016 This information is being released into the public domain in accordance with the Export Administration Regulations 15 CFR 734

More information

4 Digital Video Signal According to ITU-BT.R.601 (CCIR 601) 43

4 Digital Video Signal According to ITU-BT.R.601 (CCIR 601) 43 Table of Contents 1 Introduction 1 2 Analog Television 7 3 The MPEG Data Stream 11 3.1 The Packetized Elementary Stream (PES) 13 3.2 The MPEG-2 Transport Stream Packet.. 17 3.3 Information for the Receiver

More information

Public Switched Telephone System

Public Switched Telephone System Public Switched Telephone System Structure of the Telephone System The Local Loop: Modems, ADSL Structure of the Telephone System (a) Fully-interconnected network. (b) Centralized switch. (c) Two-level

More information

Abstract. Cycle Domain Simulator for Phase-Locked Loops

Abstract. Cycle Domain Simulator for Phase-Locked Loops Abstract Cycle Domain Simulator for Phase-Locked Loops Norman James December 1999 As computers become faster and more complex, clock synthesis becomes critical. Due to the relatively slower bus clocks

More information

Understand the effects of clock jitter and phase noise on sampled systems A s higher resolution data converters that can

Understand the effects of clock jitter and phase noise on sampled systems A s higher resolution data converters that can designfeature By Brad Brannon, Analog Devices Inc MUCH OF YOUR SYSTEM S PERFORMANCE DEPENDS ON JITTER SPECIFICATIONS, SO CAREFUL ASSESSMENT IS CRITICAL. Understand the effects of clock jitter and phase

More information

LOW COST HARDWARE IMPLEMENTATION FOR DIGITAL HEARING AID USING

LOW COST HARDWARE IMPLEMENTATION FOR DIGITAL HEARING AID USING LOW COST HARDWARE IMPLEMENTATION FOR DIGITAL HEARING AID USING RasPi Kaveri Ratanpara 1, Priyan Shah 2 1 Student, M.E Biomedical Engineering, Government Engineering college, Sector-28, Gandhinagar (Gujarat)-382028,

More information

Analysis of Immunity by RF Wireless Communication Signals

Analysis of Immunity by RF Wireless Communication Signals 64 PIERS Proceedings, Guangzhou, China, August 25 28, 2014 Analysis of Immunity by RF Wireless Communication Signals Hongsik Keum 1, Jungyu Yang 2, and Heung-Gyoon Ryu 3 1 EletroMagneticwave Technology

More information

MATRIX TECHNICAL NOTES

MATRIX TECHNICAL NOTES 200 WOOD AVENUE, MIDDLESEX, NJ 08846 PHONE (732) 469-9510 FAX (732) 469-0418 MATRIX TECHNICAL NOTES MTN-107 TEST SETUP FOR THE MEASUREMENT OF X-MOD, CTB, AND CSO USING A MEAN SQUARE CIRCUIT AS A DETECTOR

More information

Function Guide for the Fourier Transformation Package SPIRE-UOL-DOC-002496

Function Guide for the Fourier Transformation Package SPIRE-UOL-DOC-002496 Function Guide for the Fourier Transformation Package SPIRE-UOL-DOC-002496 Prepared by: Peter Davis (University of Lethbridge) peter.davis@uleth.ca Andres Rebolledo (University of Lethbridge) andres.rebolledo@uleth.ca

More information

Simple SDR Receiver. Looking for some hardware to learn about SDR? This project may be just what you need to explore this hot topic!

Simple SDR Receiver. Looking for some hardware to learn about SDR? This project may be just what you need to explore this hot topic! Michael Hightower, KF6SJ 13620 White Rock Station Rd, Poway, CA 92064; kf6sj@arrl.net Simple SDR Receiver Looking for some hardware to learn about SDR? This project may be just what you need to explore

More information

Optimizing VCO PLL Evaluations & PLL Synthesizer Designs

Optimizing VCO PLL Evaluations & PLL Synthesizer Designs Optimizing VCO PLL Evaluations & PLL Synthesizer Designs Today s mobile communications systems demand higher communication quality, higher data rates, higher operation, and more channels per unit bandwidth.

More information

Agilent Creating Multi-tone Signals With the N7509A Waveform Generation Toolbox. Application Note

Agilent Creating Multi-tone Signals With the N7509A Waveform Generation Toolbox. Application Note Agilent Creating Multi-tone Signals With the N7509A Waveform Generation Toolbox Application Note Introduction Of all the signal engines in the N7509A, the most complex is the multi-tone engine. This application

More information

Course Curriculum for Master Degree in Electrical Engineering/Wireless Communications

Course Curriculum for Master Degree in Electrical Engineering/Wireless Communications Course Curriculum for Master Degree in Electrical Engineering/Wireless Communications The Master Degree in Electrical Engineering/Wireless Communications, is awarded by the Faculty of Graduate Studies

More information

what operations can it perform? how does it perform them? on what kind of data? where are instructions and data stored?

what operations can it perform? how does it perform them? on what kind of data? where are instructions and data stored? Inside the CPU how does the CPU work? what operations can it perform? how does it perform them? on what kind of data? where are instructions and data stored? some short, boring programs to illustrate the

More information

USB 3.0 CDR Model White Paper Revision 0.5

USB 3.0 CDR Model White Paper Revision 0.5 USB 3.0 CDR Model White Paper Revision 0.5 January 15, 2009 INTELLECTUAL PROPERTY DISCLAIMER THIS WHITE PAPER IS PROVIDED TO YOU AS IS WITH NO WARRANTIES WHATSOEVER, INCLUDING ANY WARRANTY OF MERCHANTABILITY,

More information

Time and Frequency Domain Equalization

Time and Frequency Domain Equalization Time and Frequency Domain Equalization Presented By: Khaled Shawky Hassan Under Supervision of: Prof. Werner Henkel Introduction to Equalization Non-ideal analog-media such as telephone cables and radio

More information

Jeff Thomas Tom Holmes Terri Hightower. Learn RF Spectrum Analysis Basics

Jeff Thomas Tom Holmes Terri Hightower. Learn RF Spectrum Analysis Basics Jeff Thomas Tom Holmes Terri Hightower Learn RF Spectrum Analysis Basics Agenda Overview: Spectrum analysis and its measurements Theory of Operation: Spectrum analyzer hardware Frequency Specifications

More information

Probability and Random Variables. Generation of random variables (r.v.)

Probability and Random Variables. Generation of random variables (r.v.) Probability and Random Variables Method for generating random variables with a specified probability distribution function. Gaussian And Markov Processes Characterization of Stationary Random Process Linearly

More information

Adjacent Channel Interference. Adaptive Modulation and Coding. Advanced Mobile Phone System. Automatic Repeat Request. Additive White Gaussian Noise

Adjacent Channel Interference. Adaptive Modulation and Coding. Advanced Mobile Phone System. Automatic Repeat Request. Additive White Gaussian Noise Apéndice A. Lista de s ACI AM AMC AMPS ARQ AWGN BB BER BPSK BPF BW CCK CD CDMA CDPD COFDM CRL CSI CWTS Adjacent Channel Interference Amplitude Modulation Adaptive Modulation and Coding Advanced Mobile

More information

Advanced Computer Architecture-CS501. Computer Systems Design and Architecture 2.1, 2.2, 3.2

Advanced Computer Architecture-CS501. Computer Systems Design and Architecture 2.1, 2.2, 3.2 Lecture Handout Computer Architecture Lecture No. 2 Reading Material Vincent P. Heuring&Harry F. Jordan Chapter 2,Chapter3 Computer Systems Design and Architecture 2.1, 2.2, 3.2 Summary 1) A taxonomy of

More information

Chapter 6 Bandwidth Utilization: Multiplexing and Spreading 6.1

Chapter 6 Bandwidth Utilization: Multiplexing and Spreading 6.1 Chapter 6 Bandwidth Utilization: Multiplexing and Spreading 6.1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Note Bandwidth utilization is the wise use of

More information

is the power reference: Specifically, power in db is represented by the following equation, where P0 P db = 10 log 10

is the power reference: Specifically, power in db is represented by the following equation, where P0 P db = 10 log 10 RF Basics - Part 1 This is the first article in the multi-part series on RF Basics. We start the series by reviewing some basic RF concepts: Decibels (db), Antenna Gain, Free-space RF Propagation, RF Attenuation,

More information

FAST Fourier Transform (FFT) and Digital Filtering Using LabVIEW

FAST Fourier Transform (FFT) and Digital Filtering Using LabVIEW FAST Fourier Transform (FFT) and Digital Filtering Using LabVIEW Wei Lin Department of Biomedical Engineering Stony Brook University Instructor s Portion Summary This experiment requires the student to

More information

Introduction to IQ-demodulation of RF-data

Introduction to IQ-demodulation of RF-data Introduction to IQ-demodulation of RF-data by Johan Kirkhorn, IFBT, NTNU September 15, 1999 Table of Contents 1 INTRODUCTION...3 1.1 Abstract...3 1.2 Definitions/Abbreviations/Nomenclature...3 1.3 Referenced

More information

RESULTS OF TESTS WITH DOMESTIC RECEIVER IC S FOR DVB-T. C.R. Nokes BBC R&D, UK ABSTRACT

RESULTS OF TESTS WITH DOMESTIC RECEIVER IC S FOR DVB-T. C.R. Nokes BBC R&D, UK ABSTRACT RESULTS OF TESTS WITH DOMESTIC RECEIVER IC S FOR DVB-T C.R. Nokes BBC R&D, UK ABSTRACT Digital terrestrial television services using the DVB-T standard will be launched later this year in the UK, followed

More information

Secure Location Verification

Secure Location Verification Secure Location Verification A Security Analysis of GPS Signal Authentication Georg T. Becker 12, Sherman C. Lo 3, David S. De Lorenzo 3, Per K. Enge 3, Christof Paar 1 1 Horst Görtz Institute for IT Security,

More information

Digital Signal Controller Based Automatic Transfer Switch

Digital Signal Controller Based Automatic Transfer Switch Digital Signal Controller Based Automatic Transfer Switch by Venkat Anant Senior Staff Applications Engineer Freescale Semiconductor, Inc. Abstract: An automatic transfer switch (ATS) enables backup generators,

More information

Spectrum Level and Band Level

Spectrum Level and Band Level Spectrum Level and Band Level ntensity, ntensity Level, and ntensity Spectrum Level As a review, earlier we talked about the intensity of a sound wave. We related the intensity of a sound wave to the acoustic

More information

An Interference Avoiding Wireless Network Architecture for Coexistence of CDMA 2000 1x EVDO and LTE Systems

An Interference Avoiding Wireless Network Architecture for Coexistence of CDMA 2000 1x EVDO and LTE Systems ICWMC 211 : The Seventh International Conference on Wireless and Mobile Communications An Interference Avoiding Wireless Network Architecture for Coexistence of CDMA 2 1x EVDO and LTE Systems Xinsheng

More information

OFDM, Mobile Software Development Framework

OFDM, Mobile Software Development Framework OFDM, Mobile Software Development Framework 9/27/2012 Y. Richard Yang 1 Admin. Homework 2 to be posted by Friday Start to think about project 2 Recap Inter-Symbol Interference (ISI) Handle band limit ISI

More information

MSB MODULATION DOUBLES CABLE TV CAPACITY Harold R. Walker and Bohdan Stryzak Pegasus Data Systems ( 5/12/06) pegasusdat@aol.com

MSB MODULATION DOUBLES CABLE TV CAPACITY Harold R. Walker and Bohdan Stryzak Pegasus Data Systems ( 5/12/06) pegasusdat@aol.com MSB MODULATION DOUBLES CABLE TV CAPACITY Harold R. Walker and Bohdan Stryzak Pegasus Data Systems ( 5/12/06) pegasusdat@aol.com Abstract: Ultra Narrow Band Modulation ( Minimum Sideband Modulation ) makes

More information

'Possibilities and Limitations in Software Defined Radio Design.

'Possibilities and Limitations in Software Defined Radio Design. 'Possibilities and Limitations in Software Defined Radio Design. or Die Eierlegende Wollmilchsau Peter E. Chadwick Chairman, ETSI ERM_TG30, co-ordinated by ETSI ERM_RM Software Defined Radio or the answer

More information

Em bedded DSP : I ntroduction to Digital Filters

Em bedded DSP : I ntroduction to Digital Filters Embedded DSP : Introduction to Digital Filters 1 Em bedded DSP : I ntroduction to Digital Filters Digital filters are a important part of DSP. In fact their extraordinary performance is one of the keys

More information

Selecting RJ Bandwidth in EZJIT Plus Software

Selecting RJ Bandwidth in EZJIT Plus Software Selecting RJ Bandwidth in EZJIT Plus Software Application Note 1577 Introduction Separating jitter into its random and deterministic components (called RJ/DJ separation ) is a relatively new technique

More information

AN ULTRA-CHEAP GRID CONNECTED INVERTER FOR SMALL SCALE GRID CONNECTION

AN ULTRA-CHEAP GRID CONNECTED INVERTER FOR SMALL SCALE GRID CONNECTION AN ULTRA-CHEAP GRID CONNECTED INVERTER FOR SMALL SCALE GRID CONNECTION Pramod Ghimire 1, Dr. Alan R. Wood 2 1 ME Candidate Email: pgh56@student.canterbury.ac.nz 2 Senior Lecturer: Canterbury University

More information

Tracking GPS Radio Occultation Signals in the Lower Troposphere: CHAMP Observations and Simulation Studies

Tracking GPS Radio Occultation Signals in the Lower Troposphere: CHAMP Observations and Simulation Studies GRAS SAF Open Loop Workshop Helsingør, Denmark June 6-8, 2005 DMI Technical Report 05-11 ISSN: 1399-1388 Kent B. Lauritsen and Frans Rubek, editors Tracking GPS Radio Occultation Signals in the Lower Troposphere:

More information

Ralph L. Brooker, Member, IEEE. Andrew Corporation, Alexandria, VA 22314, USA

Ralph L. Brooker, Member, IEEE. Andrew Corporation, Alexandria, VA 22314, USA Spectral-Null Pulse Waveform For Characterizing Gain and Phase Distortion in Devices with Uncorrelated Frequency Translation or Limited CW Power Capability Ralph L. Brooker, Member, IEEE Andrew Corporation,

More information

Counters and Decoders

Counters and Decoders Physics 3330 Experiment #10 Fall 1999 Purpose Counters and Decoders In this experiment, you will design and construct a 4-bit ripple-through decade counter with a decimal read-out display. Such a counter

More information

Email: tjohn@mail.nplindia.ernet.in

Email: tjohn@mail.nplindia.ernet.in USE OF VIRTUAL INSTRUMENTS IN RADIO AND ATMOSPHERIC EXPERIMENTS P.N. VIJAYAKUMAR, THOMAS JOHN AND S.C. GARG RADIO AND ATMOSPHERIC SCIENCE DIVISION, NATIONAL PHYSICAL LABORATORY, NEW DELHI 110012, INDIA

More information

1 Multi-channel frequency division multiplex frequency modulation (FDM-FM) emissions

1 Multi-channel frequency division multiplex frequency modulation (FDM-FM) emissions Rec. ITU-R SM.853-1 1 RECOMMENDATION ITU-R SM.853-1 NECESSARY BANDWIDTH (Question ITU-R 77/1) Rec. ITU-R SM.853-1 (1992-1997) The ITU Radiocommunication Assembly, considering a) that the concept of necessary

More information

The influence of Wi-Fi on the operation of Bluetooth based wireless sensor networks in the Internet of Things

The influence of Wi-Fi on the operation of Bluetooth based wireless sensor networks in the Internet of Things Faculty of Electrical Engineering, Mathematics & Computer Science The influence of Wi-Fi on the operation of Bluetooth based wireless sensor networks in the Internet of Things Jermain C. Horsman B.Sc.

More information

R&S FS-K130PC Distortion Analysis Software Specifications

R&S FS-K130PC Distortion Analysis Software Specifications FS-K130PC_dat-sw_en_5214-4113-22_cover.indd 1 Data Sheet 02.00 Test & Measurement R&S FS-K130PC Distortion Analysis Software Specifications 03.03.2014 10:46:15 CONTENTS Specifications... 3 Recommended

More information

Adding Heart to Your Technology

Adding Heart to Your Technology RMCM-01 Heart Rate Receiver Component Product code #: 39025074 KEY FEATURES High Filtering Unit Designed to work well on constant noise fields SMD component: To be installed as a standard component to

More information

Optimizing IP3 and ACPR Measurements

Optimizing IP3 and ACPR Measurements Optimizing IP3 and ACPR Measurements Table of Contents 1. Overview... 2 2. Theory of Intermodulation Distortion... 2 3. Optimizing IP3 Measurements... 4 4. Theory of Adjacent Channel Power Ratio... 9 5.

More information

FFT Algorithms. Chapter 6. Contents 6.1

FFT Algorithms. Chapter 6. Contents 6.1 Chapter 6 FFT Algorithms Contents Efficient computation of the DFT............................................ 6.2 Applications of FFT................................................... 6.6 Computing DFT

More information

VME IF PHASE MODULATOR UNIT. mod. 205-01

VME IF PHASE MODULATOR UNIT. mod. 205-01 mod. 205-01 02/06 B 1/12 INDEX 1 DESCRIPTION pg. 3 2 FRONT VIEW pg. 4-5 3 TECHNICAL CHARACTERISTICS pg. 6-7 4 OPERATING INSTRUCTIONS pg. 8 5 ANNEX LIST pg. 12 02/06 B 2/12 1 - DESCRIPTION The PHASE MODULATOR

More information