SlideShare a Scribd company logo
1 of 6
Download to read offline
International Journal of Engineering Research and Development
ISSN: 2278-067X, Volume 1, Issue 4 (June 2012), PP.38-43
www.ijerd.com

      MC CDMA PAPR Reduction Using Discrete Logarithmic
                       Method
                         B.Sarala1, D.S.Venketeswarlu2, B.N.Bhandari1
                       1
                         Department of ECE, M V S R Engineering College, JNTU, Hyderabad, India..
      2
          Department of ECE, Progressive Engineering College, Cheekati Mamidi, HMDA, JNTU, Hyderabad, India.

Abstract––High Peak to Average Power Ratio (PAPR) of the transmitted signal deteriorates Multi-Carrier Code Division
Multiple Access (MC CDMA) system performance, due to large number of subcarriers. This paper proposes a new
technique to reduce PAPR of MC CDMA signal using Discrete Logarithm Method (DLM). Simulation results indicate
reduction of PAPR by more than 5.0dB without increasing BER.

Keywords––PAPR, MC CDMA, DLM, BER.

                                            I.      INTRODUCTION
           Discrete Logarithmic Method (DLM) has earlier been used in cryptography [1]. If an air interface is used as a
communication channel, the information of the communication may be exposed to an eavesdropper or system services
can be fraudulently altered. In order to have good security over wireless channel, the DLM is proposed for MC CDMA
PAPR reduction and security measures.
           The DLM is the inverse of exponentiation in a finite cyclic group. For a given cyclic group DLM modulo p is
to determine the integer x for a given pair g and h, h= gx. DLM is to find the smallest non-negative number integer x
such that h=gx. The explosion of wireless devices has risen by the following issues: There is a need to eliminate signal
interference from bandwidth congestion, there is increasing demand for higher frequencies, there is need to increase
security and battery life. Using DLM, increased security, reduced power, and increased battery life [2].DLM exhibits two
properties namely easy to compute in the transmission, where as inverse is hard to compute in the reception without
special information. With special information, inverse is also easy to compute.
          An n-bit encoding of the n-bit binary integer based on DLM allows integer multiplication to be reduced to
addition and integer exponentiation to multiplication. When computing the exponentiation operation 𝛽e mod (2n) of a
base 𝛽 (𝛽=3), usually different methods are used for Discrete Logarithmic method encoding and decoding algorithms.
The DLM encoding schemes are additive exponentiation modulo 2 n, additive based DLM modulo 2n and unified
conversion and reconversion algorithm integer powering using intermediate DLM representation, feedback shift add
algorithm (FSA), existing fast binary squaring algorithm, and look-up based structure [3, 4].
          This paper proposes reduction in PAPR of MC CDMA system transmitted signal using DLM. The n-bit integer
based discrete logarithm encoding from binary to DLM and DLM to binary encoding/decoding needs O(n) additions.
Discrete logarithm modulo 2n with logarithm base 3 of A by dlg (A) has been used [5]. The exponent e is represented
such that 3e is congruent with (A mod 2n) that is      =              .
           The rest of the paper is organized as follows: Section II describes MC CDMA system and PAPR models. In
section III related works are discussed. In section IV proposed system model of MC CDMA with Discrete Logarithm is
discussed. Computer simulations are presented in section V. Finally, conclusions are listed in section VI.


                           II.      MC CDMA SYSTEM & PAPR REDUCTION
         Figure 1 shows the MC CDMA transmitter for kth user. It transmits each data symbol of a K user
simultaneously on several narrow band sub channels. In MC CDMA K user data symbols are spread, then modulated and
mapped in the frequency domain using Inverse Fast Fourier Transform (IFFT). At the spreader the k user data spread in
the time domain by kth users spreading sequence, then applied to Quadrature Amplitude Modulation (QAM) mapper
followed by serial to parallel (S/P) converter and then applied to IFFT in the frequency domain.




                                                           38
MC CDMA PAPR Reduction Using Discrete Logarithmic Method


         CDMA TRANSMITTER                                                           OFDM TRANSMITTER

       K USER          SPREADER               QAM                 S/P               IFFT       P/S & CP     DAC
       DATA                                  MAPPER                                                         &HPA




                                        Figure 2. Block Diagram of MC CDMA Receiver

Received
K user data
                                         DE                                                               ADC & CP
                       DEMOD             SPREAD             P/S                 FFT          S/P          REMOVAL




                                        Figure 2. Block Diagram of MC CDMA Receiver


           The MC CDMA receiver model for kth user is shown in figure (2). The received signal is first down converted,
and the cyclic prefix or guard interval is removed. Then, the data is fed to serial to parallel converter. After that, the
signal is transformed using FFT and fed to dispreading and demodulation blocks [6].

          Generally, the PAPR of the MC CDMA signal x (t) is defined as the ratio between maximum instaneous power
and its average power during the MC CDMA signal [7].




Where E [.] denotes expectation and complementary cumulative distribution function for MC CDMA signal can be
written as CCDF = probability (PAPR> x0), where x0 is the Threshold.
PAPR of MC CDMA signal is mathematically defined as




An additional measure to determine the envelope variation is the crest factor (CF), which is CF = √PAPR.

                                                III.       RELATED WORK
         Earlier we proposed a new technique for reduction in PAPR of the Multicarrier Code Division Multiple Access
(MC CDMA) signals are based on combining the Discrete Cosine Transform (DCT) /multi-resolution Discrete Wavelet
Transform (DWT) with companding is proposed [6]. It is analysed and implemented using MATLAB. This paper
proposes a new technique using Discrete Logarithm Method to reduce PAPR of the transmitted signal of MC CDMA
system.
                                IV.        DISCRETE LOGARITHMIC METHOD
          In this paper uses n-bit encoding of the n-bit binary integer based on Discrete Logarithmic Method. The main
