您当前的位置: 首页 >  matlab

phymat.nico

暂无认证

  • 1浏览

    0关注

    1967博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

matlab位运算函数

phymat.nico 发布时间:2020-05-07 00:48:24 ,浏览量:1

例子,

1. &按位与运算    bitand

takemsg4 = bitand( msg, 240) ;

2. |按位或运算   bitor

cover1( i, j) = bitor( cover1( i, j) , shiftmsg4( i, j) ) ;

3. 移位     bitshift

shiftmsg4 = bitshift( takemsg4, - 4) ;  

https://blog.csdn.net/fangna_iot/article/details/49996051

https://blog.csdn.net/drrlalala/article/details/49587443

https://blog.csdn.net/kabuto_hui/article/details/49853687

关注
打赏
1659628745
查看更多评论
立即登录/注册

微信扫码登录

0.0565s