Skip to main content

Beamforming matrix quantization with variable feedback rate

Abstract

We propose a new technique to quantize and feedback the parameters when a beamforming matrix is compressed with the Givens Rotation (GR). We suggest to feedback the parameters with variable feedback rate, and use efficient source coding and codebook to quantize the GR parameters. The variable feedback rate means that the number of bits used to represent the quantized beamforming matrix is based on the value of the matrix itself. And due to the non-uniform distribution of the GR parameters, source coding and code book can be designed to quantize those parameters in a more effective manner. Compared with the fixed feedback rate scheme, the proposed method delivers a better performance without incurring additional feedback bandwidth.

Introduction

Multiple transmit and receive antennas system has been adopted in several communication standards in order to achieve a higher throughput. The open-loop multiple-input multiple-output (MIMO) technique has already been shown to achieve a high performance gain. With the availability of either the full or partial channel state information (CSI) at the transmitter, we can achieve further performance gain or receiver complexity reduction. Such closed-loop schemes have been considered in many communication standards for application of beamforming or multi-user precoding.

However, CSI estimation for the downlink channel at the base station is not possible in Frequency Division Duplex systems. It is also not straightforward to implement CSI estimation in Time Division Duplex (TDD) systems due to the mismatch in the radio front end. Hence in general, the CSI will be estimated at the mobile clients and be sent back to the base station. For example, in the 802.11n wireless LAN system, when the system is operated in TDD mode, the channel can either be estimated by the transmitter through calibration or the channel is fed back by the receiver [1]. This unfortunately requires a high and undesirable feedback bandwidth.

Another popular way to reduce the amount of CSI feedback is through differential encoding [2, 3]. However, such technique suffers accumulated error propagation. Therefore, the mobile client often computes the beamforming matrix, which is usually a unitary matrix and “compress” such a matrix before feeding back to the base station. The “compression” can significantly reduce the feedback bandwidth requirement. And 802.11 ac wireless LAN system [4] adopts this methodology to feedback the beamforming matrix for single- and multi-user MIMO. Although we only use unitary beamforming matrix as an example in this article, the techniques that are discussed in this article apply to the feedback of channel matrix as well. For example, we may perform singular value decomposition (SVD) on the channel matrix, and feedback the eigenvalues and both the left and right eigenvectors matrices, which are both unitary.

There have been several proposals in the literature to compress the beamforming vector. One is codebook based such as the vector quantization (VQ) scheme proposed in [510], and another is by using the Givens Rotation (GR) [1, 4, 1113]. Compared with the GR-based scheme, the VQ approach requires a higher storage, as a set of codebooks is needed for a particular antenna setting. It has a higher complexity than the GR approach, especially when the number of codewords in the codebook increases. Due to these reasons, the GR approach has been adopted in the 802.11n and 802.11 ac standards [1, 4].

In this article, we investigate an effective approach to quantize and feedback the GR parameters that compress the beamforming matrix. The proposed scheme is capable of achieving a better performance, in the absence of extra bandwidth, than existing techniques that quantize and feedback the GR parameters.

Signal model

MIMO model

Consider a point-to-point MIMO channel with N T transmit antennas and N R receive antennas, the N T  × 1 transmitted signal is denoted by x and the N R  × N T channel denoted by H. The N R  × 1 received signal y can be expressed as

y = H x + n
(1)

To demonstrate the idea of beamforming, we use the eigen-subspace beamforming as an example. By using SVD, a MIMO channel H can be decomposed into

H = U D V H
(2)

where U of size N R  × R and V of size N T  × R are both unitary matrices, and D is an R × R diagonal matrix consisting of the singular values of H as its diagonal elements, and R is the rank of H. In order to perform eigen-subspace beamforming, V needs to be fed back to the base station. An effort to reduce the amount of information in V was reported in [1113] where a matrix Σ was multiplied with V to form V ¯ , such that the last row of V ¯ consists of only real numbers. Hence, we may re-express (2) as:

H = U D Σ V ¯ H = U D ¯ V ¯ H      where  D ¯ = D Σ
(3)

where

Σ = diag exp j * arg v ¯ N T H
(4)

and v ¯ N T H represents the last column of V ¯ H .

y = H x + n = U D ¯ V ¯ H x + n
(5)

To transmit data in the first K eigen modes (where K ≤ R), the beamforming matrix W is simply the first K column vectors of V ¯ :

