Zenithsiz
Zenithsiz
6 / 0
4th Nov 2017
4th Nov 2017
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

  • Zenithsiz
    Zenithsiz
    4th Nov 2017
    @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?
  • Schmolendevice
    Schmolendevice
    4th Nov 2017
    @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.
  • QuanTech
    QuanTech
    4th Nov 2017
    example: INPUT = 01110100101 . 01110100101 XOR 11111111111 = 10001011010.
  • msasterisk
    msasterisk
    4th Nov 2017
    That would just make all the bits zero...
  • QuanTech
    QuanTech
    4th Nov 2017
    you can just XOR the input with another FILT that has all bits set in its ctype