# HybridPrecodingOpt
**Repository Path**: cmy_program/HybridPrecodingOpt
## Basic Information
- **Project Name**: HybridPrecodingOpt
- **Description**: Optimization algorithms for hybrid precoding in mmWave MIMO systems: Version 1.1.0
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-12-10
- **Last Updated**: 2021-12-10
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# HybridPrecodingOpt : Optimization algorithms for hybrid precoding in millimeter wave (mmWave) MIMO systems
----------
Authors: [Hiroyuki Kasai](http://kasai.kasailab.com/)
Last page update: November 29, 2018
Latest version: 1.1.1 (see Release notes for more info)
Introduction
----------
Hybrid [precoding](https://en.wikipedia.org/wiki/Precoding)(-[beamforming](https://en.wikipedia.org/wiki/Beamforming)) is the most promising approach to reduce high hardware costs and high power consumptions in large-scale millimeter wave (mmWave) [MIMO](https://en.wikipedia.org/wiki/MIMO) systems. Hybrid precoding combines large-dimensional analog precoding (or beamforming) via phase shifters with lower-dimensional digital baseband precoding.
A maximization problem of spectral efficiency approximately boils down to a minimization problem of the Euclidean distance between the fully digital precoder and the hybrid precoder. This problem is further formulated as a [matrix factorization](https://it.wikipedia.org/wiki/Matrix_factorization) problem of he fully digital precoder with a product of the digital baseband precoder matrix and the analog radio frequency (RF) precoder (or beamforming) matrix.
The noteworthy point is that the phase shifters impose an additional element-wise unit modulus constraints on the analog RF precoder matrix.
This package provides the codes of the proposed optimization algorithms for hybrid precoding. This code includes existing state-of-the arts algorithms, too. Most of the codes of this package come from the [super brilliant project](https://github.com/yuxianghao/Alternating-minimization-algorithms-for-hybrid-precoding-in-millimeter-wave-MIMO-systems).
Document
----------
The document can be found below;
- H. Kasai, "Fast optimization algorithm on complex oblique manifold for hybrid precoding in Millimeter Wave MIMO systems," GlobalSIP2018.
Algorithms
----------
- **Proposed**
- H. Kasai, "Fast optimization algorithm on complex oblique manifold for hybrid precoding in Millimeter Wave MIMO systems," arXiv paper (coming soon!).
- **MO-AltMin**
- X. Yu, J.-C. Shen, J. Zhang, and K. B. Letaief, "[Alternating minimization algorithms for hybrid precoding in millimeter wave MIMO systems](https://ieeexplore.ieee.org/document/7397861/)," IEEE Journal on Selected Areas in Communications, vol. 10, no. 3, pp. 485-500, 2016.
- **PE-AltMin**
- X. Yu, J.-C. Shen, J. Zhang, and K. B. Letaief, "[Alternating minimization algorithms for hybrid precoding in millimeter wave MIMO systems](https://ieeexplore.ieee.org/document/7397861/)," IEEE Journal on Selected Areas in Communications, vol. 10, no. 3, pp. 485-500, 2016.
- **FPS-AltMin**
- X. Yu, J. Zhang, and K. B. Letaief, "[Hybrid Precoding in Millimeter Wave Systems: How Many Phase Shifters Are Needed?](https://ieeexplore.ieee.org/document/8254864/)," IEEE Global Communications Conference (Globecom), 2017.
- **OMP-based**
- O. E. Ayach, S. Rajagopal, S. Abu-Surra, Z. Pi, and R. W. Heath, "[Spatially sparse precoding in millimeter wave MIMO systems](https://ieeexplore.ieee.org/document/6717211/)," IEEE Transations on Wireless Communications, vol. 13, no. 3, pp. 1499-1513, 2014.
Folders and files
---------
./ - Top directory. ./README.md - This readme file. ./run_me_first.m - The scipt that you need to run first. ./demo.m - Demonstration script. ./comp_OFDM.m - Simulation script for OFDM. |proposed/ - Contains the files for the proposed algorithms. |benchmarks/ - Contains the files for the existing algorithms. |cvx/ - Folder for CVX project (Please downlod by yoursel!).