W = V ¯ 1 : K
(6)

The transmitted signal is related to the K × 1 data signal u by

x = W u
(7)

In order to retrieve u, the mobile client multiplies the received signal with UH,

u ^ = U H y = D ¯ 1 : K u + n ˜
(8)

where n ˜ has the same statistics as n (as U is a unitary matrix). Since D ¯ is a diagonal matrix, eigen-beamforming leads to simple decoding, as the MIMO channel can be treated as a number of parallel subchannels.

In practice, due to the limited bandwidth in the feedback channel, W has to be quantized, and the base station receives the quantized version of W, denoted by W ˜ . We assume that the channels are estimated accurately, and there is no error or delay in the feedback channel. With these assumptions we consider only the impact of quantization error due to limited feedback bandwidth. Hence, W ˜ , instead of W, will be used as the beamforming matrix. In this article, we propose an effective method to quantize W and it will be shown that we can achieve a better performance than that of existing methods using the same average number of feedback bits.

GR model

Before we illustrate how the new proposed approach can easily be applied to the GR, we give a brief review on the GR. A unitary matrix, such as W in our case, can be represented as follows:

W = i = 1 min ( N T 1 , K ) D i 1 i 1 e j ϕ 1 , i e j ϕ N 1 , i l = i + 1 N T G li T ψ li × I N T × K
(9)

where D i is a diagonal matrix and G is defined as

G li ψ li = I i 1 0 0 0 0 0 cos ψ li 0 sin ψ li 0 0 0 I l i 1 0 0 0 sin ψ li 0 cos ψ li 0 0 0 0 0 I N T 1
(10)

Take a 3 × 2 unitary matrix W as example, it can be described as

W = e j ϕ 11 0 0 0 e j ϕ 21 0 0 0 1 × G 21 T ψ 21 G 31 T ψ 31 × 1 0 0 0 e j ϕ 22 0 0 0 1 × G 32 T ψ 32 × 1 0 0 1 0 0
(11)

Hence, the 3 × 2 unitary matrices W can fully be described by just six parameters: ϕ11ϕ21ψ21ψ31ϕ22, and ψ32. A 3 × 1 unit-norm vector only needs four parameters, namely ϕ11ϕ21ψ21, and ψ31. Whereas for 2 × 1 and 2 × 2 cases, two parameters, ϕ11 and ψ21, will be sufficient. The full details can be founded in [1, 4].

There are four combinations of bits assigned to the GR parameters in the IEEE 802.11n draft. They can be summarized as follows in the format of (b ψ b ϕ ), namely (1,3), (2,4), (3,5), and (4,6), where b ψ represents the number of bits assigned to ψ, and b ϕ represents the number of bits assigned to ϕ. Parameter ψ has a range from 0 to π/2 whereas ϕ spans over a range from 0 to 2π [1, 4].

Using the above bit assignment, ψ and ϕ can be quantized according to (12) (where ψ ˜ and ϕ ˜ represent the quantized version of ψ and ϕ , respectively).

ψ ˜ = k π 2 b ψ + 1 + π 2 b ψ + 2     where  k = 0 , 1 , , 2 b ψ 1
(12)
ϕ ˜ = k π 2 b ϕ 1 + π 2 b ϕ         where  k = 0 , 1 , , 2 b ϕ 1
(13)

The beamforming matrix W ˜ can be recovered at the base station by using (14):

W ˜ = i = 1 min ( N T 1 , K ) D i 1 i 1 e j ϕ ˜ 1 , i e j ϕ ˜ N T 1 , i l = i + 1 N T G li T ψ ˜ li × I N T × K
(14)

Methods

The three basic ideas of the proposed scheme are as follows:

  1. A.

    Dynamic bit assignment:The bits assigned to the GR parameter ϕ can be made dependent on the value of ψ. When the resolution is “sparse” (which can be predetermined based on the value of ψ), we use more bits for the quantization of ϕ; when the resolution is “crowded”, we use fewer bits for the quantization of ϕ. In other words, the bit assignment to ϕ is adaptively adjusted based on the value of ψ.

  2. B.

    Efficient source coding:Due to the non-uniform distribution of the GR parameters ψ, efficient source coding such as the Huffman code [14] can be used to efficiently encode the GR parameter ψ and hence reducing the number of feedback bits required.

  3. C.

    Codebook design:Due to the same reason of non-uniform distribution, instead of quantizing the GR parameter ψ in a uniform manner, codebook can be designed so as to quantize the parameter in a more effective manner.

