Feeds
提问
How can i generate complex number Hadamard, like hadamard(4) gives colmns which are mutualy perpandicular?. there should be zero mutualy inner product of colmn.
the dimension of complex hadamard may not be same as in real case hadamard.
9 years 前 | 0 个回答 | 0
0
个回答提问
How can i replace 0 by -1 in all binary number till 256 as 00000000, 00000001, 00000010, 00000011, 00000100, .................................., 11111111 ?
Without using loops
9 years 前 | 2 个回答 | 0
2
个回答提问
How to generate all binary number till 256 as 00000000, 00000001, 00000010, 00000011, 00000100, .................................., 11111111 ?
I am thinking that it can be generated by using staging 0 and 1 in prefix to {0, 1} and repeat it till the desired answer.
9 years 前 | 1 个回答 | 0