|
|
AndC |
|
Bitwise AND of a constant and each sample of a signal.
|
|
|
And |
|
Sample by sample bitwise AND of samples from two signals.
|
|
|
OrC |
|
Bitwise OR of a constant and each sample of a signal.
|
|
|
Or |
|
Sample by sample bitwise OR of the samples from two signals.
|
|
|
XorC |
|
Bitwise XOR of a constant and each sample of a signal.
|
|
|
Xor |
|
Sample by sample bitwise XOR of the samples from two signals.
|
|
|
Not |
|
Bitwise NOT of each sample of a signal.
|
|
|
LShiftC |
|
Left shifts the bits of each sample of a signal by a constant amount.
|
|
|
RShiftC |
|
Right shifts the bits of each sample of a signal by a constant amount.
|
|