Depending on the receiver structure or the design criteria, we can apply each of these ideas separately or jointly. We will illustrate each of the above in more details.

Dynamic bit assignment

To illustrate the idea of dynamic bit assignment, it is best to make use of a simple example of 2 × 1 beamforming vector. Consider a 2 × 1 unit-norm vector w as shown in (15), due to the unit-norm property, it must satisfy the constraints in (16). In addition, there is a matching between the GR view point and the Geometry view point, i.e., both r1 and r2 are related to ψ21 by r1 = cos(ψ21) and r2 = sin(ψ21).

w = w 1 w 2 = r 1 e j ϕ 11 r 2 Geometry view point = cos ψ 21 e j ϕ 11 sin ψ 21 Givens Rotation view point
(15)

Since w is a unit-norm vector, it must satisfy:

w 1 2 + w 2 2 = 1 r 1 2 + r 2 2 = 1
(16)

Based on the geometry view point in (15) and the constraints in (16), if we want to reduce the quantization error between the w ˜ (quantized w) with w, we obtain the following insights:

  • When r2 is large (?21 is large), r1 will be small; ?11 can have a lower resolution.

  • When r2 is small (?21 is small), r1 will be large; ?11 will need a higher resolution.

Hence, the number of bit assigned to ϕ11 should be a function of r1 and r2, which is in turn related to the value of ψ21 when GR is in use. This observation can be further illustrated in Figures 1 and 2. As shown in Figure 1, the radii of the two circles represent two possible values of r1. This is equivalent to one bit assignment to ψ21. When r2 is small, r1 will be large, as shown by the blue circle marked with “×” at the bottom of Figure 1. When r2 is large, r1 will be small, noting the red circle marked with “O” at the top of Figure 1. It can be seen that in this case, if we assign the same number of bits (e.g., 3 bits) to ϕ11, it corresponds to eight points on each circle. The points on the upper circle are closer to each other, while the points on the lower circle are further apart. In this case, the total number of bits to represent w is 1 + 3 = 4 bits. And this is the standard way of quantizing w, e.g., in the 802.11n standard.

Figure 1
figure 1

Distribution of quantized 2-by-1 beamforming vector based on fixed feedback rate.

Figure 2
figure 2

Distribution of quantized 2-by-1 beamforming vector based on variable feedback rate.

To achieve a lower quantization error, we can assign different number of bits to ϕ11 according to the value of r1. For example, as shown in Figure 2, we assign two bits to ϕ11 when r1 is small (i.e., ψ21 is large, the upper circle), and we assign 4 bits to ϕ11 when r1 is large (i.e., ψ21 is small, the lower circle). It can be seen that the distance between the points are more evenly distributed in this case. Depending on the assignment of ψ21, we can make the probability of having two cases (upper or lower circle) equal. Hence, in this scenario, the total number of bits representing w is 1 + 2 = 3 or 1 + 4 = 5, which is 4 bits on average (if the probability ψ21 to be large and small, hence the probability of upper and lower circle are the same).

An optimal codebook obtained by VQ methodology as described in [5] is shown in Figure 3. The “optimum” codebook design criterion is to maximize the mean squared inner product (MSIP) of the beamforming vector and the codebook vectors. A modified form of the generalized Lloyd algorithm was used to train the codebooks used in the comparison. During the iterative training process, the nearest neighborhood condition was satisfied by identifying the partition cell R i corresponding to the i th codebook vector that generates the highest MSIP with the training vector v. At the end of an iteration, the principal eigenvector of E vvT|vR i was computed and became the i th codebook vector. From Figure 3, it can be seen that when using a variable feedback rate the codebook that appears in Figure 2 is closer to the optimal codebook than the one with a fixed feedback rate as shown in Figure 1.

Figure 3
figure 3

Optimal codebook trained using the maximum MSIP criterion.

Efficient source coding

In Figure 4a–f, we show the distribution of the GR parameters for a unitary beamforming matrix of dimension 3 × 2 when H is Rayleigh i.i.d. fading channel. Through our studies of 5,000 channel matrices, we observe that the parameter ϕ exhibits a uniform distribution from 0° to 360° (i.e., 0 to 2π), while the parameter ψ has a non-uniform distribution from the range of 0° to 90° (i.e., 0 to π/2). We also observe an asymmetric distribution for ψ31 and a symmetric distribution for ψ21 and ψ32. For channel matrices with other dimensions, we have similar observation.

