Opérations sur les bits et logiques
Blocs d'opérations logiques ou sur les bits tels que Logical Operator et Relational Operator
Utilisez les blocs de la bibliothèque Logic and Bit Operations pour détecter les modifications de valeurs de signaux, effectuer des opérations logiques ou relationnelles sur les entrées et convertir des bits en nombres entiers.
Blocs
Bit Clear | Set specified bit of stored integer to zero |
Bit Set | Set specified bit of stored integer to one |
Bit to Integer Converter | Map vector of bits to corresponding vector of integers |
Bitwise Operator | Specified bitwise operation on inputs |
Combinatorial Logic | Implement truth table |
Compare To Constant | Determine how signal compares to specified constant |
Compare To Zero | Determine how signal compares to zero |
Detect Change | Detect change in signal value |
Detect Decrease | Detect decrease in signal value |
Detect Fall Negative | Detect falling edge when signal value decreases to strictly negative value, and its previous value was nonnegative |
Detect Fall Nonpositive | Detect falling edge when signal value decreases to nonpositive value, and its previous value was strictly positive |
Detect Increase | Detect increase in signal value |
Detect Rise Nonnegative | Detect rising edge when signal value increases to nonnegative value, and its previous value was strictly negative |
Detect Rise Positive | Detect rising edge when signal value increases to strictly positive value, and its previous value was nonpositive |
Extract Bits | Output selection of contiguous bits from input signal |
Float Extract Bits | Extract bits from floating-point input samples (depuis R2023a) |
Integer to Bit Converter | Map vector of integers to vector of bits |
Interval Test | Determine if signal is in specified interval |
Interval Test Dynamic | Determine if signal is in specified interval |
Logical Operator | Perform specified logical operation on input |
Relational Operator | Perform specified relational operation on inputs |
Shift Arithmetic | Shift bits or binary point of signal |