摘要: 1. alignas (c++11) 设置类和struct的字节对齐方式 默认取值是: 2n : 0, 1, 2, 4 , 6, 8..... 2. alignof 区分sizeof(), alignof得到字节对齐的字节数 3. auto (c++11) 4. bitand 和 bitor 5. 阅读全文
posted @ 2019-04-10 20:05 douzujun 阅读(1356) 评论(0) 推荐(0) 编辑
摘要: 参考: https://blog.csdn.net/qq_40981790/article/details/80143524 1. MVDR简介(Minimum Variance Distortionless Response) MVDR是一种基于最大信干噪比(SINR)准则的自适应波束形成算法。M 阅读全文
posted @ 2019-04-10 10:27 douzujun 阅读(7254) 评论(0) 推荐(0) 编辑