Figure 4
figure 4

Distribution of the GR parameter for a 3 × 2 beamforming matrix.

The distributions of the quantized version of ψ when using four levels of granularity are shown in Figure 4g–i. So, we should use less bits to source code those values with higher occurring probability, and more bits to source code those values with lower occurring probability. One possibility is the use of Huffman source coding [14].

Codebook design

Due to the non-uniform and asymmetric distribution of some of the parameters, instead of quantizing the GR parameters uniformly, we can design a codebook so as to reduce the quantization error. For example, instead of quantizing ψ31 uniformly with 2 bits using the value [11.25, 33.75, 56.25, 78.75], we can use a codebook [8, 25, 41, 62] that is also 2 bits. As shown in Figure 4, ψ31 has a distribution that concentrate to the left-hand side (i.e., higher chances for smaller value), hence our codebook of [8, 25, 41, 62] also tends to have a lower value than the uniform codebook of [11.25, 33.75, 56.25, 78.75].

The above three techniques can be combined and optimized by certain design criteria, which can be a function of receiver. We will perform two case studies in the following sections, one based on the techniques A and C, and another based on the techniques A and B.

Case studies

Depending on the training symbol placement and the receiver design, we consider two cases. In the first case, a simple receiver is not retrained with the beamforming matrix, hence the receiver does not take the mismatch of the quantized beamforming matrix into account, and it simply uses a parallel decoder. On the other hand, in the second case, the receiver is retrained with the updated beamforming matrix, hence the mismatch between the quantized beamforming matrix and the channel is taken into account. It uses a more complicated receiver, such as an MMSE receiver.

Receiver with simple parallel decoder

In this section, we consider the receiver as stated in (8), which is repeated below by taking into account the mismatch in the beamforming matrix with the channel

u ^ = D ¯ 1 U H y = V ¯ W ˜ u + n ˜
(17)

Due to quantization, V W ˜ is no longer an identity matrix, therefore such a simple receiver should be highly sensitive to the quantization error.

In this section, we demonstrate in details how the proposed scheme works for a 3 × 1 beamforming vector w as shown in (18). In Table 1, we show the bit assignment for the GR of the traditional and the proposed schemes. For example, in an average of 8 bits feedback configuration, the traditional scheme allocates 1 bit each to ψ21 and ψ31, and 3 bits each to ϕ11 and ϕ21. In the proposed scheme, 1 bit is assigned to ψ21 and ψ31, but 2, 3, or 4 bits to ϕ11, with the actual assignment (whether 2, 3, or 4 bits) depending on the value of ψ21 and ψ31, as shown in Table 2. For an average feedback rate of 12 bits, the actual bit assignment is shown in Table 3.

Table 1 Number of bits allocation for three transmit antennas beamforming vector
Table 2 Bit allocation for ϕ 21 and ϕ 11 when the average number of feedback bit is 8
Table 3 Bit allocation for ϕ 21 and ϕ 11 when the average number of feedback bit is 12

The quantization and reconstruction of ϕ are based on the formula in (13). For the ψ parameter, since ψ31 and ψ21 are not uniformly distributed as shown in Figure 4, we design a codebook for those two parameters, the codebook used are shown as the footnote to Tables 2 and 3. Hence, in this case study, we have used the technique “dynamic bit assignment” and “codebook design” that have been mentioned in the previous section.

w = r 1 e j ϕ 11 r 2 e j ϕ 21 r 3 = cos ψ 21 cos ψ 31 e j ϕ 11 sin ψ 21 cos ψ 31 e j ϕ 21 sin ψ 31
(18)

Since the receiver is not retrained with the beamforming matrix, the quantization error will be critical in this case. We first compare the error in quantization by using mean square error (MSE) in (19) or mean angular distance (MAD) [6] in (20).

M S E = E w - w ˜ 2
(19)
M A D = E 1 w · w ˜ 2
(20)

where · in (20) denotes the dot product operation.

