What does it mean that your system is 7-bit, 10-bit or 16-bit?

In music technology we often talk about n-bit systems. For example, the MIDI protocol is based on a 7-bit scheme, many sensor interfaces use 10-bit resolution for their sensor readings, and sound cards typically record in 16-bit, or even 32-bit. But even though we talk about these things every day, I am often surprised by how many people don’t really know what 7-bit actually means, and that a 32-bit system is not “double” as good as a 16-bit system....

October 18, 2013 · 1 min · 196 words · ARJ

Derivatives

A useful thing to do with position data (e.g. from a motion capture system) is to calculate the first and second derivatives. These will give you the velocity and acceleration, respectively. But it doesn’t stop there. In fact, it is possible to continue calculating derivatives of derivatives. Here are the names for the first 10 ones: original: position velocity (1st) acceleration (2nd) jerk (3rd) snap/jounce (4th) crackle (5th) pop (6th) Lock (7th) Drop (8th) Shot (9th) Put (10th) Whether these are useful or not is another question…

May 4, 2011 · 1 min · 87 words · ARJ