Code Acquisition in Direct Sequence Spread Spectrum Communication Systems Using an Approximate Fast Fourier Transform

Size: px
Start display at page:

Download "Code Acquisition in Direct Sequence Spread Spectrum Communication Systems Using an Approximate Fast Fourier Transform"

Transcription

1 26 IEEE Ninth International Symposium on Spread Spectrum Techniques and Applications Code Acquisition in Direct Sequence Spread Spectrum Communication Systems Using an Approximate Fast Fourier Transform Ivan Periša and Jürgen Lindner Department of Information Technology, University of Ulm Albert-Einstein-Allee 43, 898 Ulm, Germany Abstract This paper deals with code acquisition in communication systems with large frequency offsets. In such a situation, the receiver has to perform a 2-dimensional search in a time-frequency plane to detect a known signal. In previous publications it has been proposed to use a fast Fourier transform (FFT) to implement the search in frequency direction [], [2], [3]. We would here like to examine the effect of using approximate FFTs. For this puropose, we restrict the angles of the complex multiplications that are used in the FFT to four or eight states. This helps to reduce the total number of real multiplications. Further, there is no need to store trigonometric values. The drawback is that the approximations lead to a degradation at the FFT output. We will show, however, that in a two-stage acquisition scheme, where the FFT is only used to obtain an estimate of the frequency offset, approximate FFTs achieve almost the same performance as a conventional FFT. complexity of the FFT without sacrificing too much performance. The idea is that we do not really need to obtain a very good precision in our calculation. We only need to approximately maintain the absolute values of the individual FFT-elements. Therefore, we give an example for a very simple FFT-structure, which can be evaluated with a reduced number of multiplications or even without multiplications. This is accomplished by restricting the number of possible angles that are used in the multiplications in the FFT-operation to 4 or 8. In the case of 4 angles all the complex multiplications can be evaluated by additions, while for 8 angles only scaling factors are required. If the absolute value is not needed with high precision (e.g. if we just need a rough frequency offset estimate in a two-stage acquisition scheme), the scaling factors could be omitted in the case of 8 angles, further reducing complexity. I. INTRODUCTION Code acquisition is an important part of a direct sequence spread spectrum (DSSS) receiver, which has been discussed by many authors - see [4], [5] and the references therein. The problem becomes more difficult, when frequency offsets are present [4]. For small offsets, segmentation schemes using a subsequent non-coherent combining can be used [6]. While it is simple to implement, segmentation leads to a performance degradation and is not suitable for high frequency offsets (e.g. about % of the signal bandwidth). A fully differential scheme offers a large acquisition range and a very low complexity [7], [8], but its performance at low signal-to-noise ratios is significantly worse than a 2Dsearch in time and frequency. In [9] Reed suggested a two stage procedure, which implemented a filter-bank without any multiplications. Another possibility to perform the 2D search is by means of a fast Fourier transform (FFT) [], [2]. Especially, when a large frequency range has to be covered, it seems to be a good approach, because it can easily be adjusted to the acquisition range (see [3]) and the complexity is smaller than in a parallel filter bank. In different fields there has been research about ways to reduce the computational complexity of FFTs, by reducing memory references or simplifying the multiplication operations [], [], [2]. The aim of this work is to look at further ways to reduce the II. SYSTEM MODEL We assume that the receiver has already removed data modulation (by multiplying the received samples with the complex conjugate of the known PN-sequence). This greatly simplifies the system model, since now we receive a single-frequency complex tone, that is disturbed by additive white Gaussian noise (AWGN). Sampling the signal at rate T yields y(k) y(k) = E s e j(2πδfkt+φ) +n(k), k L. () Here E s is the energy of each transmit symbol, Δf is the frequency offset, k is the discrete time-index, Φ is the phase-offset, n(k) is a noise-sample,and L is the length of the received sequence. Δf and Φ are deterministic, unknown constants and the noise-samples are zero mean, complex, white Gaussian random variables with variance σ 2 n in real and imaginary part. Note, that we have assumed perfect timing, since the focus is on acquisition with frequency offsets. The same model is often used in frequency offset estimation schemes. This shows, that principally any frequency offset estimator could be used at this point. However, an FFT-based estimator is expected to have the best low-snr performance (which is important for acquisition). Another advantage is, that the FFT directly computes the values of the correlation at different frequency offsets. The absolute correlation values are generally used in acquisition schemes to decide, whether a preamble is present or not /6/$2. 26 IEEE 54

2 see in the following section. This results in a serial search in time direction, while the search in frequency direction is carried out in parallel by the FFT. A. Acquisition Theory In general, the receiver searches for a known sequence at a set of time- and frequency-offsets. For each time instant this search is usually performed by evaluating a decision variable Z(f t ) at a set of different frequency offsets f t according to: L Z(f t )= y(k)e j(2πftkt ) 2. (2) This decision variable is then compared to a threshold θ, which is often chosen such, that the receiver yields a constant false alarm rate P FA - i.e. the case where we decide that the signal is present, although it is not [3]. This can be shown to be P FA = exp ( θ/(2lσ 2 n) ) (3) for AWGN-channels. Hence, θ is obtained to be θ = 2Lσ 2 n ln(p FA). (4) The noise power σ 2 is not known and it is therefore approximated by the received signal energy E y L E y = y(k) 2. (5) This yields the following threshold: θ = E y ln(p FA ). (6) Employing this threshold results in a false alarm rate, which is slightly smaller than the theoretical one. The reason for this is, that the signal power is estimated. The remaining task is to evaluate equation (2) for a set of frequencies in the search space. As mentioned before, we do this by means of an FFT, which is described next. B. The Fast Fourier Transform (FFT) The FFT has been described in many books and papers. We therefore do not want to give a detailed description of the algorithm. Instead we would like to depict the basic idea and explain how we have modified the FFT to reduce its complexity. Let us first define the complex number W : W = e j2π/l. (7) Then the n-th element of the Fourier transform of y(k) can be written as: L Y (n) = W nk y(k). (8) So this means that we basically multiply the received sequence with a complex sinusoidal of a certain frequency to obtain a value of the Fourier transform. The idea of the FFT is to exploit some of the symmetries in this multiplication procedure to reduce the complexity. There are different ways to do this, though we will just describe decimation in frequency (DIF) as an example. In DIF we split a DFT of length L in two DFTs of length L/2, where one DFT evaluates the even elements and the other evaluates the odd elements of the full length DFT: L 2 Y (2n)= W 2nk (y(k)+y( L + k)), (9) 2 L 2 Y (2n +)= W 2nk W k (y(k) y( L + k)). () 2 As we can see, the right hand side corresponds to DFTs of length L/2, with additional coefficients W k (often called twiddle factors) for the calculation of the odd elements. This approach can now be used recursively and thus leads to a calculation of several DFTs of short lengths instead of the full length DFT. Note, that there are many different approaches to simplify the DFT (e.g. higher radix, split radix algorithms etc.) and the above approach is not the optimum one. Nevertheless we chose it due to its simplicity. The suggested modification can be applied to any more sophisticated FFTalgorithm that is based on FFT coefficients W k. C. Partial Matched Filters The previously described FFT searches the whole frequency range, although in many applications the frequency offset is smaller than % of the signal bandwidth. This fact can be exploited to reduce the search range and thus reduce the computational complexity, by employing partial matched filters (PMFs) [2], [3]. In this approach we construct a new sequence r c (l) from the original sequence r(k): r c (l) = M r(k + lm). () Here M is the length of the PMF and specifies the factor by which the original sequence length is reduced. This also implies that the length of the subsequent FFT is reduced (which actually accounts for the complexity reduction). The drawback of using greater values of M is that we observe a performance degradation for higher frequency offsets even when they are within the search range. The reason for this degradation is, that in the summation in equation () we assume that no frequency offset is present. In reality we always have a degradation compared to the frequency corrected combining, which is given by: [ ] 2 sin(πmδft) Deg(Δf,M) =, (2) πmδf where Δf is the frequency offset. This means that for a given maximum frequency offset we have to limit M such 55

