demapp "IQ array of length 6" to "Bits array of length 12"?
1 次查看(过去 30 天)
显示 更早的评论
采纳的回答
Josh
2019-6-6
How about this?
x = [1+j; -1-j; -1+j; 1-j];
result = [real(x)<0, imag(x)<0];
It turns a column vector of imaginary numbers into a two-column array with the results.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!