A machine that reverses all of the bits inside a filt's spectrum. I accidently named it flipper, but it actually reverses the bits.
Comments
-
@Schmolendevice You're right, it's supposed to reverse the bits, is there any way to rename the save or should I just put a text inside of it clarifying it's a reverser and not a bit flipper?
-
@QuanTech At first I was skeptical and that this was totally overkill, and then I realized that by "flip", he actually meant "reverse" the endianness (order) which is a wholly different task in itself... This isn't a simple bitwise NOT.
-
example: INPUT = 01110100101 . 01110100101 XOR 11111111111 = 10001011010.
-
That would just make all the bits zero...
-
you can just XOR the input with another FILT that has all bits set in its ctype