3 that the degradation is not too high. Regarding complexity, we would like to choose M to be as large as possible. So we have to find a compromise between complexity, estimation range, and performance at this point. D. Approximate FFT coefficients As we see in equation () we need to multiply a part of the newly constructed sequence with the complex FFT coefficients W k. These multiplications obviously account for a large part of the computational complexity of the algorithm. There are ways to reduce the number of multiplications (e.g. by exploiting symmetries, using higher radix algorithms), but still they are always present. The idea here is to restrict the coefficients W k to values for which the complex multiplications can be evaluated in asimpleway. At this point it should also be mentioned, that data modulation removal for 4- or 8PSK-modulation can be included in the first stage of the FFT, thus not increasing the operation count. ) Using 4 angles: In this case we restrict W k in equation () to ± and ±j. Obviously, any multiplication with these factors can be evaluated by a simple mapping and/or sign-change, thus leading to an FFT which could be evaluated without any multiplications at all. By simply rounding all FFT coefficients W k to these values we would obtain a very simple structure to perform this: ) For k < L 8, multiply with (i.e. perform no action) 2) For L 8 k< 3 8L, multiply with j 3) For 3 8 L k< L 2, multiply with This is repeated until we obtain sequences of length 4, for which the FFTs can be evaluated without degradation if we use the angles specified above. Considering this simple structure, we can directly evaluate the result in equation () without multiplications (i.e. we can directly substitute the subtraction by the corresponding addition/subtraction as needed). Thus, the whole FFT can be approximated by this fully multiplication-less structure. 2) Using 8 angles: Multiplications with complex numbers with angles that are multiples of π/4 can also be computed in a simple way. While a normal complex multiplication requires 4 real multiplications and 2 real additions, we could reduce this to 2 real multiplications (for scaling) and 2 real additions. Scaling is important, if we want to use the absolute FFT-values directly to decide whether a preamble is present or not. Otherwise we would obtain different probabilities of false alarm at different frequency offsets. If we just need a rough frequency offset estimate (which is the case in two-stage acquisition schemes), we could even omit the scaling and then only 2 real additions are necessary. In any case the structure would now be: Absolute value of approximate FFTs FFT bin Fig.. Amplitudes for different FFT-elements when using approximate FFTs with 4 (solid line) or 8 angles (dashed line). A conventional FFT would produce amplitude values of 64 for each element. ) For k< L 6, multiply with (i.e. perform no action) 2) For L 6 k< 3 6 L, multiply with ejπ/4 3) For 3 6 L k< 5 6L, multiply with j 4) For 5 6 L k< 7 6L, multiply with ej3π/4 5) For 7 6 L k< L 2, multiply with This is repeated until we obtain FFTs of length 8, which can anyway be evaluated without degradation if we use angles that are multiples of π/4. E. Degradation due to Approximations Obviously, we are using an approximation which leads to a signal degradation. This degradation does not occur for the even elements in a particular decimation step. To visualize this degradation for an FFT of length 64, we can have a look at figure. It shows the degradation for all evaluated frequencies (i.e. the degradation in signal amplitude if that particular complex sinusoidal was received) and for both approximations. Without degradation we would obtain amplitude-values of 64 and we can observe that as expected, the degradation for the approximation with 8 angles is smaller than for the approximation with 4 angles. Further there are also 4 (or 8) frequencies where no degradation occurs. This corresponds to complex sinusoidals which can be fully expressed with 4 (or 8) angles. Figure 2 shows the maximum degradation that occurs for different lengths of the FFT. We can see that with increasing length the degradation increases. This is expected, because a longer FFT means we have more decimation steps and thus more multiplications with FFT coefficients W k. Note, that we have plotted the result up to length L = 892, although in acquisition schemes lengths of L =64would be more realistic. In this region of practical interest, using 8 angles leads to a degradation of less then.5db, while using 4 angles leads to.5db degradation. 56

4 It should also be noted that, while simple, the proposed Degradation [db] III. SIMULATION RESULTS In this section we want to compare the simulation results in AWGN environments. In all simulations we set a false alarm probability P FA = 9 and use a sequence length of L = 256, which is then shortened through PMFs. The original sequence length is kept constant so that we are able to focus on the degradation arising from the approximate FFTs of different lengths. In figure 3 the degradation Approximation with 8 angles Approximation with 4 angles log2(fft_len) Fig. 2. Maximum degradation for different FFT-lengths when using approximate FFTs with 4 or 8 angles algorithms are not optimum with respect to degradation. A DFT which is restricted to the same number of angles, would suffer a much smaller degradation for long sequences. On the other hand, a DFT would also have a much higher computational complexity. If longer Fourier transforms are required, one would have to think about a different approximate FFT. F. Complexity Reduction There are a lot of different ways to implement the FFT and to reduce its complexity compared to the simple radix- 2 approach described in section II-B. One area of optimization is the storage or generation of FFT coefficients []. Besides, higher radix and split radix approaches can reduce the number of operations somewhat but lead to more complicated structures (especially for higher radices, which is a reason why they are sometimes not used). Further, there are ways to simplify the complex multiplications so that only 3 real multiplications instead of 4 real multiplications are required []. The complexity reduction for each of these optimization approaches depends on the length of the FFT and the hardware that is used. It is not the goal of this work to optimize the FFT for a certain architecture or FFT-length. We just note that when the total number of operations is considered the approximate FFTs are significantly less complex than any of the previously discussed approaches, while maintaining a very simple structure. When we use the 4-angles approximation no multiplications are required at all and when we use 8 angles only /8-th of the original multiplications are required (which is for scaling purposes - if no scaling is performed we would have an even lower complexity in this case). This compares to a complexity reduction of 2-3 % for the previously mentioned approaches [4]. Detection Probability P D Conventional FFT Approx. FFT, 8 phases, length 28 Approx FFT, 4 phases, length 32 Approx. FFT, 4 phases, length Fig. 3. Detection probability, Sequence Length L = 256, False Alarm Probability P FA = 9, ΔfT for approximate FFTs chosen to coincide with worst case. Comparison of the effect of different lengths in approximate FFTs. due to approximate FFTs is shown. Note, that in the figure we have always chosen the worst case when using the approximate FFTs (obviously in the best case we would not have any degradation at all). For an FFT-length of 28, we can observe half a db degradation for the approximate FFT with 8 angles and more than 2dB degradation for the approximate FFT with 4 angles. When the FFT length is reduced to 32, the degradation in the latter case is roughly.5db. This corresponds to what we observed in the previous sections. Note, that degradations observed in figure 2 cannot be translated into the same loss for probability of detection. When we observe the probability of detection at a higher SNR-value (so that the degradation is compensated) the corresponding threshold and noise level are different. The loss appears to be very much acceptable for the case of an 8-angles FFT and somewhat higher than one would like for the 4-angles FFT. The reason is that in the acquisition scheme that we discussed so far, the decision variables to decide whether a preamble is present or not, is formed from the maximum FFT-element directly. The situation is different in a two-stage scheme, where the FFT is just used to obtain a rough frequency offset estimate. The motivation for a two-stage scheme is that when we use PMFs, the detection performance degrades for higher frequency offsets. This is clear, since the PMFs are only optimum for zero-offset. Nevertheless, they are very important in order to reduce the overall system complexity. Figure 3 shows this degradation for a frequency offset ft =27/256 and a conventional FFT. While the degradation for PMF- 57

