RobotKit API
|
A filter class to represent a lowpass filter. More...
#import <RKAccelerometerFilter.h>
Public Member Functions | |
(id) | - initWithSampleRate:cutoffFrequency: |
A RKLowpassFilter will apply a low pass filtering to the acceleration data.
- (id) initWithSampleRate: | (double) | rate | |
cutoffFrequency: | (double) | freq | |
Intializer for the low pass filter.
rate | The sampling rate used to collect the data. |
freq | The cutoff frequency for the filter. |