I am trying to figure out where the cutoff frequency value comes from in Apple's AccelerationGraph example app.
The filter constant is calculated with this initialization
filter = [[filterClass alloc] initWithSampleRate:kUpdateFrequency cutoffFrequency:5.0];
Can anyone explain how Apple determined this value?
Thanks