5 Detection Probability P D PMF length= PMF length=2 PMF length= Fig. 4. Detection probability, Sequence Length L = 256, False Alarm Probability P FA = 9, ΔfT = 27/256. Effect of using partial matched filters (PMF) of different lengths for large frequency offsets in a conventional acquisition scheme. Detection Probability P D Two Stage, Conventional FFT. Two Stage, Approx. FFT 8 phases Two Stage, Approx. FFT 4 phases Conventional, one stage only Fig. 5. Detection probability, Sequence Length L = 256, False Alarm Probability P FA = 9, ΔfT =27/256. Comparison of a two-stage scheme to a conventional acquisition scheme. length 2 is small, it is about 3dB for PMF-length 4. From this point of view it would appear that PMF-length 4 is not a good choice. The results are much better when we look at a two-stage scheme, however. In figure 5, we see that when using PMF-length 4, the two-stage scheme outperforms the conventional one. Overall the degradation compared to acquisition without PMF is just half a db (with a significantly reduced complexity). The interesting point is that now a conventional and an 8-angles FFT have almost the same performance. Even the 4-angles FFT is very close to the other cases. This shows that for rough frequency offset estimation the approximations are much more robust than for the conventional case, where we directly form decision variables from the FFT-results. IV. CONCLUSION We have proposed to use approximate FFTs with reduced complexity for acquisition. The approximations restrict the FFT coefficients (twiddle factors) to a few angles with good properties regarding the computational complexity. We have seen that when 8 angles are used, we get an acquisition performance close to the conventional FFTs, while for 4 angles the degradation is higher. In two-stage acquisition schemes, which can reduce overall system complexity, the degradation when using approximate FFTs is even smaller. We obtain almost the same performance as in a conventional FFT, while the complexity is reduced. REFERENCES [] R. A. Stirling-Gallacher, A. Hulbert, and G. Povey, A fast acquisition technique for a direct sequence spread spectrum signal in the presence of a large doppler shift, Proc. ISSSTA, pp. 56 6, 996. [2] C. L. Spillard, S. M. Spangenberg, and G. J. Povey, A serialparallel fft correlator for pn code acquisition from leo satellites, Proc. ISSSTA, pp , 998. [3] P. M. Grant, S. Spangenberg, I. Scott, S. McLaughlin, G. Povey, and D. Cruickshank, Doppler estimation for fast acquisition in spread spectrum communication systems, Proc. ISSSTA, pp. 6, 998. [4] A. J. Viterbi, CDMA: Principles of Spread Spectrum Communication. Addison-Wesley, 995. [5] S. Glisic and B. Vucetic, Spread Spectrum CDMA Systems for Wireless Communications. Artech House Inc., 997. [6] E. Sourour and G. E. Bottomley, Effect of frequency offset on ds-ss acquisition in slowly fading channels, Proc. WCNC, vol. 2, pp , September 999. [7] C.-D. Chung, Differentially coherent detection technique for direct-sequence code acquisition in a rayleigh fading mobile channel, IEEE Trans. Commun., vol. 43, pp. 6 26, February/March/April 995. [8] M. H. Zarrabizadeh and E. S. Sousa, A differentially coherent pn code acquisition receiver for cdma-systems, IEEE Trans. Commun., vol. 45, pp , November 997. [9] M. C. Reed, A low complexity ds/cdma acquisition technique for large frequency offsets, Proc. Wireless, Calgary, july 2. [] Y. Tang, L. Qian, Y. Wang, and Y. Savaria, A new memory reference reduction method for fft implementation on dsp, Proc. ISCAS 3, vol. 4, pp. IV 496 IV 499, May 23. [] J. Lee, J. Lee, M. Sunwoo, S. Moh, and S. Oh, A dsp architecture for high-speed fft in ofdm systems, ETRI Journal, vol. 24, pp , October 22. [2] S. Y. Park, N. I. Cho, S. U. Lee, K. Kim, and J. Oh, Design of 2k/4k/8k-point fft processor based on cordic algorithm in ofdm receiver, Proc. PACRIM, vol. 2, pp , August 2. [3] K. Choi, K. Cheun, and K. Lee, Adaptive pn code acquisition using instantaneous power-scaled detection threshold under rayleigh fading and gaussian pulsed jamming, IEEE Trans. Commun., vol. 5, pp , August 22. [4] V. K. Madisetti and e. Douglas B. Williams, The Digital Signal Processing Handbook. CRC Press, Inc.,

M.Tech Student, Asst Professor Department Of Eelectronics and Communications, SRKR Engineering College, Andhra Pradesh, India

M.Tech Student, Asst Professor Department Of Eelectronics and Communications, SRKR Engineering College, Andhra Pradesh, India Computational Performances of OFDM using Different Pruned FFT Algorithms Alekhya Chundru 1, P.Krishna Kanth Varma 2 M.Tech Student, Asst Professor Department Of Eelectronics and Communications, SRKR Engineering

More information

Carrier Frequency Offset Estimation in WCDMA Systems Using a Modified FFT-Based Algorithm

Carrier Frequency Offset Estimation in WCDMA Systems Using a Modified FFT-Based Algorithm Carrier Frequency Offset Estimation in WCDMA Systems Using a Modified FFT-Based Algorithm Seare H. Rezenom and Anthony D. Broadhurst, Member, IEEE Abstract-- Wideband Code Division Multiple Access (WCDMA)

More information

The Effect of Carrier Frequency Offsets on Downlink and Uplink MC-DS-CDMA

The Effect of Carrier Frequency Offsets on Downlink and Uplink MC-DS-CDMA 2528 IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 19, NO. 12, DECEMBER 2001 The Effect of Carrier Frequency Offsets on Downlink and Uplink MC-DS-CDMA Heidi Steendam and Marc Moeneclaey, Senior

More information

SYSTEM MODEL. Transmitter Preamble Configuration

SYSTEM MODEL. Transmitter Preamble Configuration ACQUISITION FOR SATELLITE UMTS WITH LARGE FREQUENCY OFFSETS M. C. Reed Applicable Research and Technology Ascom Systec AG, Switzerland Ph: +41 62 889 5293 Fx: +41 62 889 529 mark.reed@ascom.ch Abstract-

More information

Impact of Mobility and Closed-Loop Power Control to Received Signal Statistics in Rayleigh Fading Channels

Impact of Mobility and Closed-Loop Power Control to Received Signal Statistics in Rayleigh Fading Channels mpact of Mobility and Closed-Loop Power Control to Received Signal Statistics in Rayleigh Fading Channels Pekka Pirinen University of Oulu Telecommunication Laboratory and Centre for Wireless Communications

More information

Utilization of Multipaths for Spread-Spectrum Code Acquisition in Frequency-Selective Rayleigh Fading Channels

Utilization of Multipaths for Spread-Spectrum Code Acquisition in Frequency-Selective Rayleigh Fading Channels 734 IEEE TRANSACTIONS ON COMMUNICATIONS, VOL. 49, NO. 4, APRIL 2001 Utilization of Multipaths for Spread-Spectrum Code Acquisition in Frequency-Selective Rayleigh Fading Channels Oh-Soon Shin, Student

More information

Transmit Power Allocation for BER Performance Improvement in Multicarrier Systems

Transmit Power Allocation for BER Performance Improvement in Multicarrier Systems Transmit Power Allocation for Performance Improvement in Systems Chang Soon Par O and wang Bo (Ed) Lee School of Electrical Engineering and Computer Science, Seoul National University parcs@mobile.snu.ac.r,

More information

Narrow-Band Interference Rejection in DS/CDMA Systems Using Adaptive (QRD-LSL)-Based Nonlinear ACM Interpolators

