I want to finf SAC of a Boolean function
B = [1 0 1 0 0 1 1 0]; SAC(B);
B = [1 0 1 0 0 1 1 0]; SAC(B);
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2021-04-30 12:40:59 +0100
Seen: 142 times
Last updated: Apr 30 '21
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
You should provide more details : what is the interpretation of the array B ? What is the SAC function ?
B is the boolean function and SAC refers to Strict avalanche criteria