bitsafe~
Description
Use the bitsafe~ object to detect NaN (not a number) and +/- infinity values in an incoming signal and replace those occurences with zero. This is useful in conjunction with the bitwise operators, or any other situation where these values are possible.
Examples

Arguments
None.
Attributes
Common Box Attributes
Messages
signal
Input signals to bitsafe~ will have infinite and NaN values replaced with 0 in the output signal.
Output
signal
The resulting floating-point signal which has 0 values where infinite or NaN values existed in the input.
See Also
Name | Description |
---|---|
bitshift~ | |
bitor~ | |
bitxor~ | |
bitnot~ | |
bitand~ |