RobotKit API
Public Member Functions
RKLowpassFilter Class Reference

A filter class to represent a lowpass filter. More...

#import <RKAccelerometerFilter.h>

Inheritance diagram for RKLowpassFilter:
RKAccelerometerFilter

List of all members.

Public Member Functions

(id) - initWithSampleRate:cutoffFrequency:

Detailed Description

A RKLowpassFilter will apply a low pass filtering to the acceleration data.


Member Function Documentation

- (id) initWithSampleRate: (double)  rate
cutoffFrequency: (double)  freq 

Intializer for the low pass filter.

Parameters:
rateThe sampling rate used to collect the data.
freqThe cutoff frequency for the filter.

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties