SlideShare a Scribd company logo
1 of 7
Download to read offline
Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14)
30 – 31, December 2014, Ernakulam, India
99
HARDWARE EFFICIENT SINGULAR VALUE
DECOMPOSITION IN MIMO-OFDM SYSTEM
Rajeswari S, Prathibha Varghese
ECE Department, SNGCE, Kolenchery, India
ABSTRACT
This paper presents an adaptive hardware design for computing Singular Value Decomposition (SVD) of the
radio communication channel characteristic matrix and is suitable for computing the SVD of a maximum of 4×4 real-
value matrices used in (multiple input Multiple output) MIMO-OFDM(orthogonal frequency division multiplexing)
standards, such as the IEEE 802.11n applications.Hence the data is transmitted without any interference from the
transmitting antenna. Also the data obtained is more reliable. The proposed method is able to deal with any matrix size
implementation and is able to deal with several channel matrices. The information of the right singular-vector matrix can
be fed back to the transmitter for beamforming to improve the error performance when facing the channel matrix. The
algorithms to decompose the channel matrix were implemented using the Spartan6 FPGA from Xilinx as the target
device. The implementation concentrates on utilizing the features of the FPGA to speed up operations and reduce the
area required by reducing the device utilization.Thus, reducing the effective cost.
Keywords: Hardware Decomposition; MIMO; OFDM;SVD; Throughput.
1. INTRODUCTION
Wireless access of high data rate is demanded by many applications. For higher data-rate transmissionmore
bandwidth is required. Hence in wireless communication SISO (single input and single output) is found to be insufficient
for use. Multiple transmit antennas can be used to form a MIMO system. Earlier SISO [1] [2] system were used for
transmission of data streams. But it offered less reliability and capacity. But G. J. Foschini, proved in his studies that,
compared with a SISO system, a MIMO system can improve the capacity by a factor of the minimum number of transmit
and receive antennas[3].Hence MIMO system became more important in the wireless communication system. But in a
MIMO system it became hard for the receiving section to obtain the correct data. Thus compared with a single-input
single-output (SISO) system, capacities of a MIMO system can be improved byminimum number of transmit and receive
antennas. But one of the disadvantages of the MIMO system is that, since there are more than single transmitters and
receiver, the receiving section may suffer from interference due to other transmitter antennas.Hence the above all
disadvantages of the paper was eliminated and the throughput and coverage of a MIMO system can be greatly enhanced
which was studied by I. E. Telatar From an information theoretical viewpoint, the use of SVD can be claimed as an
optimal solution. It is also shown that the application of the SVD technique has the highest throughput compared with
other MIMO signal processing techniques in the IEEE 802.11n systems. In many wireless [9] communication standards,
a MIMO system is usually combined with orthogonal frequency division multiplexing (OFDM) technology. OFDM is
becoming a very popular multi-carrier modulation technique for transmission of signals over wireless channels. As
mentioned above SVD is found to be applicable in MIMO-OFDM [3] [4] system in order to obtain high throughput and
enhance system performance. Its application is found to be mainly in the wireless communication systems. One of the
INTERNATIONAL JOURNAL OF ELECTRONICS AND
COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)
ISSN 0976 – 6464(Print)
ISSN 0976 – 6472(Online)
Volume 5, Issue 12, December (2014), pp. 99-105
© IAEME: http://www.iaeme.com/IJECET.asp
Journal Impact Factor (2014): 7.2836 (Calculated by GISI)
www.jifactor.com
IJECET
© I A E M E
Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14)
30 – 31, December 2014, Ernakulam, India
100
advantages of the MIMO-OFDM system is that it is able to obtain a reliable data.Many traditional methods of SVD[2]
were found to be less advantageous due to its low throughput and with higher hardware utilization and moreover earlier
methods of SVD supported only 4×4matrices. Hence the proposed method of SVD[6] is such that it able to deal with
hundred of channel matrices as possible which reduces the decomposing latency and also a reconfigurable architecture
for all antenna configuration.
2. SVD TECHNIQUE
Consider a MIMO system with NT transmitter and NR receiver antennas. The baseband, discrete-time
equivalentmodel is written by y= Hx+ z, where value of H is thecomplex channel matrix, z is the Gaussian noise vector,
xis the transmitted data vector, and yis the received data vector. If decomposition [7] [8] is done in the channel matrix H
by the SVD technique, i.e., H= u∑vH
where U and V areleft singular matrix andright singular matrix,respectively.Both U
and V are unitary matrices and ∑ is diagonal matrix with only real and nonnegative main diagonal entries. The entry (i ,i)
of ∑ denotes the i th largest value σi, which is the singular value with 1 ≤ i ≤ min(NR,NT). The channel between x’and y’
can be written as:
y’
=UH
y=UH
(Hx+z)=UH
(HVx’
+ z’
)= ∑x’ + z’ (1)
Figure 1: MIMO modelling
Here x‫׳‬is the symbol vector such that x = Vx’ and the received signal y is multiplied by UH
as shown in the above Fig 1.
Singular Value Decomposition (SVD) of the channel characteristic matrix is used in pre-coding, equalization
and beamforming for MIMO and OFDM communication systems (e.g. IEEE 802.11n) to efficiently arrange the setup of
the data streams. The SVD problems of MIMO and OFDM systems such as the IEEE 802.11n standard are
computationally intensive and complex. Singular value decomposition is an optimal way to extract spatial multiplexing
gains in MIMO channels. SVD can be represented as a product of and are unitary, and is a diagonal matrix.SVD can be
also viewed as a composition of three operations: a rotation, a scaling operation, and another rotation. When the channel
matrix is partially known to the transmitter, the optimal strategy is to transmit independent streams in the directions of
the eigenvectors.
Projection of modulated symbols onto matrix essentially directs the transmit symbols along eigen modes of the
fading channel. If the receive signal is post-processed by rotatedorthogonally. Data streams can be send independently
through the spatial sub-channels withgains corresponding to the entries in the matrix. At the receiver, data streams arrive
orthogonally without interference between the streams.
3. PROPOSED SYSTEM
The SVD design block consists of various blocks to obtain the values of ui ,vi, σi .Various block included here
are zero padding,deflation unit ,update unit ,partial update unit, singular calculation unit.In zero padding block it is
extended to the original channel matrix of size 4×4.From the zero padding block semidefinite matrix value R1 is
calculated. And from the deflation unit values of Ri is obtained. And each value of update unit is fed back to the deflation
unit. This is used to calculate ( wi,λi) .The deflation process cancels the information of the pair ( wi,λi) for the estimation
of next pair ( wi+1,λi+1). The blind-tracking and deflation process continues until all pairs are estimated. The above
mentioned process is established via the adaptive blind tracking algorithm.After finding different values sequentially, this
values are fed to the partial update unit, sigma unit to find the values u, v σ. But these values are for the square
matrix.For a non-square matrix, theremaining values are obtained by using gram Schmidt unit.
Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14)
30 – 31, December 2014, Ernakulam, India
101
Figure 2: Architectural unit of the proposed system
But these values are for the square matrix. The MIMO channel can be treated as singular valued = min (NR,NT)
independent parallel Gaussian subchannels. The ith
subchannel has the gain being σi. Hence, the transmitter can send
independent data streams across these parallel subchannels without any interference from an antenna. Values σ1, σ2, . . .,
σd are called the singular values .The column vectors of V(i.e., v1, v2, . . . , vNT) are the right singular vectors of H, and
the column vectors of U(i.e., u1, u2, . . . , uNR) are the left singular vectors of H.
3.1 Zero Padding
In a MIMO system, assume that the maximum number transmitter and receiver antennas in the system is
MR and MT respectively. This means that, there is possibly MR•MT different sizes of channel matrices.Therefore, a
scheme which is reconfigurable is proposed to support all antenna configurations [6]. Hence an SVDengine is designed
to support the maximum channel size. If the size of a given matrix is NR×NT the extended channel matrix is MR×MT.After
extending the original channel matrix by MR×MT inserting zeros, channel matrix extended to by inserting zeros, and the
multiplexer is used to construct the positive semi-definite matrix R1The positive semidefinite matrix R1 is estimated by a
moving average of the recent received signal vectors. In many MIMO OFDM-based standards, the channel matrix His
already known by channel estimation.
R1= {HH
H , NR ≥ NT}
or (2)
R1= {HHH ,
NR <NT }
With this definition of R1, still the same update and deflation process is used to find the pairs (wi,λi) sequentially.
3.2 Deflation Unit
The deflation process is used to estimate the pair (wi, λi). The deflation process cancels the information of the
pair (wi, λi) for the estimation of next pair (wi+1,λi+1). In the deflation process, where d = min (NR,NT) and the ith
deflation
process is given by:
Ri+1=Ri–Wi(n+1)Wi(n+1)
H
i=1, 2 ,………(d-1) (3)
Only the semidefinite matrix is calculated from this block. Remaining value, i.e, Ri is found sequentially in the
deflation unit post adaptive blind tracking algorithm. Deflation process continues until all pairs are estimated.ie all the
pairs are determined upto d-1. Value of ddepends on the size of the original channel matrix.
3.3 Updation and Sigma Calculator
This unit finds the different values of (wi, λi) Inthe ݅௧௛
update process, equation is:
Wi(n+1)=Wi(n)+µi(Ri-λi(n)I)Wi(n) (4)
λi(n+1)= Wi(n+1)
H
Wi(n+1) i=1, 2 ,…… (d-1) (5)
As in the Partial update unit, Wdand λdare derived by applying the update operation. From the observation, after
the (d−1) time deflation, the positive semi-definite matrix Rdcan be expressed as:
Rd=WdWd
H
(6)
Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14)
30 – 31, December 2014, Ernakulam, India
102
Here the dth
singular value of the singular value is obtained as soon as the values are obtained .Here in this
block, sum of diagonal entries is calculated from the column of the matrix. And the value of is obtained by taking the
square root. Hence, the update operation for wd and λ dis unnecessary, where singular value is found directly and the
corresponding singular vectors by some simple operations.
σd=√tr(Rd) (7)
Thus the dth
singular value σ is obtained.
Figure 4: Updation and sigma calculator
3.4 Singular with Partial Update Unit
Compared to the paper [6], algorithm of SVD takes many iterations to calculate the different values in the
update unit, singular calculation and the partial update unit. So here the algorithm is modified in such a way that number
of iterations was less for calculating the different units as explained above. One of greatest advantage was that with the
modification in this algorithm the number of hardware units was also reduced. In singular calculation unit , it is used to
find the value of ui ,vi, σi values as mentioned in the paper[6].Hence dsingular values, of NRleft singular vectors, and NT
right singular vectors need to be find.And it depend on whether d = min(NR,NT) .But in this case singular vectors are
found upto (d-1) values are found for and have found that in the sigma calculator ,as a result of reducing the hardware.If
the channel matrix is square, it means that d= NR=NT.
Vd= Rd(:,1)/ ǁ Rd(:,1) ǁ (8)
Ud= HVd/ σd (9)
On the other hand, when NR<NT,Vd with Udis interchange and His changed to HH
.
Figure 3: Singular with partial update unit
Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14)
30 – 31, December 2014, Ernakulam, India
103
3.5 Gram Schmidt Unit
For the case of non square channel matrix, assume that NR>NT,d=NTthere are still NR-NT unsolved left singular
vectors. The unresolved left singular values is, V(i.e., v1, v2, . . .,vNT) are the right singular vectors of H, On the other
hand, when NR<NT there are still NT -NR unsolved right singular vectors U(i.e., u1, u2, . . . , uNR) are the left singular
vectors of H.
Wd+k=ek-∑(ek,ui).ui i=1, 2 ,….d+k-1 (10)
Ud+k=Wd+k / ǁWd+kǁ (11)
For the case of NR<NT replaceuiwith vi
Figure 5: Singular with partial update unit
4. REQUIREMENTS
4.1 Software and Hardware Requirements
The hardware implementation is done in Xilinx ISE 14.1 and the project is implemented in Spartan 6 with the
help of VHDL (verilog hardware description language).Required files are synthesized in the Xilinx device. Spartan 6
Family device XC6SLX45 with the package CSG324 is used for its hardware implementation
5. RESULT ANALYSIS AND DISCUSSION
The waveforms of the various parts of the block is simulated and its various waveforms are also observed. The
comparison is studied in accordance with the design summary generated in the Xilinx device.
5.1 Design Summary
Design summary allows you to quickly access design overview information,reports. By default, the design
summary displays information specific to the targeted device and software tool. Here from the design summary generated
both from base[6] and the modified block. These two blocks are compared and studied .Below shows the estimated value
and design summary of both modified block and the base block. The design gives an overall view of different units used
for the implementation of svd device.
5.2 Comparison
In comparison of the two blocks it is seen that the number of luts used, memory slice registers, logic blocks used
and everything is reduced. Here the design summary is generated for the algorithm which is implemented and also for the
already implemented SVD [6].
Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14)
Figure 6
In comparison with both the blocks it is found that
mentioned in this paper, hence the overall hardware is also
into account device utilization will be lesser than this due to reduction in the number
Parameters
Slice register
Slice luts
Logic blocks
muxcys
5.3 Simulation Results
Here three inputs and an internal clock is given. There
receivers. Here the maximum size given to the number of transmitter and receivers
respectively. And also the maximum input value which is given to 4 ×4
simulated and its output are obtained. Fig
6. CONCLUSION AND FUTURE WORK
The intended modification is done and the output is obtained and implemented in Spartan 6 FPGA. It is also
found that the proposed method when in comparison with the base paper was extremely advantageous. Thus the overall
cost was also reduced by decreasing the total hardw
Figure 7: Simulation of SVD engine of singular value of gram schmidt technique
Conference on Emerging Trends in Engineering and Management (ICETEM14)
30 – 31, December 2014, Ernakulam, India
104
Figure 6: Design summary of the proposed block
In comparison with both the blocks it is found that the device utilization is reduced for the proposed method
mentioned in this paper, hence the overall hardware is also reduced. When many number of channel matrices are taken
on will be lesser than this due to reduction in the number of iterations.
TABLE 1: Device Utilization
Parameters
Device utilization
Used
Base
Available
Base
Used Modified
Slice register 106 18,224 71
416 9112 300
Logic blocks 412 9112 310
208 4556 140
Here three inputs and an internal clock is given. There NR and NT to give the number of transmitters and
Here the maximum size given to the number of transmitter and receivers i.e.
And also the maximum input value which is given to 4 ×4 matrix of 16 values. Different
obtained. Fig. 5 and Fig.7 shows simulation block.
CONCLUSION AND FUTURE WORK
fication is done and the output is obtained and implemented in Spartan 6 FPGA. It is also
found that the proposed method when in comparison with the base paper was extremely advantageous. Thus the overall
cost was also reduced by decreasing the total hardware utilization.
Simulation of SVD engine of singular value of gram schmidt technique
Conference on Emerging Trends in Engineering and Management (ICETEM14)
31, December 2014, Ernakulam, India
utilization is reduced for the proposed method
many number of channel matrices are taken
of iterations.
to give the number of transmitters and
i.e., are of size NR and NT
Different blocks of SVD are
fication is done and the output is obtained and implemented in Spartan 6 FPGA. It is also
found that the proposed method when in comparison with the base paper was extremely advantageous. Thus the overall
Simulation of SVD engine of singular value of gram schmidt technique
Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14)
30 – 31, December 2014, Ernakulam, India
105
Figure 8: Simulation of SVD engine of Partial update unit
These design strategies enable the use of SVD to be effectively applied to high throughput wireless
communication system and also with effectively reducing the hardware units, the chip area required is reduced. Thus
leading to the overall reduction in hardware cost.
Future works for this paper can be done for different transmit and receive antennae sets such as 8x8, 16x16
matrices. And also further work can be done so that high throughput is achieved .Also more refined work can be done to
reduce the decomposing period require to calculate the different values of the SVD further hardware reduction is also
another arena where hardware utilization is reduced.
7. ACKNOWLEDGMENT
The success accomplished in this project would not have been possible without the timely help and guidance
rendered by many people to whom I feel obliged and grateful.
First of all I express my deep gratitude to ALMIGHTY the supreme guide for bestowing his blessings upon us
in my entire endeavor.
I am extremely grateful to Asst.Prof, PRATHIBHAVARGHESE guide of my project for her valuable guidance
and encouragement throughout my humble endeavor
REFERENCES
[1] S.M Alamouti, “A simple transmit diversity technique for wireless communications,” IEEE j.Sel Areas
Communication, vol. 16, no. 8, pp. 1451-1458, oct 1998.
[2] A.Goldsmith,S.A. Jafar,N. Jindal ans S. Viswanath,”Capacity limits of MIMO channels,” IEEE j.Sel Areas
Communication, vol. 21,no. 5,pp. 684-702, Jun 2003.
[3] H. Sampath,S. Talwar.J. Talwar,V. Erceg and A. Paulraj,”A fourth generation MIMO OFDM: Broadband
wireless system: Design, performance, and field trial results,” IEEE Commun Mag., vol. 40,no. 9,pp. 143-149,
sep 2002.
[4] Minn and N. Al-Dhahir, “Optimal training signals for MIMO OFDM channel estimation,” IEEE wireless
Communication, vol. 5,no. 5,pp. 1158-1168, may 2006.
[5] G. Foschini, “Layered space-time architecture for wireless communication in a fading environment when using
multi-element antennas,” BellLabs Tech.J., pp. 41–59, 1996.
[6] Yen-LiangChen, Cheng-Zhou Zhan, Reconfigurable Adaptive Singular Value Decomposition Engine Design for
High Throughput MIMO-OFDM Systems IEEE transactions on very large scale integration systems 2013, Vol.
21, NO. 4, April 2013.
[7] D. Markovic, B. Nikolic and R. W. Brodensen, “Power and area minimization for multidimensional signal
processing,” IEEE J. Solid state circuits syst msg., Vol. 42, NO. 4, April 2007.
[8] A. Poon, D. Tse, and R. W. Brodersen, “An adaptive multi antenna transceiver for slowly flat fading channels,”
IEEE Trans. Commun., vol. 51, no. 11, pp. 1820–1827, Nov. 2003.
[9] T. K. Paul and T.Ogunfunmi, “Wireless LAN comes of age: Understanding the IEEE 802.11n amendment,”
IEEE Circuits Syst. Mag., vol. 8, no. 1, pp. 28–54, Jan. 2008.
[10] N.D. Hemkumar and J.R. Cavallaro. A systolic VLSI architecture for complex SVD. In Circuits and Systems,
1992. ISCAS ’92. Proceedings., 1992 IEEE International Symposium.
[11] Y.G.Li,J.H.Winters, and N.R.Sollenberger,“MIMO-OFDM for wireless communications: Signal detection with
enhanced channelestimation,” IEEE Trans. Commun., vol. 50.

More Related Content

What's hot

ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...
ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...
ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...csandit
 
Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...
Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...
Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...ijcnac
 
Iaetsd vlsi implementation of spatial modulation receiver
Iaetsd vlsi implementation of spatial modulation receiverIaetsd vlsi implementation of spatial modulation receiver
Iaetsd vlsi implementation of spatial modulation receiverIaetsd Iaetsd
 
Design of switched beam planer arrays using the method of genetic alograthim
Design of switched beam planer arrays using the method of genetic alograthim Design of switched beam planer arrays using the method of genetic alograthim
Design of switched beam planer arrays using the method of genetic alograthim marwaeng
 
Design of area and power efficient half adder using transmission gate
Design of area and power efficient half adder using transmission gateDesign of area and power efficient half adder using transmission gate
Design of area and power efficient half adder using transmission gateeSAT Journals
 
Iterative qr decompostion channel estimation for mimo ofdm systems
Iterative qr decompostion channel estimation for mimo ofdm systems Iterative qr decompostion channel estimation for mimo ofdm systems
Iterative qr decompostion channel estimation for mimo ofdm systems eSAT Journals
 
Mimo broadcast-scheduling-for-weighted-sum-rate-maximization
Mimo broadcast-scheduling-for-weighted-sum-rate-maximizationMimo broadcast-scheduling-for-weighted-sum-rate-maximization
Mimo broadcast-scheduling-for-weighted-sum-rate-maximizationCemal Ardil
 
Computationally Efficient Multi-Antenna Techniques for Multi-User Two-Way Wire...
Computationally Efficient Multi-Antenna Techniques for Multi-User Two-Way Wire...Computationally Efficient Multi-Antenna Techniques for Multi-User Two-Way Wire...
Computationally Efficient Multi-Antenna Techniques for Multi-User Two-Way Wire...IJECEIAES
 
Application of smart antenna interference suppression techniques in tdscdma
Application of smart antenna interference suppression techniques in tdscdmaApplication of smart antenna interference suppression techniques in tdscdma
Application of smart antenna interference suppression techniques in tdscdmamarwaeng
 
BER Performance of Antenna Array-Based Receiver using Multi-user Detection in...
BER Performance of Antenna Array-Based Receiver using Multi-user Detection in...BER Performance of Antenna Array-Based Receiver using Multi-user Detection in...
BER Performance of Antenna Array-Based Receiver using Multi-user Detection in...ijwmn
 
Performance analysis of adaptive filter channel estimated MIMO OFDM communica...
Performance analysis of adaptive filter channel estimated MIMO OFDM communica...Performance analysis of adaptive filter channel estimated MIMO OFDM communica...
Performance analysis of adaptive filter channel estimated MIMO OFDM communica...IJECEIAES
 
A Network Selection Algorithm for supporting Drone Services in 5G Network Arc...
A Network Selection Algorithm for supporting Drone Services in 5G Network Arc...A Network Selection Algorithm for supporting Drone Services in 5G Network Arc...
A Network Selection Algorithm for supporting Drone Services in 5G Network Arc...University of Piraeus
 
VLSI Architecture for Broadband MVDR Beamformer
VLSI Architecture for Broadband MVDR BeamformerVLSI Architecture for Broadband MVDR Beamformer
VLSI Architecture for Broadband MVDR BeamformerHema N
 
1687 1499-2008-601346[1]
1687 1499-2008-601346[1]1687 1499-2008-601346[1]
1687 1499-2008-601346[1]TARKI AOMAR
 
Paper id 26201482
Paper id 26201482Paper id 26201482
Paper id 26201482IJRAT
 
IRJET- Study of MIMO Precoding Techniques and their Application using Joi...
IRJET-  	  Study of MIMO Precoding Techniques and their Application using Joi...IRJET-  	  Study of MIMO Precoding Techniques and their Application using Joi...
IRJET- Study of MIMO Precoding Techniques and their Application using Joi...IRJET Journal
 
A Novel Approach for Interference Suppression Using a Improved LMS Based Adap...
A Novel Approach for Interference Suppression Using a Improved LMS Based Adap...A Novel Approach for Interference Suppression Using a Improved LMS Based Adap...
A Novel Approach for Interference Suppression Using a Improved LMS Based Adap...IJRST Journal
 
IRJET- Reconstruction of Sparse Signals(Speech) Using Compressive Sensing
IRJET- Reconstruction of Sparse Signals(Speech) Using Compressive SensingIRJET- Reconstruction of Sparse Signals(Speech) Using Compressive Sensing
IRJET- Reconstruction of Sparse Signals(Speech) Using Compressive SensingIRJET Journal
 
PERFORMANCE ANALYSIS OF CLIPPED STBC CODED MIMO OFDM SYSTEM
PERFORMANCE ANALYSIS OF CLIPPED STBC CODED MIMO OFDM SYSTEMPERFORMANCE ANALYSIS OF CLIPPED STBC CODED MIMO OFDM SYSTEM
PERFORMANCE ANALYSIS OF CLIPPED STBC CODED MIMO OFDM SYSTEMIAEME Publication
 

What's hot (20)

ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...
ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...
ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...
 
Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...
Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...
Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...
 
Iaetsd vlsi implementation of spatial modulation receiver
Iaetsd vlsi implementation of spatial modulation receiverIaetsd vlsi implementation of spatial modulation receiver
Iaetsd vlsi implementation of spatial modulation receiver
 
Design of switched beam planer arrays using the method of genetic alograthim
Design of switched beam planer arrays using the method of genetic alograthim Design of switched beam planer arrays using the method of genetic alograthim
Design of switched beam planer arrays using the method of genetic alograthim
 
Design of area and power efficient half adder using transmission gate
Design of area and power efficient half adder using transmission gateDesign of area and power efficient half adder using transmission gate
Design of area and power efficient half adder using transmission gate
 
F43063841
F43063841F43063841
F43063841
 
Iterative qr decompostion channel estimation for mimo ofdm systems
Iterative qr decompostion channel estimation for mimo ofdm systems Iterative qr decompostion channel estimation for mimo ofdm systems
Iterative qr decompostion channel estimation for mimo ofdm systems
 
Mimo broadcast-scheduling-for-weighted-sum-rate-maximization
Mimo broadcast-scheduling-for-weighted-sum-rate-maximizationMimo broadcast-scheduling-for-weighted-sum-rate-maximization
Mimo broadcast-scheduling-for-weighted-sum-rate-maximization
 
Computationally Efficient Multi-Antenna Techniques for Multi-User Two-Way Wire...
Computationally Efficient Multi-Antenna Techniques for Multi-User Two-Way Wire...Computationally Efficient Multi-Antenna Techniques for Multi-User Two-Way Wire...
Computationally Efficient Multi-Antenna Techniques for Multi-User Two-Way Wire...
 
Application of smart antenna interference suppression techniques in tdscdma
Application of smart antenna interference suppression techniques in tdscdmaApplication of smart antenna interference suppression techniques in tdscdma
Application of smart antenna interference suppression techniques in tdscdma
 
BER Performance of Antenna Array-Based Receiver using Multi-user Detection in...
BER Performance of Antenna Array-Based Receiver using Multi-user Detection in...BER Performance of Antenna Array-Based Receiver using Multi-user Detection in...
BER Performance of Antenna Array-Based Receiver using Multi-user Detection in...
 
Performance analysis of adaptive filter channel estimated MIMO OFDM communica...
Performance analysis of adaptive filter channel estimated MIMO OFDM communica...Performance analysis of adaptive filter channel estimated MIMO OFDM communica...
Performance analysis of adaptive filter channel estimated MIMO OFDM communica...
 
A Network Selection Algorithm for supporting Drone Services in 5G Network Arc...
A Network Selection Algorithm for supporting Drone Services in 5G Network Arc...A Network Selection Algorithm for supporting Drone Services in 5G Network Arc...
A Network Selection Algorithm for supporting Drone Services in 5G Network Arc...
 
VLSI Architecture for Broadband MVDR Beamformer
VLSI Architecture for Broadband MVDR BeamformerVLSI Architecture for Broadband MVDR Beamformer
VLSI Architecture for Broadband MVDR Beamformer
 
1687 1499-2008-601346[1]
1687 1499-2008-601346[1]1687 1499-2008-601346[1]
1687 1499-2008-601346[1]
 
Paper id 26201482
Paper id 26201482Paper id 26201482
Paper id 26201482
 
IRJET- Study of MIMO Precoding Techniques and their Application using Joi...
IRJET-  	  Study of MIMO Precoding Techniques and their Application using Joi...IRJET-  	  Study of MIMO Precoding Techniques and their Application using Joi...
IRJET- Study of MIMO Precoding Techniques and their Application using Joi...
 
A Novel Approach for Interference Suppression Using a Improved LMS Based Adap...
A Novel Approach for Interference Suppression Using a Improved LMS Based Adap...A Novel Approach for Interference Suppression Using a Improved LMS Based Adap...
A Novel Approach for Interference Suppression Using a Improved LMS Based Adap...
 
IRJET- Reconstruction of Sparse Signals(Speech) Using Compressive Sensing
IRJET- Reconstruction of Sparse Signals(Speech) Using Compressive SensingIRJET- Reconstruction of Sparse Signals(Speech) Using Compressive Sensing
IRJET- Reconstruction of Sparse Signals(Speech) Using Compressive Sensing
 
PERFORMANCE ANALYSIS OF CLIPPED STBC CODED MIMO OFDM SYSTEM
PERFORMANCE ANALYSIS OF CLIPPED STBC CODED MIMO OFDM SYSTEMPERFORMANCE ANALYSIS OF CLIPPED STBC CODED MIMO OFDM SYSTEM
PERFORMANCE ANALYSIS OF CLIPPED STBC CODED MIMO OFDM SYSTEM
 

Viewers also liked

Peinture en bouteilles1
Peinture en bouteilles1Peinture en bouteilles1
Peinture en bouteilles1Renée Bukay
 
Weekly updates 8
Weekly updates 8Weekly updates 8
Weekly updates 8Thuvaa Kuru
 
Aylett 2014 Urban Climate Governance Report
Aylett 2014 Urban Climate Governance ReportAylett 2014 Urban Climate Governance Report
Aylett 2014 Urban Climate Governance ReportAlexander Aylett
 
Computing Homework
Computing HomeworkComputing Homework
Computing Homeworkithomework
 
Sensitivitas Indeks Harga Saham Gabungan Indonesia (JKSE) Terhadap Volatilita...
Sensitivitas Indeks Harga Saham Gabungan Indonesia (JKSE) Terhadap Volatilita...Sensitivitas Indeks Harga Saham Gabungan Indonesia (JKSE) Terhadap Volatilita...
Sensitivitas Indeks Harga Saham Gabungan Indonesia (JKSE) Terhadap Volatilita...Venny Puspitasari
 
Reece Pictures: Shoot 3
Reece Pictures: Shoot 3Reece Pictures: Shoot 3
Reece Pictures: Shoot 3angel_bird
 
Meeting minutes 3
Meeting minutes 3Meeting minutes 3
Meeting minutes 3Fatima B
 
Evaluation Activity 1: In what ways does your media product use, develop or c...
Evaluation Activity 1: In what ways does your media product use, develop or c...Evaluation Activity 1: In what ways does your media product use, develop or c...
Evaluation Activity 1: In what ways does your media product use, develop or c...angel_bird
 

Viewers also liked (14)

Peinture en bouteilles1
Peinture en bouteilles1Peinture en bouteilles1
Peinture en bouteilles1
 
Fanlo (Huesca)
Fanlo (Huesca)Fanlo (Huesca)
Fanlo (Huesca)
 
El perro encadenado
El perro encadenadoEl perro encadenado
El perro encadenado
 
Weekly updates 8
Weekly updates 8Weekly updates 8
Weekly updates 8
 
Company Profile 2016
Company Profile 2016Company Profile 2016
Company Profile 2016
 
Billets impurs1
Billets impurs1Billets impurs1
Billets impurs1
 
Aylett 2014 Urban Climate Governance Report
Aylett 2014 Urban Climate Governance ReportAylett 2014 Urban Climate Governance Report
Aylett 2014 Urban Climate Governance Report
 
Computing Homework
Computing HomeworkComputing Homework
Computing Homework
 
Magnifique
MagnifiqueMagnifique
Magnifique
 
организация огэ
организация  огэорганизация  огэ
организация огэ
 
Sensitivitas Indeks Harga Saham Gabungan Indonesia (JKSE) Terhadap Volatilita...
Sensitivitas Indeks Harga Saham Gabungan Indonesia (JKSE) Terhadap Volatilita...Sensitivitas Indeks Harga Saham Gabungan Indonesia (JKSE) Terhadap Volatilita...
Sensitivitas Indeks Harga Saham Gabungan Indonesia (JKSE) Terhadap Volatilita...
 
Reece Pictures: Shoot 3
Reece Pictures: Shoot 3Reece Pictures: Shoot 3
Reece Pictures: Shoot 3
 
Meeting minutes 3
Meeting minutes 3Meeting minutes 3
Meeting minutes 3
 
Evaluation Activity 1: In what ways does your media product use, develop or c...
Evaluation Activity 1: In what ways does your media product use, develop or c...Evaluation Activity 1: In what ways does your media product use, develop or c...
Evaluation Activity 1: In what ways does your media product use, develop or c...
 

Similar to Hardware SVD for MIMO-OFDM Systems

Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading ChannelCapacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading ChannelIOSR Journals
 
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading ChannelCapacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading ChannelIOSR Journals
 
Error Rate Analysis of MIMO System Using V Blast Detection Technique in Fadin...
Error Rate Analysis of MIMO System Using V Blast Detection Technique in Fadin...Error Rate Analysis of MIMO System Using V Blast Detection Technique in Fadin...
Error Rate Analysis of MIMO System Using V Blast Detection Technique in Fadin...IJERA Editor
 
IRJET- Performance Analysis of MIMO-OFDM System using Different Antenna Confi...
IRJET- Performance Analysis of MIMO-OFDM System using Different Antenna Confi...IRJET- Performance Analysis of MIMO-OFDM System using Different Antenna Confi...
IRJET- Performance Analysis of MIMO-OFDM System using Different Antenna Confi...IRJET Journal
 
Performance Enhancement in SU and MU MIMO-OFDM Technique for Wireless Communi...
Performance Enhancement in SU and MU MIMO-OFDM Technique for Wireless Communi...Performance Enhancement in SU and MU MIMO-OFDM Technique for Wireless Communi...
Performance Enhancement in SU and MU MIMO-OFDM Technique for Wireless Communi...IJECEIAES
 
IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...
IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...
IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...IJCNCJournal
 
Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...
Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...
Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...IOSR Journals
 
Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...
Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...
Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...IOSR Journals
 
Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...
Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...
Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...IOSR Journals
 
A robust doa–based smart antenna processor for gsm base stations
A robust doa–based smart antenna processor for gsm base stationsA robust doa–based smart antenna processor for gsm base stations
A robust doa–based smart antenna processor for gsm base stationsmarwaeng
 
MIMO channels: optimizing throughput and reducing outage by increasing multip...
MIMO channels: optimizing throughput and reducing outage by increasing multip...MIMO channels: optimizing throughput and reducing outage by increasing multip...
MIMO channels: optimizing throughput and reducing outage by increasing multip...TELKOMNIKA JOURNAL
 
1 ijaems nov-2015-1-a comparative performance analysis of 4x4 mimo-ofdm syste...
1 ijaems nov-2015-1-a comparative performance analysis of 4x4 mimo-ofdm syste...1 ijaems nov-2015-1-a comparative performance analysis of 4x4 mimo-ofdm syste...
1 ijaems nov-2015-1-a comparative performance analysis of 4x4 mimo-ofdm syste...INFOGAIN PUBLICATION
 
Bit Error Rate Performance of MIMO Spatial Multiplexing with MPSK Modulation ...
Bit Error Rate Performance of MIMO Spatial Multiplexing with MPSK Modulation ...Bit Error Rate Performance of MIMO Spatial Multiplexing with MPSK Modulation ...
Bit Error Rate Performance of MIMO Spatial Multiplexing with MPSK Modulation ...ijsrd.com
 
SIGNAL DETECTION IN MIMO COMMUNICATIONS SYSTEM WITH NON-GAUSSIAN NOISES BASED...
SIGNAL DETECTION IN MIMO COMMUNICATIONS SYSTEM WITH NON-GAUSSIAN NOISES BASED...SIGNAL DETECTION IN MIMO COMMUNICATIONS SYSTEM WITH NON-GAUSSIAN NOISES BASED...
SIGNAL DETECTION IN MIMO COMMUNICATIONS SYSTEM WITH NON-GAUSSIAN NOISES BASED...ijwmn
 
Signal Detection in MIMO Communications System with Non-Gaussian Noises based...
Signal Detection in MIMO Communications System with Non-Gaussian Noises based...Signal Detection in MIMO Communications System with Non-Gaussian Noises based...
Signal Detection in MIMO Communications System with Non-Gaussian Noises based...ijwmn
 
Reducing the Peak to Average Power Ratio of Mimo-Ofdm Systems
Reducing the Peak to Average Power Ratio of Mimo-Ofdm SystemsReducing the Peak to Average Power Ratio of Mimo-Ofdm Systems
Reducing the Peak to Average Power Ratio of Mimo-Ofdm SystemsIJCNCJournal
 
ICI and PAPR enhancement in MIMO-OFDM system using RNS coding
ICI and PAPR enhancement in MIMO-OFDM system using RNS codingICI and PAPR enhancement in MIMO-OFDM system using RNS coding
ICI and PAPR enhancement in MIMO-OFDM system using RNS codingIJECEIAES
 

Similar to Hardware SVD for MIMO-OFDM Systems (20)

Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading ChannelCapacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
 
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading ChannelCapacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
 
International Journal of Engineering Inventions (IJEI)
International Journal of Engineering Inventions (IJEI)International Journal of Engineering Inventions (IJEI)
International Journal of Engineering Inventions (IJEI)
 
Error Rate Analysis of MIMO System Using V Blast Detection Technique in Fadin...
Error Rate Analysis of MIMO System Using V Blast Detection Technique in Fadin...Error Rate Analysis of MIMO System Using V Blast Detection Technique in Fadin...
Error Rate Analysis of MIMO System Using V Blast Detection Technique in Fadin...
 
Dq24746750
Dq24746750Dq24746750
Dq24746750
 
IRJET- Performance Analysis of MIMO-OFDM System using Different Antenna Confi...
IRJET- Performance Analysis of MIMO-OFDM System using Different Antenna Confi...IRJET- Performance Analysis of MIMO-OFDM System using Different Antenna Confi...
IRJET- Performance Analysis of MIMO-OFDM System using Different Antenna Confi...
 
Performance Enhancement in SU and MU MIMO-OFDM Technique for Wireless Communi...
Performance Enhancement in SU and MU MIMO-OFDM Technique for Wireless Communi...Performance Enhancement in SU and MU MIMO-OFDM Technique for Wireless Communi...
Performance Enhancement in SU and MU MIMO-OFDM Technique for Wireless Communi...
 
IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...
IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...
IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...
 
Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...
Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...
Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...
 
Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...
Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...
Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...
 
Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...
Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...
Performance Analysis of Various Symbol Detection Techniques in Wireless MIMO ...
 
A robust doa–based smart antenna processor for gsm base stations
A robust doa–based smart antenna processor for gsm base stationsA robust doa–based smart antenna processor for gsm base stations
A robust doa–based smart antenna processor for gsm base stations
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
MIMO channels: optimizing throughput and reducing outage by increasing multip...
MIMO channels: optimizing throughput and reducing outage by increasing multip...MIMO channels: optimizing throughput and reducing outage by increasing multip...
MIMO channels: optimizing throughput and reducing outage by increasing multip...
 
1 ijaems nov-2015-1-a comparative performance analysis of 4x4 mimo-ofdm syste...
1 ijaems nov-2015-1-a comparative performance analysis of 4x4 mimo-ofdm syste...1 ijaems nov-2015-1-a comparative performance analysis of 4x4 mimo-ofdm syste...
1 ijaems nov-2015-1-a comparative performance analysis of 4x4 mimo-ofdm syste...
 
Bit Error Rate Performance of MIMO Spatial Multiplexing with MPSK Modulation ...
Bit Error Rate Performance of MIMO Spatial Multiplexing with MPSK Modulation ...Bit Error Rate Performance of MIMO Spatial Multiplexing with MPSK Modulation ...
Bit Error Rate Performance of MIMO Spatial Multiplexing with MPSK Modulation ...
 
SIGNAL DETECTION IN MIMO COMMUNICATIONS SYSTEM WITH NON-GAUSSIAN NOISES BASED...
SIGNAL DETECTION IN MIMO COMMUNICATIONS SYSTEM WITH NON-GAUSSIAN NOISES BASED...SIGNAL DETECTION IN MIMO COMMUNICATIONS SYSTEM WITH NON-GAUSSIAN NOISES BASED...
SIGNAL DETECTION IN MIMO COMMUNICATIONS SYSTEM WITH NON-GAUSSIAN NOISES BASED...
 
Signal Detection in MIMO Communications System with Non-Gaussian Noises based...
Signal Detection in MIMO Communications System with Non-Gaussian Noises based...Signal Detection in MIMO Communications System with Non-Gaussian Noises based...
Signal Detection in MIMO Communications System with Non-Gaussian Noises based...
 
Reducing the Peak to Average Power Ratio of Mimo-Ofdm Systems
Reducing the Peak to Average Power Ratio of Mimo-Ofdm SystemsReducing the Peak to Average Power Ratio of Mimo-Ofdm Systems
Reducing the Peak to Average Power Ratio of Mimo-Ofdm Systems
 
ICI and PAPR enhancement in MIMO-OFDM system using RNS coding
ICI and PAPR enhancement in MIMO-OFDM system using RNS codingICI and PAPR enhancement in MIMO-OFDM system using RNS coding
ICI and PAPR enhancement in MIMO-OFDM system using RNS coding
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
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
 

Recently uploaded (20)

Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
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
 