objective of using DLM is to reduce the PAPR of MC CDMA transmitted signal and improves security. DLM is
represented by any integer x is set of [0, 2n-1] by a triple (s, p, e), and use the term DLM for the n-bit encoding of the
triple. The representation employs reduction modulo 2n of a three term product introduced by Benchhop [8]. The n-bit
integer x = b n-1 b n-2 ...b 1 b 0 can be represented by an exponent triple (s, p, e) satisfying the factored expression.



Where s = sign bit, e = exponent, 2n = residue modulo 2n, p and e can be determined by n.

A. BINARY TO DLM ENCODING:
Binary to DLM algorithm is as follows:
Step1. A standard binary radix n bit string x = b n-1 b n-2 ...b 1 b 0.
Step2. The separable exponent triple binary integer bit strings (s, p, e), where s ∈ {0. 1}, and p and e are determined by n
with
                                                  .
Step3.DLM bit string an-1 an-2 ...a1 a0 having a value of y = an-1 an-2 ...a1 a0.
                                                                  39
MC CDMA PAPR Reduction Using Discrete Logarithmic Method



B.   DLM TO BINARY DECODING:

         DLM          to     binary      inputs          are       n,      e      =     en-3       en-4....     e2          e1   e0.



          Deconversion algorithm is as follows:
Step1. Exponent e can be expressed as a sum of dlg (2i+1)’s termed the two-one discrete logs.
Since 3dlg (2i+1) = 2i+1, it follows that the corresponding multiplications can be performed as a series of shift and add
operations.
Step2. Deconversion algorithm determines the unique set of dlg (2i+1)’s whose sum modulo 2n-2 = e.


                                V.         PROPOSED MC CDMA SYSTEM


      K USER               BINARY                SPREADE                MAPPER              OFDM                    DAC &
      DATA                 TO DLM                R                                           TXR                     HPA




                                      Figure3. MC CDMA Transmitter with DLM.




         DLM TO                DE -                          DE -                OFDM                         ADC
         BINARY                SPREADING                     MAPPING             RECEIVER




                               Figure.4 MC CDMA Receiver block Diagram with DLM


Figure 1 shows the block diagram of MC CDMA with proposed DLM system [6, 7]. The algorithm for MC CDMA with
DLM is as follows:
    1. The input binary sequence b(n) is applied to DLM encoding block prior to CDMA transmitter, i.e. an=dlg(b(n)).
    2. DLM output an is multiplied with spreading code using Walsh Hadamard code Ck (s) in CDMA transmitter i.e.
          Q = anCk (s).
    3. The spreading sequences are mapped in CDMA transmitter, and then applied to an IFFT (Q).

         Further q is up-converted by DAC and amplified using High Power Amplifier (HPA) prior to transmission.

Figure 2 shows the block diagrams of MC CDMA receiver with DLM. The receiver algorithm is as follows:
          1. Introduce Additive white Gaussian Noise (AWGN) /multipath channel for transmitted signal. Channel
              output is converted from serial to parallel
              bits, and then applied to a FFT transform and
              Parallel to Serial Converter (in OFDM receiver).
                                                     , where
                                                        .

         2.    The OFDM receiver output is applied to CDMA Receiver (de-mapper and de-spreader).
                    = Ck(s).
         3.    The CDMA receiver output is applied to inverse discrete logarithmic method to recover original binary



               data i.e.       = inverse dlg (          ).




                                                                 40
MC CDMA PAPR Reduction Using Discrete Logarithmic Method


                                                  VI.         SIMULATION RESULTS
           Original MC CDMA and MC CDMA with DLM systems are implemented using MATLAB with the following
specifications: number of symbols is 512 and 4096, IFFT size is 128 and 256, and numbers of subcarriers are 16, 32 and
64 for DLM, spreading codes are Walsh Hadamard (WH) codes and modulation used is QPSK. The performance of
PAPR can be evaluated using Complementary Cumulative Distribution Function (CCDF) of PAPR of MC CDMA with
DLM. The results are compared with original MC CDMA (without DLM).

          Figures 5, 6 show that the CCDF performance of a MC CDMA original system with and without DLM. At
CCDF = 10-2, MC CDMA with DLM method, the PAPR is reduced by 4.0 dB when compared to the original MC
CDMA system for 32 and 64 subcarriers, and symbols 512. Figures 7, 8 and 9 show that the CCDF performance of a MC
CDMA original system with and without DLM. At CCDF = 10 -2, MC CDMA with DLM method, the PAPR is reduced
by 4.5 dB for 16 subcarriers, and 5.0 dB for 32 and 64 subcarriers, symbols 4096 and IFFT 256, when compared to the
original MC CDMA system. The number of subcarriers increases to increase power of MC CDMA transmitted signal. As
the number of symbols increases PAPR reduced further.

         Using MC CDMA with DLM a very substantial amount of PAPR is reduced without decreasing BER
performance as shown in figure 10. Figure 11 shows that the Power spectral Density of MC CDMA with DLM scheme
reduces 10 dB in the main lobe and side lobe component when compared with the MC CDMA system.


                                     0
                                                      Performance analysis of PAPR for MC CDMA
                                 10
                                                                                        Original MC CDMA
                                                                                        DLM MC CDMA
                       ---CCDF




                                     -1
                                 10




                                     -2
                                 10
                                          0       2           4            6        8            10        12
                                                                   ------PAPR(dB)

  Figure 5 MC CDMA PAPR performances with DLM and Walsh codes with 32 subcarriers, symbols 512, IFFT 128.

                           0
                                                  Performance analysis of PAPR for MC CDMA
                      10
                                                                                          Original MC CDMA
                                                                                          DLM MC CDMA
            ---CCDF




                           -1
                      10




                           -2
                      10
                                 0            2           4          6         8         10           12        14
                                                                   ------PAPR(dB)

  Figure 6 MC CDMA PAPR performances with DLM and Walsh codes with 64 subcarriers, symbols 512, IFFT 128.


                                                                       41
