The cost function can be implemented using a brute force search because there are only a finite number of matrices per codebook.
모든 경우의 수를 다 search하는 알고리즘.
출처 : David J. Love and Robert W. Heath, Multi-Mode Precoding Using Linear Receivers for Limited Feedback MIMO Systems
'Computer Science > Algorithm' 카테고리의 다른 글
[Algorithm/C] BOJ.2577 숫자의 개수 (0) | 2018.01.16 |
---|---|
[Algorithm/C] AOJ. 달팽이 (0) | 2018.01.15 |
[Algorithm/C] BOJ.1152 단어의 개수 (0) | 2018.01.09 |
[Algorithm/C] BOJ.11654 아스키 코드 (0) | 2018.01.06 |
[Algorithm/C] BOJ.1475 방번호 (0) | 2018.01.05 |