Hardware SVD for MIMO-OFDM Systems

  • 1. Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14) 30 – 31, December 2014, Ernakulam, India 99 HARDWARE EFFICIENT SINGULAR VALUE DECOMPOSITION IN MIMO-OFDM SYSTEM Rajeswari S, Prathibha Varghese ECE Department, SNGCE, Kolenchery, India ABSTRACT This paper presents an adaptive hardware design for computing Singular Value Decomposition (SVD) of the radio communication channel characteristic matrix and is suitable for computing the SVD of a maximum of 4×4 real- value matrices used in (multiple input Multiple output) MIMO-OFDM(orthogonal frequency division multiplexing) standards, such as the IEEE 802.11n applications.Hence the data is transmitted without any interference from the transmitting antenna. Also the data obtained is more reliable. The proposed method is able to deal with any matrix size implementation and is able to deal with several channel matrices. The information of the right singular-vector matrix can be fed back to the transmitter for beamforming to improve the error performance when facing the channel matrix. The algorithms to decompose the channel matrix were implemented using the Spartan6 FPGA from Xilinx as the target device. The implementation concentrates on utilizing the features of the FPGA to speed up operations and reduce the area required by reducing the device utilization.Thus, reducing the effective cost. Keywords: Hardware Decomposition; MIMO; OFDM;SVD; Throughput. 1. INTRODUCTION Wireless access of high data rate is demanded by many applications. For higher data-rate transmissionmore bandwidth is required. Hence in wireless communication SISO (single input and single output) is found to be insufficient for use. Multiple transmit antennas can be used to form a MIMO system. Earlier SISO [1] [2] system were used for transmission of data streams. But it offered less reliability and capacity. But G. J. Foschini, proved in his studies that, compared with a SISO system, a MIMO system can improve the capacity by a factor of the minimum number of transmit and receive antennas[3].Hence MIMO system became more important in the wireless communication system. But in a MIMO system it became hard for the receiving section to obtain the correct data. Thus compared with a single-input single-output (SISO) system, capacities of a MIMO system can be improved byminimum number of transmit and receive antennas. But one of the disadvantages of the MIMO system is that, since there are more than single transmitters and receiver, the receiving section may suffer from interference due to other transmitter antennas.Hence the above all disadvantages of the paper was eliminated and the throughput and coverage of a MIMO system can be greatly enhanced which was studied by I. E. Telatar From an information theoretical viewpoint, the use of SVD can be claimed as an optimal solution. It is also shown that the application of the SVD technique has the highest throughput compared with other MIMO signal processing techniques in the IEEE 802.11n systems. In many wireless [9] communication standards, a MIMO system is usually combined with orthogonal frequency division multiplexing (OFDM) technology. OFDM is becoming a very popular multi-carrier modulation technique for transmission of signals over wireless channels. As mentioned above SVD is found to be applicable in MIMO-OFDM [3] [4] system in order to obtain high throughput and enhance system performance. Its application is found to be mainly in the wireless communication systems. One of the INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 – 6464(Print) ISSN 0976 – 6472(Online) Volume 5, Issue 12, December (2014), pp. 99-105 © IAEME: http://www.iaeme.com/IJECET.asp Journal Impact Factor (2014): 7.2836 (Calculated by GISI) www.jifactor.com IJECET © I A E M E
  • 2. Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14) 30 – 31, December 2014, Ernakulam, India 100 advantages of the MIMO-OFDM system is that it is able to obtain a reliable data.Many traditional methods of SVD[2] were found to be less advantageous due to its low throughput and with higher hardware utilization and moreover earlier methods of SVD supported only 4×4matrices. Hence the proposed method of SVD[6] is such that it able to deal with hundred of channel matrices as possible which reduces the decomposing latency and also a reconfigurable architecture for all antenna configuration. 2. SVD TECHNIQUE Consider a MIMO system with NT transmitter and NR receiver antennas. The baseband, discrete-time equivalentmodel is written by y= Hx+ z, where value of H is thecomplex channel matrix, z is the Gaussian noise vector, xis the transmitted data vector, and yis the received data vector. If decomposition [7] [8] is done in the channel matrix H by the SVD technique, i.e., H= u∑vH where U and V areleft singular matrix andright singular matrix,respectively.Both U and V are unitary matrices and ∑ is diagonal matrix with only real and nonnegative main diagonal entries. The entry (i ,i) of ∑ denotes the i th largest value σi, which is the singular value with 1 ≤ i ≤ min(NR,NT). The channel between x’and y’ can be written as: y’ =UH y=UH (Hx+z)=UH (HVx’ + z’ )= ∑x’ + z’ (1) Figure 1: MIMO modelling Here x‫׳‬is the symbol vector such that x = Vx’ and the received signal y is multiplied by UH as shown in the above Fig 1. Singular Value Decomposition (SVD) of the channel characteristic matrix is used in pre-coding, equalization and beamforming for MIMO and OFDM communication systems (e.g. IEEE 802.11n) to efficiently arrange the setup of the data streams. The SVD problems of MIMO and OFDM systems such as the IEEE 802.11n standard are computationally intensive and complex. Singular value decomposition is an optimal way to extract spatial multiplexing gains in MIMO channels. SVD can be represented as a product of and are unitary, and is a diagonal matrix.SVD can be also viewed as a composition of three operations: a rotation, a scaling operation, and another rotation. When the channel matrix is partially known to the transmitter, the optimal strategy is to transmit independent streams in the directions of the eigenvectors. Projection of modulated symbols onto matrix essentially directs the transmit symbols along eigen modes of the fading channel. If the receive signal is post-processed by rotatedorthogonally. Data streams can be send independently through the spatial sub-channels withgains corresponding to the entries in the matrix. At the receiver, data streams arrive orthogonally without interference between the streams. 3. PROPOSED SYSTEM The SVD design block consists of various blocks to obtain the values of ui ,vi, σi .Various block included here are zero padding,deflation unit ,update unit ,partial update unit, singular calculation unit.In zero padding block it is extended to the original channel matrix of size 4×4.From the zero padding block semidefinite matrix value R1 is calculated. And from the deflation unit values of Ri is obtained. And each value of update unit is fed back to the deflation unit. This is used to calculate ( wi,λi) .The deflation process cancels the information of the pair ( wi,λi) for the estimation of next pair ( wi+1,λi+1). The blind-tracking and deflation process continues until all pairs are estimated. The above mentioned process is established via the adaptive blind tracking algorithm.After finding different values sequentially, this values are fed to the partial update unit, sigma unit to find the values u, v σ. But these values are for the square matrix.For a non-square matrix, theremaining values are obtained by using gram Schmidt unit.
  • 3. Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14) 30 – 31, December 2014, Ernakulam, India 101 Figure 2: Architectural unit of the proposed system But these values are for the square matrix. The MIMO channel can be treated as singular valued = min (NR,NT) independent parallel Gaussian subchannels. The ith subchannel has the gain being σi. Hence, the transmitter can send independent data streams across these parallel subchannels without any interference from an antenna. Values σ1, σ2, . . ., σd are called the singular values .The column vectors of V(i.e., v1, v2, . . . , vNT) are the right singular vectors of H, and the column vectors of U(i.e., u1, u2, . . . , uNR) are the left singular vectors of H. 3.1 Zero Padding In a MIMO system, assume that the maximum number transmitter and receiver antennas in the system is MR and MT respectively. This means that, there is possibly MR•MT different sizes of channel matrices.Therefore, a scheme which is reconfigurable is proposed to support all antenna configurations [6]. Hence an SVDengine is designed to support the maximum channel size. If the size of a given matrix is NR×NT the extended channel matrix is MR×MT.After extending the original channel matrix by MR×MT inserting zeros, channel matrix extended to by inserting zeros, and the multiplexer is used to construct the positive semi-definite matrix R1The positive semidefinite matrix R1 is estimated by a moving average of the recent received signal vectors. In many MIMO OFDM-based standards, the channel matrix His already known by channel estimation. R1= {HH H , NR ≥ NT} or (2) R1= {HHH , NR <NT } With this definition of R1, still the same update and deflation process is used to find the pairs (wi,λi) sequentially. 3.2 Deflation Unit The deflation process is used to estimate the pair (wi, λi). The deflation process cancels the information of the pair (wi, λi) for the estimation of next pair (wi+1,λi+1). In the deflation process, where d = min (NR,NT) and the ith deflation process is given by: Ri+1=Ri–Wi(n+1)Wi(n+1) H i=1, 2 ,………(d-1) (3) Only the semidefinite matrix is calculated from this block. Remaining value, i.e, Ri is found sequentially in the deflation unit post adaptive blind tracking algorithm. Deflation process continues until all pairs are estimated.ie all the pairs are determined upto d-1. Value of ddepends on the size of the original channel matrix. 3.3 Updation and Sigma Calculator This unit finds the different values of (wi, λi) Inthe ݅௧௛ update process, equation is: Wi(n+1)=Wi(n)+µi(Ri-λi(n)I)Wi(n) (4) λi(n+1)= Wi(n+1) H Wi(n+1) i=1, 2 ,…… (d-1) (5) As in the Partial update unit, Wdand λdare derived by applying the update operation. From the observation, after the (d−1) time deflation, the positive semi-definite matrix Rdcan be expressed as: Rd=WdWd H (6)
  • 4. Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14) 30 – 31, December 2014, Ernakulam, India 102 Here the dth singular value of the singular value is obtained as soon as the values are obtained .Here in this block, sum of diagonal entries is calculated from the column of the matrix. And the value of is obtained by taking the square root. Hence, the update operation for wd and λ dis unnecessary, where singular value is found directly and the corresponding singular vectors by some simple operations. σd=√tr(Rd) (7) Thus the dth singular value σ is obtained. Figure 4: Updation and sigma calculator 3.4 Singular with Partial Update Unit Compared to the paper [6], algorithm of SVD takes many iterations to calculate the different values in the update unit, singular calculation and the partial update unit. So here the algorithm is modified in such a way that number of iterations was less for calculating the different units as explained above. One of greatest advantage was that with the modification in this algorithm the number of hardware units was also reduced. In singular calculation unit , it is used to find the value of ui ,vi, σi values as mentioned in the paper[6].Hence dsingular values, of NRleft singular vectors, and NT right singular vectors need to be find.And it depend on whether d = min(NR,NT) .But in this case singular vectors are found upto (d-1) values are found for and have found that in the sigma calculator ,as a result of reducing the hardware.If the channel matrix is square, it means that d= NR=NT. Vd= Rd(:,1)/ ǁ Rd(:,1) ǁ (8) Ud= HVd/ σd (9) On the other hand, when NR<NT,Vd with Udis interchange and His changed to HH . Figure 3: Singular with partial update unit
  • 5. Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14) 30 – 31, December 2014, Ernakulam, India 103 3.5 Gram Schmidt Unit For the case of non square channel matrix, assume that NR>NT,d=NTthere are still NR-NT unsolved left singular vectors. The unresolved left singular values is, V(i.e., v1, v2, . . .,vNT) are the right singular vectors of H, On the other hand, when NR<NT there are still NT -NR unsolved right singular vectors U(i.e., u1, u2, . . . , uNR) are the left singular vectors of H. Wd+k=ek-∑(ek,ui).ui i=1, 2 ,….d+k-1 (10) Ud+k=Wd+k / ǁWd+kǁ (11) For the case of NR<NT replaceuiwith vi Figure 5: Singular with partial update unit 4. REQUIREMENTS 4.1 Software and Hardware Requirements The hardware implementation is done in Xilinx ISE 14.1 and the project is implemented in Spartan 6 with the help of VHDL (verilog hardware description language).Required files are synthesized in the Xilinx device. Spartan 6 Family device XC6SLX45 with the package CSG324 is used for its hardware implementation 5. RESULT ANALYSIS AND DISCUSSION The waveforms of the various parts of the block is simulated and its various waveforms are also observed. The comparison is studied in accordance with the design summary generated in the Xilinx device. 5.1 Design Summary Design summary allows you to quickly access design overview information,reports. By default, the design summary displays information specific to the targeted device and software tool. Here from the design summary generated both from base[6] and the modified block. These two blocks are compared and studied .Below shows the estimated value and design summary of both modified block and the base block. The design gives an overall view of different units used for the implementation of svd device. 5.2 Comparison In comparison of the two blocks it is seen that the number of luts used, memory slice registers, logic blocks used and everything is reduced. Here the design summary is generated for the algorithm which is implemented and also for the already implemented SVD [6].
  • 6. Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14) Figure 6 In comparison with both the blocks it is found that mentioned in this paper, hence the overall hardware is also into account device utilization will be lesser than this due to reduction in the number Parameters Slice register Slice luts Logic blocks muxcys 5.3 Simulation Results Here three inputs and an internal clock is given. There receivers. Here the maximum size given to the number of transmitter and receivers respectively. And also the maximum input value which is given to 4 ×4 simulated and its output are obtained. Fig 6. CONCLUSION AND FUTURE WORK The intended modification is done and the output is obtained and implemented in Spartan 6 FPGA. It is also found that the proposed method when in comparison with the base paper was extremely advantageous. Thus the overall cost was also reduced by decreasing the total hardw Figure 7: Simulation of SVD engine of singular value of gram schmidt technique Conference on Emerging Trends in Engineering and Management (ICETEM14) 30 – 31, December 2014, Ernakulam, India 104 Figure 6: Design summary of the proposed block In comparison with both the blocks it is found that the device utilization is reduced for the proposed method mentioned in this paper, hence the overall hardware is also reduced. When many number of channel matrices are taken on will be lesser than this due to reduction in the number of iterations. TABLE 1: Device Utilization Parameters Device utilization Used Base Available Base Used Modified Slice register 106 18,224 71 416 9112 300 Logic blocks 412 9112 310 208 4556 140 Here three inputs and an internal clock is given. There NR and NT to give the number of transmitters and Here the maximum size given to the number of transmitter and receivers i.e. And also the maximum input value which is given to 4 ×4 matrix of 16 values. Different obtained. Fig. 5 and Fig.7 shows simulation block. CONCLUSION AND FUTURE WORK fication is done and the output is obtained and implemented in Spartan 6 FPGA. It is also found that the proposed method when in comparison with the base paper was extremely advantageous. Thus the overall cost was also reduced by decreasing the total hardware utilization. Simulation of SVD engine of singular value of gram schmidt technique Conference on Emerging Trends in Engineering and Management (ICETEM14) 31, December 2014, Ernakulam, India utilization is reduced for the proposed method many number of channel matrices are taken of iterations. to give the number of transmitters and i.e., are of size NR and NT Different blocks of SVD are fication is done and the output is obtained and implemented in Spartan 6 FPGA. It is also found that the proposed method when in comparison with the base paper was extremely advantageous. Thus the overall Simulation of SVD engine of singular value of gram schmidt technique
  • 7. Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14) 30 – 31, December 2014, Ernakulam, India 105 Figure 8: Simulation of SVD engine of Partial update unit These design strategies enable the use of SVD to be effectively applied to high throughput wireless communication system and also with effectively reducing the hardware units, the chip area required is reduced. Thus leading to the overall reduction in hardware cost. Future works for this paper can be done for different transmit and receive antennae sets such as 8x8, 16x16 matrices. And also further work can be done so that high throughput is achieved .Also more refined work can be done to reduce the decomposing period require to calculate the different values of the SVD further hardware reduction is also another arena where hardware utilization is reduced. 7. ACKNOWLEDGMENT The success accomplished in this project would not have been possible without the timely help and guidance rendered by many people to whom I feel obliged and grateful. First of all I express my deep gratitude to ALMIGHTY the supreme guide for bestowing his blessings upon us in my entire endeavor. I am extremely grateful to Asst.Prof, PRATHIBHAVARGHESE guide of my project for her valuable guidance and encouragement throughout my humble endeavor REFERENCES [1] S.M Alamouti, “A simple transmit diversity technique for wireless communications,” IEEE j.Sel Areas Communication, vol. 16, no. 8, pp. 1451-1458, oct 1998. [2] A.Goldsmith,S.A. Jafar,N. Jindal ans S. Viswanath,”Capacity limits of MIMO channels,” IEEE j.Sel Areas Communication, vol. 21,no. 5,pp. 684-702, Jun 2003. [3] H. Sampath,S. Talwar.J. Talwar,V. Erceg and A. Paulraj,”A fourth generation MIMO OFDM: Broadband wireless system: Design, performance, and field trial results,” IEEE Commun Mag., vol. 40,no. 9,pp. 143-149, sep 2002. [4] Minn and N. Al-Dhahir, “Optimal training signals for MIMO OFDM channel estimation,” IEEE wireless Communication, vol. 5,no. 5,pp. 1158-1168, may 2006. [5] G. Foschini, “Layered space-time architecture for wireless communication in a fading environment when using multi-element antennas,” BellLabs Tech.J., pp. 41–59, 1996. [6] Yen-LiangChen, Cheng-Zhou Zhan, Reconfigurable Adaptive Singular Value Decomposition Engine Design for High Throughput MIMO-OFDM Systems IEEE transactions on very large scale integration systems 2013, Vol. 21, NO. 4, April 2013. [7] D. Markovic, B. Nikolic and R. W. Brodensen, “Power and area minimization for multidimensional signal processing,” IEEE J. Solid state circuits syst msg., Vol. 42, NO. 4, April 2007. [8] A. Poon, D. Tse, and R. W. Brodersen, “An adaptive multi antenna transceiver for slowly flat fading channels,” IEEE Trans. Commun., vol. 51, no. 11, pp. 1820–1827, Nov. 2003. [9] T. K. Paul and T.Ogunfunmi, “Wireless LAN comes of age: Understanding the IEEE 802.11n amendment,” IEEE Circuits Syst. Mag., vol. 8, no. 1, pp. 28–54, Jan. 2008. [10] N.D. Hemkumar and J.R. Cavallaro. A systolic VLSI architecture for complex SVD. In Circuits and Systems, 1992. ISCAS ’92. Proceedings., 1992 IEEE International Symposium. [11] Y.G.Li,J.H.Winters, and N.R.Sollenberger,“MIMO-OFDM for wireless communications: Signal detection with enhanced channelestimation,” IEEE Trans. Commun., vol. 50.