MSE readings for quantization of 3 × 1 beamforming vector based on the traditional fixed rate feedback approach versus that of the newly proposed scheme based on variable rate feedback are as follows: MSE of 0.11 versus 0.091 (for 8 bits feedback) and MSE of 0.03 versus 0.028 (for 12 bits feedback). MAD readings are as follows: MAD of 0.31 versus 0.282 (for 8 bits feedback) and MAD of 0.162 versus 0.156 (for 12 bits feedback). Hence, the proposed scheme always achieves a lower MSE and MAD than the traditional scheme for both cases of average 8 or 12 bits feedback.

The BER performance is shown in Figure 5 for QPSK (with average 8 bits feedback) and 16QAM (with average 12 bits feedback) modulated 3 × 3 MIMO, respectively. It can be seen that the proposed scheme outperforms the traditional approach. Notably such a performance gain is achieved without any additional feedback bandwidth.

Figure 5
figure 5

BER performance for 3 tx 3 rx, one stream based on SVD beamforming: QPSK with average 8 bits feedback and 16QAM with average 12 bits feedback.

Receiver with MMSE detector

In this section, we consider a different receiver from that in (8). It is assumed that the mismatch in the beamforming matrix is known, and we apply the MMSE detector as shown:

u ^ = G H G + α I 1 G H y G = H W ˜
(21)

In this case, we consider a three transmit antennas and two streams of data. Due to the non-uniform distribution of the parameters ψ as shown in Figure 4, we can make use of Huffman coding [14] to encode the quantized value of ψ. Hence, we make use of the techniques “dynamic bit assignment” and “efficient source coding” discussed earlier in this case study.

As shown in Table 4, it is sufficient to represent the quantized version of ψ21 (or ψ32) and ψ31 using 1.94 and 1.77 bits (instead of 2 bits for a granularity of four).

Table 4 Huffman code for GR parameters

It is also found that when ψ21 = 33.75, 56.25, and ψ31 = 11.25, 33.75, the quantized version of the beamforming matrix will have higher chances of being poor in quality, hence we suggest that we use 3 bits to quantize ϕ11 and ϕ21 when the above-mentioned condition occurs. For the rest of the case, we simply use 2 bits to quantize ϕ11 and ϕ21. As shown in Table 5, it can be seen that 5.06 bits on average were required for the quantization of ϕ11 and ϕ21 in our proposed scheme.

Table 5 Bits assignment for GR parameters ϕ 11 and ϕ 21

Combining everything, the average number of bits required to represent a 3 × 2 unitary beamforming matrix using our proposed scheme can be computed as the following:

Ave bits required: E b ψ 21 + E b ψ 31 + E b ϕ 11 + b ϕ 21 + E b ψ 32 + E b ϕ 22 = 1 .93862 + 1 .77284 + 5 .0592 + 1 .93862+ 2b = 12 . 7093
(22)

We compare five different quantization schemes in Table 6. It can be seen that our proposed scheme (Scheme E with average 12.71 bits of feedback) achieve similar performance as Scheme D that requires 15 bits of feedback. Hence, we save about 2 bits of feedback, and this saving can be significant when there is a large number of subcarriers, especially in the future broadband system. Compare to Schemes B and C, we achieve a better performance with 0.71 additional bits in the average number of feedback bit.

Table 6 Five schemes for comparisons

The simulation results of the BER for the five schemes are shown in Figure 6. We assume three transmit antennas and three receive antennas with eigen beamforming and two data streams: one 64QAM and the other 16QAM, hence a 10 bits/s/Hz spectral efficiency is achieved. It can be seen that Schemes B and C gave the worst BER, while Scheme A delivered the best performance in terms of BER. Scheme D performed better than Schemes B and C by using three more average feedback bits. Our proposed scheme can capture most of the gain that can be provided by Scheme D, but we require only 0.71 additional feedback bits compared to the additional 3 bits required by Scheme D.

Figure 6
figure 6

BER performance for 3tx 3rx two streams based on SVD beamforming with feedback bit assignment in Table 6. First stream with 64QAM and second stream with 16QAM, total spectral efficiency 10 bps/Hz.

The newly proposed scheme can be considered as a hybrid of the traditional GR approach and VQ-based approach, i.e., we have a code book for the GR parameters ϕ and ψ. However, the new scheme has a lower storage requirement than those based on VQ codebooks.

The assignment of the number of bits and the codebook design in these case studies are just for illustration, there could be other assignment methods that lead to better performance, and different receiver or different system design may lead to different design criteria.