Narrow-Band Interference Rejection in DS/CDMA Systems Using Adaptive (QRD-LSL)-Based Nonlinear ACM Interpolators 374 IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 52, NO. 2, MARCH 2003 Narrow-Band Interference Rejection in DS/CDMA Systems Using Adaptive (QRD-LSL)-Based Nonlinear ACM Interpolators Jenq-Tay Yuan

More information

Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK DS-CDMA

Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK DS-CDMA Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK DS-CDMA By Hamed D. AlSharari College of Engineering, Aljouf University, Sakaka, Aljouf 2014, Kingdom of Saudi Arabia, hamed_100@hotmail.com

More information

Department of Electronic Engineering FINAL YEAR PROJECT REPORT

Department of Electronic Engineering FINAL YEAR PROJECT REPORT Department of Electronic Engineering FINAL YEAR PROJECT REPORT BEngECE-2009/10-- Student Name: CHEUNG Yik Juen Student ID: Supervisor: Prof.

More information

CHAPTER 3 ADAPTIVE MODULATION TECHNIQUE WITH CFO CORRECTION FOR OFDM SYSTEMS

CHAPTER 3 ADAPTIVE MODULATION TECHNIQUE WITH CFO CORRECTION FOR OFDM SYSTEMS 44 CHAPTER 3 ADAPTIVE MODULATION TECHNIQUE WITH CFO CORRECTION FOR OFDM SYSTEMS 3.1 INTRODUCTION A unique feature of the OFDM communication scheme is that, due to the IFFT at the transmitter and the FFT

More information

Reducing Intercarrier Interference in OFDM Systems by Partial Transmit Sequence and Selected Mapping

Reducing Intercarrier Interference in OFDM Systems by Partial Transmit Sequence and Selected Mapping Reducing Intercarrier Interference in OFDM Systems by Partial Transmit Sequence and Selected Mapping K.Sathananthan and C. Tellambura SCSSE, Faculty of Information Technology Monash University, Clayton

More information

An Equalization Technique for Orthogonal Frequency-Division Multiplexing Systems in Time-Variant Multipath Channels

An Equalization Technique for Orthogonal Frequency-Division Multiplexing Systems in Time-Variant Multipath Channels IEEE TRANSACTIONS ON COMMUNICATIONS, VOL 47, NO 1, JANUARY 1999 27 An Equalization Technique for Orthogonal Frequency-Division Multiplexing Systems in Time-Variant Multipath Channels Won Gi Jeon, Student

More information

DIGITAL Radio Mondiale (DRM) is a new

DIGITAL Radio Mondiale (DRM) is a new Synchronization Strategy for a PC-based DRM Receiver Volker Fischer and Alexander Kurpiers Institute for Communication Technology Darmstadt University of Technology Germany v.fischer, a.kurpiers @nt.tu-darmstadt.de

More information

An Efficient Joint Timing and Frequency Offset Estimation for OFDM Systems

An Efficient Joint Timing and Frequency Offset Estimation for OFDM Systems An Efficient Joint Timing and Frequency Offset Estimation for OFDM Systems Yang Yang School of Information Science and Engineering Southeast University 210096, Nanjing, P. R. China yangyang.1388@gmail.com

More information

Solving Peak Power Problems in Orthogonal Frequency Division Multiplexing

Solving Peak Power Problems in Orthogonal Frequency Division Multiplexing Solving Peak Power Problems in Orthogonal Frequency Division Multiplexing Ashraf A. Eltholth *, Adel R. Mekhail *, A. Elshirbini *, M. I. Dessouki and A. I. Abdelfattah * National Telecommunication Institute,

More information

Evaluation of channel estimation combined with ICI self-cancellation scheme in doubly selective fading channel

Evaluation of channel estimation combined with ICI self-cancellation scheme in doubly selective fading channel ISSN (Online): 2409-4285 www.ijcsse.org Page: 1-7 Evaluation of channel estimation combined with ICI self-cancellation scheme in doubly selective fading channel Lien Pham Hong 1, Quang Nguyen Duc 2, Dung

More information

VHF Radar Target Detection in the Presence of Clutter *

VHF Radar Target Detection in the Presence of Clutter * BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 6, No 1 Sofia 2006 VHF Radar Target Detection in the Presence of Clutter * Boriana Vassileva Institute for Parallel Processing,

More information

Improving Channel Estimation in OFDM System Using Time Domain Channel Estimation for Time Correlated Rayleigh Fading Channel Model

Improving Channel Estimation in OFDM System Using Time Domain Channel Estimation for Time Correlated Rayleigh Fading Channel Model International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 2 Issue 8 ǁ August 2013 ǁ PP.45-51 Improving Channel Estimation in OFDM System Using Time

More information

IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 6, NO. 1, JANUARY Transactions Letters

IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 6, NO. 1, JANUARY Transactions Letters IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 6, NO. 1, JANUARY 2007 3 Transactions Letters A Scheme for Cancelling Intercarrier Interference using Conjugate Transmission in Multicarrier Communication

More information

Analysis of Processing Parameters of GPS Signal Acquisition Scheme

Analysis of Processing Parameters of GPS Signal Acquisition Scheme Analysis of Processing Parameters of GPS Signal Acquisition Scheme Prof. Vrushali Bhatt, Nithin Krishnan Department of Electronics and Telecommunication Thakur College of Engineering and Technology Mumbai-400101,

More information

Carrier Frequency Offset Estimation Algorithm in the Presence of I/Q Imbalance in OFDM Systems

Carrier Frequency Offset Estimation Algorithm in the Presence of I/Q Imbalance in OFDM Systems Carrier Frequency Offset Estimation Algorithm in the Presence of I/Q Imbalance in OFDM Systems K. Jagan Mohan, K. Suresh & J. Durga Rao Dept. of E.C.E, Chaitanya Engineering College, Vishakapatnam, India

More information

BEING wideband, chaotic signals are well suited for

BEING wideband, chaotic signals are well suited for 680 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 51, NO. 12, DECEMBER 2004 Performance of Differential Chaos-Shift-Keying Digital Communication Systems Over a Multipath Fading Channel

More information

About Homework. The rest parts of the course: focus on popular standards like GSM, WCDMA, etc.

About Homework. The rest parts of the course: focus on popular standards like GSM, WCDMA, etc. About Homework The rest parts of the course: focus on popular standards like GSM, WCDMA, etc. Good news: No complicated mathematics and calculations! Concepts: Understanding and remember! Homework: review

More information

INTERFERENCE SELF CANCELLATION IN SC-FDMA SYSTEMS -A CAMPARATIVE STUDY

INTERFERENCE SELF CANCELLATION IN SC-FDMA SYSTEMS -A CAMPARATIVE STUDY INTERFERENCE SELF CANCELLATION IN SC-FDMA SYSTEMS -A CAMPARATIVE STUDY Ms Risona.v 1, Dr. Malini Suvarna 2 1 M.Tech Student, Department of Electronics and Communication Engineering, Mangalore Institute

More information

COMPARISON OF CHANNEL ESTIMATION AND EQUALIZATION TECHNIQUES FOR OFDM SYSTEMS

COMPARISON OF CHANNEL ESTIMATION AND EQUALIZATION TECHNIQUES FOR OFDM SYSTEMS COMPARISON OF CHANNEL ESTIMATION AND EQUALIZATION TECHNIQUES FOR OFDM SYSTEMS Sanjana T and Suma M N Department of Electronics and communication, BMS College of Engineering, Bangalore, India ABSTRACT In

More information

Comparison of ML and SC for ICI reduction in OFDM system

Comparison of ML and SC for ICI reduction in OFDM system Comparison of and for ICI reduction in OFDM system Mohammed hussein khaleel 1, neelesh agrawal 2 1 M.tech Student ECE department, Sam Higginbottom Institute of Agriculture, Technology and Science, Al-Mamon