MC CDMA PAPR Reduction Using Discrete Logarithmic Method



                           0
                                            Performance analysis of PAPR for MC CDMA
                      10
                                                                               Original MC CDMA
                                                                               DLM MC CDMA

            ---CCDF



                           -1
                      10




                           -2
                      10
                                0       1         2         3         4        5          6           7
                                                          ------PAPR(dB)

  Figure 7 MC CDMA PAPR performances with DLM and Walsh codes with 16 subcarriers, symbols 4096, IFFT 256

                           0
                                            Performance analysis of PAPR for MC CDMA
                      10
                                                                               Original MC CDMA
                                                                               DLM MC CDMA
           ---CCDF




                           -1
                      10




                           -2
                      10
                                0   1        2        3       4      5     6         7        8       9
                                                          ------PAPR(dB)

Figure 8 MC CDMA PAPR performances with DLM and Walsh codes with 32 subcarriers, symbols 4096, IFFT 256

                       0
                                            Performance analysis of PAPR for MC CDMA
                      10
                                                                                   Original MC CDMA
                                                                                   DLM MC CDMA
         ---CCDF




                       -1
                      10




                       -2
                      10
                               0        2             4           6        8             10           12
                                                          ------PAPR(dB)

Figure 9 MC CDMA PAPR performances with DLM and Walsh codes with 64 subcarriers, symbols 4096, IFFT 256




                                                              42
MC CDMA PAPR Reduction Using Discrete Logarithmic Method


                                           0
                                                                              Performance analysis
                                      10
                                                                                                         original MCCDMA
                                                                                                         MCCDMA with DLS

                                           -1
                                      10
                            ----BER

                                           -2
                                      10




                                           -3
                                      10




                                           -4
                                      10
                                               0            2             4             6            8           10         12
                                                                                   -----EbNo

                                                   Figure 10 MC CDMA BER performances with DLM and Walsh codes

                                                                       Magnitude Response (dB)

                               10
                                                                                                         Original MCCDMA
                                                                                                         MCCDMA w ith DLM
                                      0


                             -10
           Magnitude (dB)




                             -20

                             -30


                             -40

                             -50


                             -60


                                      -1           -0.8   -0.6   -0.4     -0.2     0       0.2     0.4     0.6        0.8
                                                                  Normalized Frequency ( rad/sample)
                                                   Figure 11 MC CDMA BER performances with DLM and Walsh codes

                                                                   VII.        CONCLUSIONS
            MC CDMA is used to combat channel distortion, and improves the spectral efficiency, supports high data rate,
 robust against multipath fading. In this paper, a MC CDMA system using DLM is implemented to reduce the PAPR, and
 improve security. DLM algorithm requires O(n) additions additionally in transmission and O(n/2) multiplications in
 reception.

          In MC CDMA with DLM method, the PAPR is reduced by 4 dB and 5 dB when compared with the MC
 CDMA system for 512 and 4096 symbols. The proposed technique reduces PAPR, and improves the spectrum efficiency
 and security. The power spectral density has reduced by 10 dB without increasing BER. Proposed system has superior
 performance in terms of power spectral density and low PAPR.

                                                                          REFERENCES
[1].      G.V.S Raju and Rehan Akbani, Elliptic curve cryptosystem and its application,, Proceedings of IEEE International
          conference on Systems, Man & Cybernetics, pp 1-4, 2003.
[2].      Robert Stewn Ower, John Hamilton, An Elloptical Cryptographic algorithm for Wireless devices. winter simulation
          conference @IEEE, pp.1424-1429, 2007.
[3].      Alexander Fit-Florea, Lien Li, Mitchell A, Thorton, and David W. Matula, A Discrete Logarithm number system for Integer
          Arithmetic Modulo 2k: Algorithms and lookup structures, IEEE Transactions on computers, vol.58, no.2, pp 163-174, 2009.
[4].      A.Fit-Florea D.W.Matula and M.A Thomton, Addition based exponentiation modulo 2 k, IEEE electronic letters, vol.41, no.2
          2005.
[5].      Fit Florea, A, and Matula, D.W , A digit-serial algorithm for the discrete logarithm modulo 2k, IEEE 15th International
          Conference on Application Specific Systems, architecture and processors, SAP, 2004.
[6].      B.Sarala, D.S. Venkateswarlu, MC CDMA PAPR Reduction Techniques using Discrete Transforms and Companding, IJDPS
          Nov.2011, Vol.2, No.6, PP 253-270, 2011.
[7].      Zhongpeng Wang,, Combined DCT and companding for PAPR reduction in OFDM Signals, Journal of Signal and
          Information Processing, Vol.2, pp 100-104, 2011.
[8].      N.F.Benchhop, Multiplier for the multiplication of at least two figures in an original format, US patent5.923.888,July 1999.


                                                                                   43

More Related Content

What's hot

Symbol Error Rate of Star QAM
Symbol Error Rate of Star QAMSymbol Error Rate of Star QAM
Symbol Error Rate of Star QAMSourjya Dutta
 
Adaptive delta modulation of Speech signal
Adaptive delta modulation of Speech signalAdaptive delta modulation of Speech signal
Adaptive delta modulation of Speech signalSai Malleswar
 
komdat5
komdat5komdat5
komdat5pasca
 
haffman coding DCT transform
haffman coding DCT transformhaffman coding DCT transform
haffman coding DCT transformaniruddh Tyagi
 
Comparative Analysis of Distortive and Non-Distortive Techniques for PAPR Red...
Comparative Analysis of Distortive and Non-Distortive Techniques for PAPR Red...Comparative Analysis of Distortive and Non-Distortive Techniques for PAPR Red...
Comparative Analysis of Distortive and Non-Distortive Techniques for PAPR Red...IDES Editor
 
Tractable computation in outage performance analysis of relay selection NOMA
Tractable computation in outage performance analysis of relay selection NOMATractable computation in outage performance analysis of relay selection NOMA
Tractable computation in outage performance analysis of relay selection NOMATELKOMNIKA JOURNAL
 
Companding and DPCM and ADPCM
Companding and DPCM and ADPCMCompanding and DPCM and ADPCM
Companding and DPCM and ADPCMnaimish12
 

What's hot (20)

Symbol Error Rate of Star QAM
Symbol Error Rate of Star QAMSymbol Error Rate of Star QAM
Symbol Error Rate of Star QAM
 
Adaptive delta modulation of Speech signal
Adaptive delta modulation of Speech signalAdaptive delta modulation of Speech signal
Adaptive delta modulation of Speech signal
 
Peak to avrage power ratio
Peak to avrage power ratioPeak to avrage power ratio
Peak to avrage power ratio
 
Wcdma
WcdmaWcdma
Wcdma
 
komdat5
komdat5komdat5
komdat5
 
haffman coding DCT transform
haffman coding DCT transformhaffman coding DCT transform
haffman coding DCT transform
 
48
4848
48
 
Comparative Analysis of Distortive and Non-Distortive Techniques for PAPR Red...
Comparative Analysis of Distortive and Non-Distortive Techniques for PAPR Red...Comparative Analysis of Distortive and Non-Distortive Techniques for PAPR Red...
Comparative Analysis of Distortive and Non-Distortive Techniques for PAPR Red...
 
Waveform coding
Waveform codingWaveform coding
Waveform coding
 
Dvb s2-vcm
Dvb s2-vcmDvb s2-vcm
Dvb s2-vcm
 
Dvb s2-vcm
Dvb s2-vcmDvb s2-vcm
Dvb s2-vcm
 
Tractable computation in outage performance analysis of relay selection NOMA
Tractable computation in outage performance analysis of relay selection NOMATractable computation in outage performance analysis of relay selection NOMA
Tractable computation in outage performance analysis of relay selection NOMA
 
Channel estimation
Channel estimationChannel estimation
Channel estimation
 
A0530106
A0530106A0530106
A0530106
 
Ch12
Ch12Ch12
Ch12
 
8
88
8
 
Companding and DPCM and ADPCM
Companding and DPCM and ADPCMCompanding and DPCM and ADPCM
Companding and DPCM and ADPCM
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
intro_dgital_TV
intro_dgital_TVintro_dgital_TV
intro_dgital_TV
 
Ch12
Ch12Ch12
Ch12
 

Viewers also liked

International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Router 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationRouter 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationIJERD Editor
 
Reducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignReducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignIJERD Editor
 
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’IJERD Editor
 
MEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEMEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEIJERD Editor
 
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...IJERD Editor
 

Viewers also liked (9)

www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
Router 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationRouter 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and Verification
 
Reducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignReducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding Design
 
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’
 
MEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEMEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACE
 
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
 

Similar to www.ijerd.com

SC-FDM-IDMA Scheme Employing BCH Coding
SC-FDM-IDMA Scheme Employing BCH Coding SC-FDM-IDMA Scheme Employing BCH Coding
SC-FDM-IDMA Scheme Employing BCH Coding IJECEIAES
 
Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...
Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...
Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...eSAT Journals
 
Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...
Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...
Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...eSAT Publishing House
 
PERFORMANCE EVALUATION OF MC-CDMA SYSTEM OVER RAYLEIGH FADING CHANNEL
PERFORMANCE EVALUATION OF MC-CDMA SYSTEM OVER RAYLEIGH FADING CHANNELPERFORMANCE EVALUATION OF MC-CDMA SYSTEM OVER RAYLEIGH FADING CHANNEL
PERFORMANCE EVALUATION OF MC-CDMA SYSTEM OVER RAYLEIGH FADING CHANNELIJCSES Journal
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Qpsk modulation for dsss cdma transmitter and receiver using fpga
Qpsk modulation for dsss cdma transmitter and receiver using fpgaQpsk modulation for dsss cdma transmitter and receiver using fpga
Qpsk modulation for dsss cdma transmitter and receiver using fpgaIAEME Publication
 
High performance nb-ldpc decoder with reduction of message exchange
High performance nb-ldpc decoder with reduction of message exchange High performance nb-ldpc decoder with reduction of message exchange
High performance nb-ldpc decoder with reduction of message exchange Ieee Xpert
 
Reduced Energy Min-Max Decoding Algorithm for Ldpc Code with Adder Correction...
Reduced Energy Min-Max Decoding Algorithm for Ldpc Code with Adder Correction...Reduced Energy Min-Max Decoding Algorithm for Ldpc Code with Adder Correction...
Reduced Energy Min-Max Decoding Algorithm for Ldpc Code with Adder Correction...ijceronline
 
Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK ...
Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK ...Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK ...
Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK ...Editor Jacotech
 
V.KARTHIKEYAN PUBLISHED ARTICLE AAA
V.KARTHIKEYAN PUBLISHED ARTICLE AAAV.KARTHIKEYAN PUBLISHED ARTICLE AAA
V.KARTHIKEYAN PUBLISHED ARTICLE AAAKARTHIKEYAN V
 
V.karthikeyan published article1
V.karthikeyan published article1V.karthikeyan published article1
V.karthikeyan published article1KARTHIKEYAN V
 
Design of Continuous Time Multibit Sigma Delta ADC for Next Generation Wirele...
Design of Continuous Time Multibit Sigma Delta ADC for Next Generation Wirele...Design of Continuous Time Multibit Sigma Delta ADC for Next Generation Wirele...
Design of Continuous Time Multibit Sigma Delta ADC for Next Generation Wirele...IJERA Editor
 
Application of diversity techniques for multi user idma communication system
Application of diversity techniques for multi user idma communication systemApplication of diversity techniques for multi user idma communication system
Application of diversity techniques for multi user idma communication systemAlexander Decker
 

Similar to www.ijerd.com (20)

SC-FDM-IDMA Scheme Employing BCH Coding
SC-FDM-IDMA Scheme Employing BCH Coding SC-FDM-IDMA Scheme Employing BCH Coding
SC-FDM-IDMA Scheme Employing BCH Coding
 
Digital communication unit II
Digital communication unit IIDigital communication unit II
Digital communication unit II
 
Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...
Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...
Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...
 
Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...
Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...
Estimation and design of mc ds-cdma for hybrid concatenated coding in high sp...
 
PERFORMANCE EVALUATION OF MC-CDMA SYSTEM OVER RAYLEIGH FADING CHANNEL
PERFORMANCE EVALUATION OF MC-CDMA SYSTEM OVER RAYLEIGH FADING CHANNELPERFORMANCE EVALUATION OF MC-CDMA SYSTEM OVER RAYLEIGH FADING CHANNEL
PERFORMANCE EVALUATION OF MC-CDMA SYSTEM OVER RAYLEIGH FADING CHANNEL
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Qpsk modulation for dsss cdma transmitter and receiver using fpga
Qpsk modulation for dsss cdma transmitter and receiver using fpgaQpsk modulation for dsss cdma transmitter and receiver using fpga
Qpsk modulation for dsss cdma transmitter and receiver using fpga
 
461 470
461 470461 470
461 470
 
High performance nb-ldpc decoder with reduction of message exchange
High performance nb-ldpc decoder with reduction of message exchange High performance nb-ldpc decoder with reduction of message exchange
High performance nb-ldpc decoder with reduction of message exchange
 
Reduced Energy Min-Max Decoding Algorithm for Ldpc Code with Adder Correction...
Reduced Energy Min-Max Decoding Algorithm for Ldpc Code with Adder Correction...Reduced Energy Min-Max Decoding Algorithm for Ldpc Code with Adder Correction...
Reduced Energy Min-Max Decoding Algorithm for Ldpc Code with Adder Correction...
 
11 appendix M.TECH ( M S WORD FILE )
11 appendix M.TECH ( M S WORD FILE )11 appendix M.TECH ( M S WORD FILE )
11 appendix M.TECH ( M S WORD FILE )
 
11 appendix M.TECH ( PDF FILE )
11 appendix M.TECH ( PDF FILE )11 appendix M.TECH ( PDF FILE )
11 appendix M.TECH ( PDF FILE )
 
Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK ...
Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK ...Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK ...
Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK ...
 
G0361052058
G0361052058G0361052058
G0361052058
 
V.KARTHIKEYAN PUBLISHED ARTICLE AAA
V.KARTHIKEYAN PUBLISHED ARTICLE AAAV.KARTHIKEYAN PUBLISHED ARTICLE AAA
V.KARTHIKEYAN PUBLISHED ARTICLE AAA
 
V.karthikeyan published article1
V.karthikeyan published article1V.karthikeyan published article1
V.karthikeyan published article1
 
Design of Continuous Time Multibit Sigma Delta ADC for Next Generation Wirele...
Design of Continuous Time Multibit Sigma Delta ADC for Next Generation Wirele...Design of Continuous Time Multibit Sigma Delta ADC for Next Generation Wirele...
Design of Continuous Time Multibit Sigma Delta ADC for Next Generation Wirele...
 
MC-cdma
MC-cdmaMC-cdma
MC-cdma
 
456 460
456 460456 460
456 460
 
Application of diversity techniques for multi user idma communication system
Application of diversity techniques for multi user idma communication systemApplication of diversity techniques for multi user idma communication system
Application of diversity techniques for multi user idma communication system
 

More from IJERD Editor

A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksA Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksIJERD Editor
 
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...IJERD Editor
 
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRMitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRIJERD Editor
 
Study on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingStudy on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingIJERD Editor
 
Spyware triggering system by particular string value
Spyware triggering system by particular string valueSpyware triggering system by particular string value
Spyware triggering system by particular string valueIJERD Editor
 
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...IJERD Editor
 
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeSecure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeIJERD Editor
 
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...IJERD Editor
 
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraGesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraIJERD Editor
 
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...IJERD Editor
 
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...IJERD Editor
 
Moon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingMoon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingIJERD Editor
 
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...IJERD Editor
 
Importance of Measurements in Smart Grid
Importance of Measurements in Smart GridImportance of Measurements in Smart Grid
Importance of Measurements in Smart GridIJERD Editor
 
Study of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderStudy of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderIJERD Editor
 
Seismic Drift Consideration in soft storied RCC buildings: A Critical Review
Seismic Drift Consideration in soft storied RCC buildings: A Critical ReviewSeismic Drift Consideration in soft storied RCC buildings: A Critical Review
Seismic Drift Consideration in soft storied RCC buildings: A Critical ReviewIJERD Editor
 
Post processing of SLM Ti-6Al-4V Alloy in accordance with AMS 4928 standards
Post processing of SLM Ti-6Al-4V Alloy in accordance with AMS 4928 standardsPost processing of SLM Ti-6Al-4V Alloy in accordance with AMS 4928 standards
Post processing of SLM Ti-6Al-4V Alloy in accordance with AMS 4928 standardsIJERD Editor
 
Treatment of Waste Water from Organic Fraction Incineration of Municipal Soli...
Treatment of Waste Water from Organic Fraction Incineration of Municipal Soli...Treatment of Waste Water from Organic Fraction Incineration of Municipal Soli...
Treatment of Waste Water from Organic Fraction Incineration of Municipal Soli...IJERD Editor
 
Content Based Video Retrieval Using Integrated Feature Extraction and Persona...
Content Based Video Retrieval Using Integrated Feature Extraction and Persona...Content Based Video Retrieval Using Integrated Feature Extraction and Persona...
Content Based Video Retrieval Using Integrated Feature Extraction and Persona...IJERD Editor
 
