Thank you to anyone who has already donated - your generous donations helped make three months of treatment possible.
My brother Nate continues to fight stage IV Hodgkin's lymphoma. He's just 31, with a wife and baby girl. They have no active income (since he's been unable to return to work), no insurance, and cannot afford the treatment he needs. Nate and his family need your help. Please consider a donation, every dollar helps. Thanks.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
/* -6.0db..+0db..+9.0db step 1.5db - translate -60..+0..+90 step 15 to 0x0b..0x07..0x01 step -1. * reg hex tdB * 1111 0x0f disabled * 1110 0x0e -60 * 1101 0x0d -60 * 1100 0x0c -60 * 1011 0x0b -60 * 1010 0x0a -45 * 1001 0x09 -30 * 1000 0x08 -15 * 0111 0x07 0 <-- * 0110 0x06 15 * 0101 0x05 30 * 0100 0x04 45 * 0011 0x03 60 * 0010 0x02 75 * 0001 0x01 90 * 0000 0x00 90 */ |