Error in bitand() documentation

2 次查看(过去 30 天)
Dirk-Jan
Dirk-Jan 2014-4-22
回答: Akanksha 2025-3-27
- 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

回答(1 个)

Akanksha
Akanksha 2025-3-27
That was a precise observation. Thank you for pointing it out. The mistake has been rectified in the recent documentation.

类别

Help CenterFile Exchange 中查找有关 Digital Filter Analysis 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by