More information

UTILIZATION OF AN IEEE 1588 TIMING REFERENCE SOURCE IN THE inet RF TRANSCEIVER

UTILIZATION OF AN IEEE 1588 TIMING REFERENCE SOURCE IN THE inet RF TRANSCEIVER UTILIZATION OF AN IEEE 1588 TIMING REFERENCE SOURCE IN THE inet RF TRANSCEIVER Dr. Cheng Lu, Chief Communications System Engineer John Roach, Vice President, Network Products Division Dr. George Sasvari,

More information

Performance Analysis of ICI in OFDM systems using Self-Cancellation and Extended Kalman Filtering

Performance Analysis of ICI in OFDM systems using Self-Cancellation and Extended Kalman Filtering Performance Analysis of ICI in OFDM systems using Self-Cancellation and Extended Kalman Filtering C.Satya Haritha, K.Prasad Abstract - Orthogonal Frequency Division Multiplexing (OFDM) is a multicarrier

More information

Adaptive DS/CDMA Non-Coherent Receiver using MULTIUSER DETECTION Technique

Adaptive DS/CDMA Non-Coherent Receiver using MULTIUSER DETECTION Technique Adaptive DS/CDMA Non-Coherent Receiver using MULTIUSER DETECTION Technique V.Rakesh 1, S.Prashanth 2, V.Revathi 3, M.Satish 4, Ch.Gayatri 5 Abstract In this paper, we propose and analyze a new non-coherent

More information

Effects of Fading Channels on OFDM

Effects of Fading Channels on OFDM IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719, Volume 2, Issue 9 (September 2012), PP 116-121 Effects of Fading Channels on OFDM Ahmed Alshammari, Saleh Albdran, and Dr. Mohammad

More information

A hybrid phase-based single frequency estimator

A hybrid phase-based single frequency estimator Loughborough University Institutional Repository A hybrid phase-based single frequency estimator This item was submitted to Loughborough University's Institutional Repository by the/an author. Citation:

More information

Peak-to-Average Power Ratio (PAPR)

Peak-to-Average Power Ratio (PAPR) Peak-to-Average Power Ratio (PAPR) Wireless Information Transmission System Lab Institute of Communications Engineering National Sun Yat-sen University 2011/07/30 王森弘 Multi-carrier systems The complex

More information

On Iterative Multistage Decoding of Multilevel Codes for Frequency Selective Channels

On Iterative Multistage Decoding of Multilevel Codes for Frequency Selective Channels On terative Multistage Decoding of Multilevel Codes for Frequency Selective Channels B.Baumgartner, H-Griesser, M.Bossert Department of nformation Technology, University of Ulm, Albert-Einstein-Allee 43,

More information

An Area Efficient FFT Implementation for OFDM

An Area Efficient FFT Implementation for OFDM Vol. 2, Special Issue 1, May 20 An Area Efficient FFT Implementation for OFDM R.KALAIVANI#1, Dr. DEEPA JOSE#1, Dr. P. NIRMAL KUMAR# # Department of Electronics and Communication Engineering, Anna University

More information

Degrees of Freedom in Adaptive Modulation: A Unified View

Degrees of Freedom in Adaptive Modulation: A Unified View Degrees of Freedom in Adaptive Modulation: A Unified View Seong Taek Chung and Andrea Goldsmith Stanford University Wireless System Laboratory David Packard Building Stanford, CA, U.S.A. taek,andrea @systems.stanford.edu

More information

Multirate schemes for multimedia applications in DS/CDMA Systems

Multirate schemes for multimedia applications in DS/CDMA Systems Multirate schemes for multimedia applications in DS/CDMA Systems Tony Ottosson and Arne Svensson Dept. of Information Theory, Chalmers University of Technology, S-412 96 Göteborg, Sweden phone: +46 31

More information

Lecture 3: Wireless Physical Layer: Modulation Techniques. Mythili Vutukuru CS 653 Spring 2014 Jan 13, Monday

Lecture 3: Wireless Physical Layer: Modulation Techniques. Mythili Vutukuru CS 653 Spring 2014 Jan 13, Monday Lecture 3: Wireless Physical Layer: Modulation Techniques Mythili Vutukuru CS 653 Spring 2014 Jan 13, Monday Modulation We saw a simple example of amplitude modulation in the last lecture Modulation how

More information

Performance of Combined Error Correction and Error Detection for very Short Block Length Codes

Performance of Combined Error Correction and Error Detection for very Short Block Length Codes Performance of Combined Error Correction and Error Detection for very Short Block Length Codes Matthias Breuninger and Joachim Speidel Institute of Telecommunications, University of Stuttgart Pfaffenwaldring

More information

Performance Evaluation of different α value for OFDM System

Performance Evaluation of different α value for OFDM System Performance Evaluation of different α value for OFDM System Dr. K.Elangovan Dept. of Computer Science & Engineering Bharathidasan University richirappalli Abstract: Orthogonal Frequency Division Multiplexing

More information

Local Oscillators Phase Noise Cancellation Methods

Local Oscillators Phase Noise Cancellation Methods IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834, p- ISSN: 2278-8735. Volume 5, Issue 1 (Jan. - Feb. 2013), PP 19-24 Local Oscillators Phase Noise Cancellation Methods

More information

The Optimal Employment of CSI in COFDM-Based Receivers

The Optimal Employment of CSI in COFDM-Based Receivers The Optimal Employment of CSI in COFDM-Based Receivers Akram J. Awad, Timothy O Farrell School of Electronic & Electrical Engineering, University of Leeds, UK eenajma@leeds.ac.uk Abstract: This paper investigates

More information

THE DESIGN OF A PLC MODEM AND ITS IMPLEMENTATION USING FPGA CIRCUITS

THE DESIGN OF A PLC MODEM AND ITS IMPLEMENTATION USING FPGA CIRCUITS Journal of ELECTRICAL ENGINEERING, VOL. 60, NO. 1, 2009, 43 47 THE DESIGN OF A PLC MODEM AND ITS IMPLEMENTATION USING FPGA CIRCUITS Rastislav Róka For the exploitation of PLC modems, it is necessary to

More information

Multi-GI Detector with Shortened and Leakage Correlation for the Chinese DTMB System. Fengkui Gong, Jianhua Ge and Yong Wang

Multi-GI Detector with Shortened and Leakage Correlation for the Chinese DTMB System. Fengkui Gong, Jianhua Ge and Yong Wang 788 IEEE Transactions on Consumer Electronics, Vol. 55, No. 4, NOVEMBER 9 Multi-GI Detector with Shortened and Leakage Correlation for the Chinese DTMB System Fengkui Gong, Jianhua Ge and Yong Wang Abstract

More information

Performance Evaluation of STBC-OFDM System for Wireless Communication

Performance Evaluation of STBC-OFDM System for Wireless Communication Performance Evaluation of STBC-OFDM System for Wireless Communication Apeksha Deshmukh, Prof. Dr. M. D. Kokate Department of E&TC, K.K.W.I.E.R. College, Nasik, apeksha19may@gmail.com Abstract In this paper

More information

Proceedings of the 5th WSEAS Int. Conf. on SIGNAL, SPEECH and IMAGE PROCESSING, Corfu, Greece, August 17-19, 2005 (pp17-21)

Proceedings of the 5th WSEAS Int. Conf. on SIGNAL, SPEECH and IMAGE PROCESSING, Corfu, Greece, August 17-19, 2005 (pp17-21) Ambiguity Function Computation Using Over-Sampled DFT Filter Banks ENNETH P. BENTZ The Aerospace Corporation 5049 Conference Center Dr. Chantilly, VA, USA 90245-469 Abstract: - This paper will demonstrate

