Error in bitand() documentation
조회 수: 2 (최근 30일)
이전 댓글 표시
- Edit - my problems were caused by an overflow.
What remains is a small error in the bitand() documentation:
"the bit-wise AND of —5 (11111010) and 6 (00000110) is 2 (00000010)."
In two's complement, -5 would be 11111011. However, the example is chosen such that it does not make a difference.
Kind regards,
Dirk-Jan
댓글 수: 0
답변 (1개)
Akanksha
2025년 3월 27일
That was a precise observation. Thank you for pointing it out. The mistake has been rectified in the recent documentation.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Digital Filter Analysis에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!