Planar Internal Antenna Design for Cellular Applications & SAR Analysis
Planar Internal Antenna Design for Cellular Applications & SAR AnalysisPlanar Internal Antenna Design for Cellular Applications & SAR Analysis
Planar Internal Antenna Design for Cellular Applications & SAR AnalysisIJERD Editor
 

More from IJERD Editor (20)

A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksA Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
 
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
 
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRMitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
 
Study on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingStudy on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive Manufacturing
 
Spyware triggering system by particular string value
Spyware triggering system by particular string valueSpyware triggering system by particular string value
Spyware triggering system by particular string value
 
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
 
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeSecure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
 
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
 
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraGesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
 
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
 
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
 
Moon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingMoon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF Dxing
 
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
 
Importance of Measurements in Smart Grid
Importance of Measurements in Smart GridImportance of Measurements in Smart Grid
Importance of Measurements in Smart Grid
 
Study of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderStudy of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powder
 
Seismic Drift Consideration in soft storied RCC buildings: A Critical Review
Seismic Drift Consideration in soft storied RCC buildings: A Critical ReviewSeismic Drift Consideration in soft storied RCC buildings: A Critical Review
Seismic Drift Consideration in soft storied RCC buildings: A Critical Review
 
Post processing of SLM Ti-6Al-4V Alloy in accordance with AMS 4928 standards
Post processing of SLM Ti-6Al-4V Alloy in accordance with AMS 4928 standardsPost processing of SLM Ti-6Al-4V Alloy in accordance with AMS 4928 standards
Post processing of SLM Ti-6Al-4V Alloy in accordance with AMS 4928 standards
 
Treatment of Waste Water from Organic Fraction Incineration of Municipal Soli...
Treatment of Waste Water from Organic Fraction Incineration of Municipal Soli...Treatment of Waste Water from Organic Fraction Incineration of Municipal Soli...
Treatment of Waste Water from Organic Fraction Incineration of Municipal Soli...
 
Content Based Video Retrieval Using Integrated Feature Extraction and Persona...
Content Based Video Retrieval Using Integrated Feature Extraction and Persona...Content Based Video Retrieval Using Integrated Feature Extraction and Persona...
Content Based Video Retrieval Using Integrated Feature Extraction and Persona...
 
Planar Internal Antenna Design for Cellular Applications & SAR Analysis
Planar Internal Antenna Design for Cellular Applications & SAR AnalysisPlanar Internal Antenna Design for Cellular Applications & SAR Analysis
Planar Internal Antenna Design for Cellular Applications & SAR Analysis
 

Recently uploaded

08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 

Recently uploaded (20)

08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 