More information

Angle Differential Modulation Scheme for Odd-bit QAM

Angle Differential Modulation Scheme for Odd-bit QAM Angle Differential Modulation Scheme for Odd-bit QAM Syed Safwan Khalid and Shafayat Abrar {safwan khalid,sabrar}@comsats.edu.pk Department of Electrical Engineering, COMSATS Institute of Information Technology,

More information

A MODIFIED DIRECT-SEQUENCE SPREAD SPECTRUM MODULATION SCHEME FOR BURST TRANSMISSIONS. Bart Scheers and Vincent Le Nir

A MODIFIED DIRECT-SEQUENCE SPREAD SPECTRUM MODULATION SCHEME FOR BURST TRANSMISSIONS. Bart Scheers and Vincent Le Nir A MODIFIED DIRECT-SEQUENCE SPREAD SPECTRUM MODULATION SCHEME FOR BURST TRANSMISSIONS Bart Scheers and Vincent Le Nir CISS Department Royal Military Academy RMA) Brussels, Belgium {bart.scheers, vincent.lenir}@rma.ac.be

More information

FFT Factorization Technique for OFDM System

FFT Factorization Technique for OFDM System International Journal of Computer Applications (975 8887) FFT Factorization Technique for OFDM System Tanvi Chawla Haryana College of Technology & Management, Kaithal, Haryana, India ABSTRACT For OFDM

More information

Chapter 4. Part 2(a) Digital Modulation Techniques

Chapter 4. Part 2(a) Digital Modulation Techniques Chapter 4 Part 2(a) Digital Modulation Techniques Overview Digital Modulation techniques Bandpass data transmission Amplitude Shift Keying (ASK) Phase Shift Keying (PSK) Frequency Shift Keying (FSK) Quadrature

More information

Robust Synchronization for DVB-S2 and OFDM Systems

Robust Synchronization for DVB-S2 and OFDM Systems Robust Synchronization for DVB-S2 and OFDM Systems PhD Viva Presentation Adegbenga B. Awoseyila Supervisors: Prof. Barry G. Evans Dr. Christos Kasparis Contents Introduction Single Frequency Estimation

More information

Combined Transmitter Diversity and Multi-Level Modulation Techniques

Combined Transmitter Diversity and Multi-Level Modulation Techniques SETIT 2005 3rd International Conference: Sciences of Electronic, Technologies of Information and Telecommunications March 27 3, 2005 TUNISIA Combined Transmitter Diversity and Multi-Level Modulation Techniques

More information

Amplitude Frequency Phase

Amplitude Frequency Phase Chapter 4 (part 2) Digital Modulation Techniques Chapter 4 (part 2) Overview Digital Modulation techniques (part 2) Bandpass data transmission Amplitude Shift Keying (ASK) Phase Shift Keying (PSK) Frequency

More information

This is a repository copy of Frequency estimation in multipath rayleigh-sparse-fading channels.

This is a repository copy of Frequency estimation in multipath rayleigh-sparse-fading channels. This is a repository copy of Frequency estimation in multipath rayleigh-sparse-fading channels. White Rose Research Online URL for this paper: http://eprints.whiterose.ac.uk/694/ Article: Zakharov, Y V

More information

High Frequency Resolution Adaptive Thresholding Wideband Receiver System

High Frequency Resolution Adaptive Thresholding Wideband Receiver System Wright State University CORE Scholar Browse all Theses and Dissertations Theses and Dissertations 2015 High Frequency Resolution Adaptive Thresholding Wideband Receiver System Feiran Liu Wright State University

More information

Frequency Synchronization in Global Satellite Communications Systems

Frequency Synchronization in Global Satellite Communications Systems IEEE TRANSACTIONS ON COMMUNICATIONS, VOL. 51, NO. 3, MARCH 2003 359 Frequency Synchronization in Global Satellite Communications Systems Qingchong Liu, Member, IEEE Abstract A frequency synchronization

More information

SPLIT MLSE ADAPTIVE EQUALIZATION IN SEVERELY FADED RAYLEIGH MIMO CHANNELS

SPLIT MLSE ADAPTIVE EQUALIZATION IN SEVERELY FADED RAYLEIGH MIMO CHANNELS SPLIT MLSE ADAPTIVE EQUALIZATION IN SEVERELY FADED RAYLEIGH MIMO CHANNELS RASHMI SABNUAM GUPTA 1 & KANDARPA KUMAR SARMA 2 1 Department of Electronics and Communication Engineering, Tezpur University-784028,

More information

S PG Course in Radio Communications. Orthogonal Frequency Division Multiplexing Yu, Chia-Hao. Yu, Chia-Hao 7.2.

S PG Course in Radio Communications. Orthogonal Frequency Division Multiplexing Yu, Chia-Hao. Yu, Chia-Hao 7.2. S-72.4210 PG Course in Radio Communications Orthogonal Frequency Division Multiplexing Yu, Chia-Hao chyu@cc.hut.fi 7.2.2006 Outline OFDM History OFDM Applications OFDM Principles Spectral shaping Synchronization

More information

REDUCTION OF INTERCARRIER INTERFERENCE IN OFDM SYSTEMS

REDUCTION OF INTERCARRIER INTERFERENCE IN OFDM SYSTEMS REDUCTION OF INTERCARRIER INTERFERENCE IN OFDM SYSTEMS R.Kumar Dr. S.Malarvizhi * Dept. of Electronics and Comm. Engg., SRM University, Chennai, India-603203 rkumar68@gmail.com ABSTRACT Orthogonal Frequency

More information

Physical Layer: Modulation, FEC. Wireless Networks: Guevara Noubir. S2001, COM3525 Wireless Networks Lecture 3, 1

Physical Layer: Modulation, FEC. Wireless Networks: Guevara Noubir. S2001, COM3525 Wireless Networks Lecture 3, 1 Wireless Networks: Physical Layer: Modulation, FEC Guevara Noubir Noubir@ccsneuedu S, COM355 Wireless Networks Lecture 3, Lecture focus Modulation techniques Bit Error Rate Reducing the BER Forward Error

More information

Evaluation of Code Division Multiplexing on Power Line Communication

Evaluation of Code Division Multiplexing on Power Line Communication Evaluation of Code Division Multiplexing on Power Line Communication Adriano Favaro and Eduardo Parente Ribeiro Department of Electrical Engineering, Federal University of Parana CP 90, CEP 853-970 - Curitiba,

More information

WAVELET OFDM WAVELET OFDM

WAVELET OFDM WAVELET OFDM EE678 WAVELETS APPLICATION ASSIGNMENT WAVELET OFDM GROUP MEMBERS RISHABH KASLIWAL rishkas@ee.iitb.ac.in 02D07001 NACHIKET KALE nachiket@ee.iitb.ac.in 02D07002 PIYUSH NAHAR nahar@ee.iitb.ac.in 02D07007

More information

A Hybrid Synchronization Technique for the Frequency Offset Correction in OFDM

A Hybrid Synchronization Technique for the Frequency Offset Correction in OFDM A Hybrid Synchronization Technique for the Frequency Offset Correction in OFDM Sameer S. M Department of Electronics and Electrical Communication Engineering Indian Institute of Technology Kharagpur West

More information

A Soft-Limiting Receiver Structure for Time-Hopping UWB in Multiple Access Interference

A Soft-Limiting Receiver Structure for Time-Hopping UWB in Multiple Access Interference 2006 IEEE Ninth International Symposium on Spread Spectrum Techniques and Applications A Soft-Limiting Receiver Structure for Time-Hopping UWB in Multiple Access Interference Norman C. Beaulieu, Fellow,

More information