Conclusions

In this article, a simple quantization scheme has been presented for the unit-norm beamforming vector or unitary beamforming matrix based on variable-rate feedback. The basic idea is to provide for higher resolution in the dense area and lower resolution in the sparse area. The idea can directly be applied to the existing GR approach allocating variable bits to the ϕ parameter according to the value of ψ. Due to the non-uniform distribution of the GR parameter ψ, the performance can be further improved if we incorporate into the system efficient source coding and codebook design for GR parameters. Results show that the proposed scheme can achieve a lower MSE and lower MAD. The BER performance of the close-loop MIMO system based on the proposed quantization scheme also outperforms that of existing schemes.

The proposed idea is not restricted to the use of eigen-beamformer or GR which have been used as the baseline for comparison. Our proposed method gives a better accuracy when compressing a unit-norm vector or unitary matrix, and such accuracy plays an important role in many communications system including precoding for multi-user MIMO.

References

  1. IEEE P802.11n/D2.0, IEEE Standards Draft, February 2007

  2. Chin WH, Yuen C: Design of differential quantization for low bitrate channel state information feedback in MIMO-OFDM systems. Proc. IEEE VTC 2008 Spring, Singapore; 2008:827-831.

    Google Scholar 

  3. Cho M, Seo W, Kim Y, Hong D: A joint feedback reduction scheme using delta modulation for dynamic channel allocation in OFDMA systems. Proc. of PIMRC, Berlin; 2005:2747-2750. vol. 4

    Google Scholar 

  4. IEEE P802.11ac/D0.2, IEEE Standards Draft, March 2011

  5. Roh JC, Rao BD: Channel feedback quantization methods for MISO and MIMO systems, vol. 2. IEEE PIMRC, Spain; 2004:805-809.

    Google Scholar 

  6. Love DJ, Heath RW, Strohmer T: Grassmannian beamforming for multiple-input multiple-output wireless system. IEEE Trans. Inf. Theory 2003, 49: 2735-2747. 10.1109/TIT.2003.817466

    Article  Google Scholar 

  7. Chun KA, Love DJ: On the performance of random vector quantization limited feedback beamforming in a MISO system. IEEE Trans. Wirel. Commun. 2007, 6: 458-462.

    Article  Google Scholar 

  8. Raghavan V, Heath RW, Sayeed AM: Systematic codebook designs for quantized beamforming in correlated MIMO channels. IEEE J. Sel. Ares Commun 2007, 25: 1298-1310.

    Google Scholar 

  9. Yang S, Ko J, Lee Y: Transmit beamforming with reduced feedback information in OFDM based wireless systems. VTC Spring, Singapore; 2008:983-987.

    Google Scholar 

  10. Wu P, Li L, Zhang P: Unitary space vector quantization codebook design for precoding MIMO system. IEICE Trans. Commun. 2008, 91: 2917-2924.

    Article  Google Scholar 

  11. Kim J, Aldana C: Efficient feedback of the channel information for closeloop beamforming in WLAN. IEEE VTC-Spring, Melbourne; 2006:2226-2230.

    Google Scholar 

  12. Roh JC, Rao BD: Efficient feedback methods for MIMO channels based on parameterization. IEEE Trans. Wirel. Commun. 2007, 6(1):282-292.

    Article  Google Scholar 

  13. Sadrabadi MA, Khandani AK, Lahouti F: Channel feedback quantization for high data rate MIMO systems. IEEE Trans. Wirel. Commun. 2006, 5: 3335-3338.

    Article  Google Scholar 

  14. Cover TM, Thomas JA: Elements of Information Theory. Wiley Interscience, ; 1991.

    Book  Google Scholar 

Download references

Acknowledgment

This study was partly supported by the Singapore University Technology and Design (grant no. SUTD-ZJU/RES/02/2011). Zhaoyang Zhang’s was supported in part by the National Key Basic Research Program of China (No. 2012CB316104) and Zhejiang Provincial Natural Science Foundation of China (No. LR12F01002).

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Chau Yuen.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ original submitted files for images

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 2.0 International License (https://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Yuen, C., Sun, S., Ho, M.M.S. et al. Beamforming matrix quantization with variable feedback rate. J Wireless Com Network 2012, 200 (2012). https://doi.org/10.1186/1687-1499-2012-200

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1687-1499-2012-200

Keywords