www.ijerd.com

  • 1. International Journal of Engineering Research and Development ISSN: 2278-067X, Volume 1, Issue 4 (June 2012), PP.38-43 www.ijerd.com MC CDMA PAPR Reduction Using Discrete Logarithmic Method B.Sarala1, D.S.Venketeswarlu2, B.N.Bhandari1 1 Department of ECE, M V S R Engineering College, JNTU, Hyderabad, India.. 2 Department of ECE, Progressive Engineering College, Cheekati Mamidi, HMDA, JNTU, Hyderabad, India. Abstract––High Peak to Average Power Ratio (PAPR) of the transmitted signal deteriorates Multi-Carrier Code Division Multiple Access (MC CDMA) system performance, due to large number of subcarriers. This paper proposes a new technique to reduce PAPR of MC CDMA signal using Discrete Logarithm Method (DLM). Simulation results indicate reduction of PAPR by more than 5.0dB without increasing BER. Keywords––PAPR, MC CDMA, DLM, BER. I. INTRODUCTION Discrete Logarithmic Method (DLM) has earlier been used in cryptography [1]. If an air interface is used as a communication channel, the information of the communication may be exposed to an eavesdropper or system services can be fraudulently altered. In order to have good security over wireless channel, the DLM is proposed for MC CDMA PAPR reduction and security measures. The DLM is the inverse of exponentiation in a finite cyclic group. For a given cyclic group DLM modulo p is to determine the integer x for a given pair g and h, h= gx. DLM is to find the smallest non-negative number integer x such that h=gx. The explosion of wireless devices has risen by the following issues: There is a need to eliminate signal interference from bandwidth congestion, there is increasing demand for higher frequencies, there is need to increase security and battery life. Using DLM, increased security, reduced power, and increased battery life [2].DLM exhibits two properties namely easy to compute in the transmission, where as inverse is hard to compute in the reception without special information. With special information, inverse is also easy to compute. An n-bit encoding of the n-bit binary integer based on DLM allows integer multiplication to be reduced to addition and integer exponentiation to multiplication. When computing the exponentiation operation 𝛽e mod (2n) of a base 𝛽 (𝛽=3), usually different methods are used for Discrete Logarithmic method encoding and decoding algorithms. The DLM encoding schemes are additive exponentiation modulo 2 n, additive based DLM modulo 2n and unified conversion and reconversion algorithm integer powering using intermediate DLM representation, feedback shift add algorithm (FSA), existing fast binary squaring algorithm, and look-up based structure [3, 4]. This paper proposes reduction in PAPR of MC CDMA system transmitted signal using DLM. The n-bit integer based discrete logarithm encoding from binary to DLM and DLM to binary encoding/decoding needs O(n) additions. Discrete logarithm modulo 2n with logarithm base 3 of A by dlg (A) has been used [5]. The exponent e is represented such that 3e is congruent with (A mod 2n) that is = . The rest of the paper is organized as follows: Section II describes MC CDMA system and PAPR models. In section III related works are discussed. In section IV proposed system model of MC CDMA with Discrete Logarithm is discussed. Computer simulations are presented in section V. Finally, conclusions are listed in section VI. II. MC CDMA SYSTEM & PAPR REDUCTION Figure 1 shows the MC CDMA transmitter for kth user. It transmits each data symbol of a K user simultaneously on several narrow band sub channels. In MC CDMA K user data symbols are spread, then modulated and mapped in the frequency domain using Inverse Fast Fourier Transform (IFFT). At the spreader the k user data spread in the time domain by kth users spreading sequence, then applied to Quadrature Amplitude Modulation (QAM) mapper followed by serial to parallel (S/P) converter and then applied to IFFT in the frequency domain. 38
  • 2. MC CDMA PAPR Reduction Using Discrete Logarithmic Method CDMA TRANSMITTER OFDM TRANSMITTER K USER SPREADER QAM S/P IFFT P/S & CP DAC DATA MAPPER &HPA Figure 2. Block Diagram of MC CDMA Receiver Received K user data DE ADC & CP DEMOD SPREAD P/S FFT S/P REMOVAL Figure 2. Block Diagram of MC CDMA Receiver The MC CDMA receiver model for kth user is shown in figure (2). The received signal is first down converted, and the cyclic prefix or guard interval is removed. Then, the data is fed to serial to parallel converter. After that, the signal is transformed using FFT and fed to dispreading and demodulation blocks [6]. Generally, the PAPR of the MC CDMA signal x (t) is defined as the ratio between maximum instaneous power and its average power during the MC CDMA signal [7]. Where E [.] denotes expectation and complementary cumulative distribution function for MC CDMA signal can be written as CCDF = probability (PAPR> x0), where x0 is the Threshold. PAPR of MC CDMA signal is mathematically defined as An additional measure to determine the envelope variation is the crest factor (CF), which is CF = √PAPR. III. RELATED WORK Earlier we proposed a new technique for reduction in PAPR of the Multicarrier Code Division Multiple Access (MC CDMA) signals are based on combining the Discrete Cosine Transform (DCT) /multi-resolution Discrete Wavelet Transform (DWT) with companding is proposed [6]. It is analysed and implemented using MATLAB. This paper proposes a new technique using Discrete Logarithm Method to reduce PAPR of the transmitted signal of MC CDMA system. IV. DISCRETE LOGARITHMIC METHOD In this paper uses n-bit encoding of the n-bit binary integer based on Discrete Logarithmic Method. The main objective of using DLM is to reduce the PAPR of MC CDMA transmitted signal and improves security. DLM is represented by any integer x is set of [0, 2n-1] by a triple (s, p, e), and use the term DLM for the n-bit encoding of the triple. The representation employs reduction modulo 2n of a three term product introduced by Benchhop [8]. The n-bit integer x = b n-1 b n-2 ...b 1 b 0 can be represented by an exponent triple (s, p, e) satisfying the factored expression. Where s = sign bit, e = exponent, 2n = residue modulo 2n, p and e can be determined by n. A. BINARY TO DLM ENCODING: Binary to DLM algorithm is as follows: Step1. A standard binary radix n bit string x = b n-1 b n-2 ...b 1 b 0. Step2. The separable exponent triple binary integer bit strings (s, p, e), where s ∈ {0. 1}, and p and e are determined by n with . Step3.DLM bit string an-1 an-2 ...a1 a0 having a value of y = an-1 an-2 ...a1 a0. 39
  • 3. MC CDMA PAPR Reduction Using Discrete Logarithmic Method B. DLM TO BINARY DECODING: DLM to binary inputs are n, e = en-3 en-4.... e2 e1 e0. Deconversion algorithm is as follows: Step1. Exponent e can be expressed as a sum of dlg (2i+1)’s termed the two-one discrete logs. Since 3dlg (2i+1) = 2i+1, it follows that the corresponding multiplications can be performed as a series of shift and add operations. Step2. Deconversion algorithm determines the unique set of dlg (2i+1)’s whose sum modulo 2n-2 = e. V. PROPOSED MC CDMA SYSTEM K USER BINARY SPREADE MAPPER OFDM DAC & DATA TO DLM R TXR HPA Figure3. MC CDMA Transmitter with DLM. DLM TO DE - DE - OFDM ADC BINARY SPREADING MAPPING RECEIVER Figure.4 MC CDMA Receiver block Diagram with DLM Figure 1 shows the block diagram of MC CDMA with proposed DLM system [6, 7]. The algorithm for MC CDMA with DLM is as follows: 1. The input binary sequence b(n) is applied to DLM encoding block prior to CDMA transmitter, i.e. an=dlg(b(n)). 2. DLM output an is multiplied with spreading code using Walsh Hadamard code Ck (s) in CDMA transmitter i.e. Q = anCk (s). 3. The spreading sequences are mapped in CDMA transmitter, and then applied to an IFFT (Q). Further q is up-converted by DAC and amplified using High Power Amplifier (HPA) prior to transmission. Figure 2 shows the block diagrams of MC CDMA receiver with DLM. The receiver algorithm is as follows: 1. Introduce Additive white Gaussian Noise (AWGN) /multipath channel for transmitted signal. Channel output is converted from serial to parallel bits, and then applied to a FFT transform and Parallel to Serial Converter (in OFDM receiver). , where . 2. The OFDM receiver output is applied to CDMA Receiver (de-mapper and de-spreader). = Ck(s). 3. The CDMA receiver output is applied to inverse discrete logarithmic method to recover original binary data i.e. = inverse dlg ( ). 40
  • 4. MC CDMA PAPR Reduction Using Discrete Logarithmic Method VI. SIMULATION RESULTS Original MC CDMA and MC CDMA with DLM systems are implemented using MATLAB with the following specifications: number of symbols is 512 and 4096, IFFT size is 128 and 256, and numbers of subcarriers are 16, 32 and 64 for DLM, spreading codes are Walsh Hadamard (WH) codes and modulation used is QPSK. The performance of PAPR can be evaluated using Complementary Cumulative Distribution Function (CCDF) of PAPR of MC CDMA with DLM. The results are compared with original MC CDMA (without DLM). Figures 5, 6 show that the CCDF performance of a MC CDMA original system with and without DLM. At CCDF = 10-2, MC CDMA with DLM method, the PAPR is reduced by 4.0 dB when compared to the original MC CDMA system for 32 and 64 subcarriers, and symbols 512. Figures 7, 8 and 9 show that the CCDF performance of a MC CDMA original system with and without DLM. At CCDF = 10 -2, MC CDMA with DLM method, the PAPR is reduced by 4.5 dB for 16 subcarriers, and 5.0 dB for 32 and 64 subcarriers, symbols 4096 and IFFT 256, when compared to the original MC CDMA system. The number of subcarriers increases to increase power of MC CDMA transmitted signal. As the number of symbols increases PAPR reduced further. Using MC CDMA with DLM a very substantial amount of PAPR is reduced without decreasing BER performance as shown in figure 10. Figure 11 shows that the Power spectral Density of MC CDMA with DLM scheme reduces 10 dB in the main lobe and side lobe component when compared with the MC CDMA system. 0 Performance analysis of PAPR for MC CDMA 10 Original MC CDMA DLM MC CDMA ---CCDF -1 10 -2 10 0 2 4 6 8 10 12 ------PAPR(dB) Figure 5 MC CDMA PAPR performances with DLM and Walsh codes with 32 subcarriers, symbols 512, IFFT 128. 0 Performance analysis of PAPR for MC CDMA 10 Original MC CDMA DLM MC CDMA ---CCDF -1 10 -2 10 0 2 4 6 8 10 12 14 ------PAPR(dB) Figure 6 MC CDMA PAPR performances with DLM and Walsh codes with 64 subcarriers, symbols 512, IFFT 128. 41
  • 5. MC CDMA PAPR Reduction Using Discrete Logarithmic Method 0 Performance analysis of PAPR for MC CDMA 10 Original MC CDMA DLM MC CDMA ---CCDF -1 10 -2 10 0 1 2 3 4 5 6 7 ------PAPR(dB) Figure 7 MC CDMA PAPR performances with DLM and Walsh codes with 16 subcarriers, symbols 4096, IFFT 256 0 Performance analysis of PAPR for MC CDMA 10 Original MC CDMA DLM MC CDMA ---CCDF -1 10 -2 10 0 1 2 3 4 5 6 7 8 9 ------PAPR(dB) Figure 8 MC CDMA PAPR performances with DLM and Walsh codes with 32 subcarriers, symbols 4096, IFFT 256 0 Performance analysis of PAPR for MC CDMA 10 Original MC CDMA DLM MC CDMA ---CCDF -1 10 -2 10 0 2 4 6 8 10 12 ------PAPR(dB) Figure 9 MC CDMA PAPR performances with DLM and Walsh codes with 64 subcarriers, symbols 4096, IFFT 256 42
  • 6. MC CDMA PAPR Reduction Using Discrete Logarithmic Method 0 Performance analysis 10 original MCCDMA MCCDMA with DLS -1 10 ----BER -2 10 -3 10 -4 10 0 2 4 6 8 10 12 -----EbNo Figure 10 MC CDMA BER performances with DLM and Walsh codes Magnitude Response (dB) 10 Original MCCDMA MCCDMA w ith DLM 0 -10 Magnitude (dB) -20 -30 -40 -50 -60 -1 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 Normalized Frequency ( rad/sample) Figure 11 MC CDMA BER performances with DLM and Walsh codes VII. CONCLUSIONS MC CDMA is used to combat channel distortion, and improves the spectral efficiency, supports high data rate, robust against multipath fading. In this paper, a MC CDMA system using DLM is implemented to reduce the PAPR, and improve security. DLM algorithm requires O(n) additions additionally in transmission and O(n/2) multiplications in reception. In MC CDMA with DLM method, the PAPR is reduced by 4 dB and 5 dB when compared with the MC CDMA system for 512 and 4096 symbols. The proposed technique reduces PAPR, and improves the spectrum efficiency and security. The power spectral density has reduced by 10 dB without increasing BER. Proposed system has superior performance in terms of power spectral density and low PAPR. REFERENCES [1]. G.V.S Raju and Rehan Akbani, Elliptic curve cryptosystem and its application,, Proceedings of IEEE International conference on Systems, Man & Cybernetics, pp 1-4, 2003. [2]. Robert Stewn Ower, John Hamilton, An Elloptical Cryptographic algorithm for Wireless devices. winter simulation conference @IEEE, pp.1424-1429, 2007. [3]. Alexander Fit-Florea, Lien Li, Mitchell A, Thorton, and David W. Matula, A Discrete Logarithm number system for Integer Arithmetic Modulo 2k: Algorithms and lookup structures, IEEE Transactions on computers, vol.58, no.2, pp 163-174, 2009. [4]. A.Fit-Florea D.W.Matula and M.A Thomton, Addition based exponentiation modulo 2 k, IEEE electronic letters, vol.41, no.2 2005. [5]. Fit Florea, A, and Matula, D.W , A digit-serial algorithm for the discrete logarithm modulo 2k, IEEE 15th International Conference on Application Specific Systems, architecture and processors, SAP, 2004. [6]. B.Sarala, D.S. Venkateswarlu, MC CDMA PAPR Reduction Techniques using Discrete Transforms and Companding, IJDPS Nov.2011, Vol.2, No.6, PP 253-270, 2011. [7]. Zhongpeng Wang,, Combined DCT and companding for PAPR reduction in OFDM Signals, Journal of Signal and Information Processing, Vol.2, pp 100-104, 2011. [8]. N.F.Benchhop, Multiplier for the multiplication of at least two figures in an original format, US patent5.923.888,July 1999. 43