A wireless MIMO CPM system with blind signal separation for incoherent demodulation

A wireless MIMO CPM system with blind signal separation for incoherent demodulation Adv. Radio Sci., 6, 101 105, 2008 Author(s) 2008. This work is distributed under the Creative Commons Attribution 3.0 License. Advances in Radio Science A wireless MIMO CPM system with blind signal separation

More information

MITIGATING CARRIER FREQUENCY OFFSET USING NULL SUBCARRIERS

MITIGATING CARRIER FREQUENCY OFFSET USING NULL SUBCARRIERS International Journal on Intelligent Electronic System, Vol. 8 No.. July 0 6 MITIGATING CARRIER FREQUENCY OFFSET USING NULL SUBCARRIERS Abstract Nisharani S N, Rajadurai C &, Department of ECE, Fatima

More information

Michael F. Toner, et. al.. "Distortion Measurement." Copyright 2000 CRC Press LLC. <

Michael F. Toner, et. al.. Distortion Measurement. Copyright 2000 CRC Press LLC. < Michael F. Toner, et. al.. "Distortion Measurement." Copyright CRC Press LLC. . Distortion Measurement Michael F. Toner Nortel Networks Gordon W. Roberts McGill University 53.1

More information

Digital Modulation Recognition Based on Feature, Spectrum and Phase Analysis and its Testing with Disturbed Signals

Digital Modulation Recognition Based on Feature, Spectrum and Phase Analysis and its Testing with Disturbed Signals Digital Modulation Recognition Based on Feature, Spectrum and Phase Analysis and its Testing with Disturbed Signals A. KUBANKOVA AND D. KUBANEK Department of Telecommunications Brno University of Technology

More information

C th NATIONAL RADIO SCIENCE CONFERENCE (NRSC 2011) April 26 28, 2011, National Telecommunication Institute, Egypt

C th NATIONAL RADIO SCIENCE CONFERENCE (NRSC 2011) April 26 28, 2011, National Telecommunication Institute, Egypt New Trends Towards Speedy IR-UWB Techniques Marwa M.El-Gamal #1, Shawki Shaaban *2, Moustafa H. Aly #3, # College of Engineering and Technology, Arab Academy for Science & Technology & Maritime Transport

More information

Carrier Frequency Synchronization in OFDM-Downlink LTE Systems

Carrier Frequency Synchronization in OFDM-Downlink LTE Systems Carrier Frequency Synchronization in OFDM-Downlink LTE Systems Patteti Krishna 1, Tipparthi Anil Kumar 2, Kalithkar Kishan Rao 3 1 Department of Electronics & Communication Engineering SVSIT, Warangal,

More information

GNSS Technologies. GNSS Acquisition Dr. Zahidul Bhuiyan Finnish Geospatial Research Institute, National Land Survey

GNSS Technologies. GNSS Acquisition Dr. Zahidul Bhuiyan Finnish Geospatial Research Institute, National Land Survey GNSS Acquisition 25.1.2016 Dr. Zahidul Bhuiyan Finnish Geospatial Research Institute, National Land Survey Content GNSS signal background Binary phase shift keying (BPSK) modulation Binary offset carrier

More information

Decrease Interference Using Adaptive Modulation and Coding

Decrease Interference Using Adaptive Modulation and Coding International Journal of Computer Networks and Communications Security VOL. 3, NO. 9, SEPTEMBER 2015, 378 383 Available online at: www.ijcncs.org E-ISSN 2308-9830 (Online) / ISSN 2410-0595 (Print) Decrease

More information

BLIND DETECTION OF PSK SIGNALS. Yong Jin, Shuichi Ohno and Masayoshi Nakamoto. Received March 2011; revised July 2011

BLIND DETECTION OF PSK SIGNALS. Yong Jin, Shuichi Ohno and Masayoshi Nakamoto. Received March 2011; revised July 2011 International Journal of Innovative Computing, Information and Control ICIC International c 2012 ISSN 1349-4198 Volume 8, Number 3(B), March 2012 pp. 2329 2337 BLIND DETECTION OF PSK SIGNALS Yong Jin,

More information

OFDM Transmission Corrupted by Impulsive Noise

OFDM Transmission Corrupted by Impulsive Noise OFDM Transmission Corrupted by Impulsive Noise Jiirgen Haring, Han Vinck University of Essen Institute for Experimental Mathematics Ellernstr. 29 45326 Essen, Germany,. e-mail: haering@exp-math.uni-essen.de

More information

Optimization of Coded MIMO-Transmission with Antenna Selection

Optimization of Coded MIMO-Transmission with Antenna Selection Optimization of Coded MIMO-Transmission with Antenna Selection Biljana Badic, Paul Fuxjäger, Hans Weinrichter Institute of Communications and Radio Frequency Engineering Vienna University of Technology

More information

REDUCING PAPR OF OFDM BASED WIRELESS SYSTEMS USING COMPANDING WITH CONVOLUTIONAL CODES

REDUCING PAPR OF OFDM BASED WIRELESS SYSTEMS USING COMPANDING WITH CONVOLUTIONAL CODES REDUCING PAPR OF OFDM BASED WIRELESS SYSTEMS USING COMPANDING WITH CONVOLUTIONAL CODES Pawan Sharma 1 and Seema Verma 2 1 Department of Electronics and Communication Engineering, Bhagwan Parshuram Institute

More information

Comparison of Beamforming Techniques for W-CDMA Communication Systems

Comparison of Beamforming Techniques for W-CDMA Communication Systems 752 IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 52, NO. 4, JULY 2003 Comparison of Beamforming Techniques for W-CDMA Communication Systems Hsueh-Jyh Li and Ta-Yung Liu Abstract In this paper, different

More information

Design of Peak-finding Algorithm on Acquisition of Weak GPS Signals

Design of Peak-finding Algorithm on Acquisition of Weak GPS Signals 006 IEEE Conference on Systems, Man, and Cybernetics October 8-11, 006, Taipei, Taiwan Design of Peak-finding Algorithm on Acquisition of Weak GPS Signals W. L. Mao, A. B. Chen, Y. F. Tseng, F. R. Chang,

More information

THE EFFECT of multipath fading in wireless systems can

THE EFFECT of multipath fading in wireless systems can IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 47, NO. 1, FEBRUARY 1998 119 The Diversity Gain of Transmit Diversity in Wireless Systems with Rayleigh Fading Jack H. Winters, Fellow, IEEE Abstract In

More information

International Journal of Scientific & Engineering Research, Volume 5, Issue 11, November ISSN

International Journal of Scientific & Engineering Research, Volume 5, Issue 11, November ISSN International Journal of Scientific & Engineering Research, Volume 5, Issue 11, November-2014 1470 Design and implementation of an efficient OFDM communication using fused floating point FFT Pamidi Lakshmi

More information

Iterative Detection and Decoding with PIC Algorithm for MIMO-OFDM Systems

Iterative Detection and Decoding with PIC Algorithm for MIMO-OFDM Systems , 2009, 5, 351-356 doi:10.4236/ijcns.2009.25038 Published Online August 2009 (http://www.scirp.org/journal/ijcns/). Iterative Detection and Decoding with PIC Algorithm for MIMO-OFDM Systems Zhongpeng WANG

More information

Interpolation-Based Maximum Likelihood Channel Estimation Using OFDM Pilot Symbols

Interpolation-Based Maximum Likelihood Channel Estimation Using OFDM Pilot Symbols Interpolation-Based Maximum Likelihood Channel Estimation Using OFDM Pilot Symbols Haiyun ang, Kam Y. Lau, and Robert W. Brodersen Berkeley Wireless Research Center 28 Allston Way, Suite 2 Berkeley, CA

More information

ON THE PERFORMANCE OF STANDARD-INDEPENDENT I/Q IMBALANCE COMPENSATION IN OFDM DIRECT-CONVERSION RECEIVERS

ON THE PERFORMANCE OF STANDARD-INDEPENDENT I/Q IMBALANCE COMPENSATION IN OFDM DIRECT-CONVERSION RECEIVERS ON THE PERFORMANCE OF STANDARD-INDEPENDENT I/Q IMBALANCE COMPENSATION IN OFDM DIRECT-CONVERSION RECEIVERS Marcus Windisch and Gerhard Fettweis Dresden University of Technology, Vodafone Chair Mobile Communications

More information

Single Carrier Ofdm Immune to Intercarrier Interference

Single Carrier Ofdm Immune to Intercarrier Interference International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 10, Issue 3 (March 2014), PP.42-47 Single Carrier Ofdm Immune to Intercarrier Interference

More information

OFDM system: Discrete model Spectral efficiency Characteristics. OFDM based multiple access schemes. OFDM sensitivity to synchronization errors

OFDM system: Discrete model Spectral efficiency Characteristics. OFDM based multiple access schemes. OFDM sensitivity to synchronization errors Introduction - Motivation OFDM system: Discrete model Spectral efficiency Characteristics OFDM based multiple access schemes OFDM sensitivity to synchronization errors 4 OFDM system Main idea: to divide

More information

Multipath Beamforming for UWB: Channel Unknown at the Receiver

Multipath Beamforming for UWB: Channel Unknown at the Receiver Multipath Beamforming for UWB: Channel Unknown at the Receiver Di Wu, Predrag Spasojević, and Ivan Seskar WINLAB, Rutgers University 73 Brett Road, Piscataway, NJ 08854 {diwu,spasojev,seskar}@winlab.rutgers.edu

More information

PERSONAL communication systems (PCS s) make communication

PERSONAL communication systems (PCS s) make communication IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 46, NO. 3, AUGUST 1997 625 A Novel FSK Demodulation Method Using Short-Time DFT Analysis for LEO Satellite Communication Systems Shinsuke Hara, Member, IEEE,

More information

Wireless Communication: Concepts, Techniques, and Models. Hongwei Zhang

Wireless Communication: Concepts, Techniques, and Models. Hongwei Zhang Wireless Communication: Concepts, Techniques, and Models Hongwei Zhang http://www.cs.wayne.edu/~hzhang Outline Digital communication over radio channels Channel capacity MIMO: diversity and parallel channels

More information

B SCITEQ. Transceiver and System Design for Digital Communications. Scott R. Bullock, P.E. Third Edition. SciTech Publishing, Inc.

B SCITEQ. Transceiver and System Design for Digital Communications. Scott R. Bullock, P.E. Third Edition. SciTech Publishing, Inc. Transceiver and System Design for Digital Communications Scott R. Bullock, P.E. Third Edition B SCITEQ PUBLISHtN^INC. SciTech Publishing, Inc. Raleigh, NC Contents Preface xvii About the Author xxiii Transceiver

More information

Making Noise in RF Receivers Simulate Real-World Signals with Signal Generators

Making Noise in RF Receivers Simulate Real-World Signals with Signal Generators Making Noise in RF Receivers Simulate Real-World Signals with Signal Generators Noise is an unwanted signal. In communication systems, noise affects both transmitter and receiver performance. It degrades

More information

Detection of an LTE Signal Based on Constant False Alarm Rate Methods and Constant Amplitude Zero Autocorrelation Sequence

Detection of an LTE Signal Based on Constant False Alarm Rate Methods and Constant Amplitude Zero Autocorrelation Sequence Detection of an LTE Signal Based on Constant False Alarm Rate Methods and Constant Amplitude Zero Autocorrelation Sequence Marjan Mazrooei sebdani, M. Javad Omidi Department of Electrical and Computer

More information

Audio Restoration Based on DSP Tools

Audio Restoration Based on DSP Tools Audio Restoration Based on DSP Tools EECS 451 Final Project Report Nan Wu School of Electrical Engineering and Computer Science University of Michigan Ann Arbor, MI, United States wunan@umich.edu Abstract

More information

ANALOGUE TRANSMISSION OVER FADING CHANNELS

ANALOGUE TRANSMISSION OVER FADING CHANNELS J.P. Linnartz EECS 290i handouts Spring 1993 ANALOGUE TRANSMISSION OVER FADING CHANNELS Amplitude modulation Various methods exist to transmit a baseband message m(t) using an RF carrier signal c(t) =

More information

ESTIMATION OF FREQUENCY SELECTIVITY FOR OFDM BASED NEW GENERATION WIRELESS COMMUNICATION SYSTEMS

ESTIMATION OF FREQUENCY SELECTIVITY FOR OFDM BASED NEW GENERATION WIRELESS COMMUNICATION SYSTEMS ESTIMATION OF FREQUENCY SELECTIVITY FOR OFDM BASED NEW GENERATION WIRELESS COMMUNICATION SYSTEMS Hüseyin Arslan and Tevfik Yücek Electrical Engineering Department, University of South Florida 422 E. Fowler

More information

Study of Turbo Coded OFDM over Fading Channel

Study of Turbo Coded OFDM over Fading Channel International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 3, Issue 2 (August 2012), PP. 54-58 Study of Turbo Coded OFDM over Fading Channel

More information

Simplified Levenberg-Marquardt Algorithm based PAPR Reduction for OFDM System with Neural Network

Simplified Levenberg-Marquardt Algorithm based PAPR Reduction for OFDM System with Neural Network Simplified Levenberg-Marquardt Algorithm based PAPR Reduction for OFDM System with Neural Network Rahul V R M Tech Communication Department of Electronics and Communication BCCaarmel Engineering College,

More information

Lab 3.0. Pulse Shaping and Rayleigh Channel. Faculty of Information Engineering & Technology. The Communications Department

Lab 3.0. Pulse Shaping and Rayleigh Channel. Faculty of Information Engineering & Technology. The Communications Department Faculty of Information Engineering & Technology The Communications Department Course: Advanced Communication Lab [COMM 1005] Lab 3.0 Pulse Shaping and Rayleigh Channel 1 TABLE OF CONTENTS 2 Summary...

More information

A Novel Joint Synchronization Scheme for Low SNR GSM System

A Novel Joint Synchronization Scheme for Low SNR GSM System ISSN 2319-4847 A Novel Joint Synchronization Scheme for Low SNR GSM System Samarth Kerudi a*, Dr. P Srihari b a* Research Scholar, Jawaharlal Nehru Technological University, Hyderabad, India b Prof., VNR

More information

THE COMBINATION OF CLIPPING AND FILTERING WITH SELECTIVE MAPPING METHODS FOR PEAK TO AVERAGE POWER RATIO REDUCTION IN OFDM

THE COMBINATION OF CLIPPING AND FILTERING WITH SELECTIVE MAPPING METHODS FOR PEAK TO AVERAGE POWER RATIO REDUCTION IN OFDM 24 Acta Electrotechnica et Informatica, Vol. 9, No. 4, 2009, 24 29 THE COMBINATION OF CLIPPING AND FILTERING WITH SELECTIVE MAPPING METHODS FOR PEAK TO AVERAGE POWER RATIO REDUCTION IN OFDM Josef URBAN,

More information

Performance analysis of OFDM with QPSK using AWGN and Rayleigh Fading Channel

Performance analysis of OFDM with QPSK using AWGN and Rayleigh Fading Channel Performance analysis of OFDM with QPSK using AWGN and Rayleigh Fading Channel 1 V.R.Prakash* (A.P) Department of ECE Hindustan university Chennai 2 P.Kumaraguru**(A.P) Department of ECE Hindustan university

More information