StoRC
Autonomous Payload Delivery System
low_pass.pde File Reference

Discrete-time implementation of a simple RC low-pass filter. More...

Go to the source code of this file.

Functions

float low_pass (float raw_data, float alpha, float filtered_data)

Detailed Description

Discrete-time implementation of a simple RC low-pass filter.

Author:
Michael Posner (CIS, MEAM '12)
Timothy Hennelly (ESE '12)
Jacob Orloff (MEAM '12)

Definition in file low_pass.pde.


Function Documentation

float low_pass ( float  raw_data,
float  alpha,
float  filtered_data 
)

Definition at line 40 of file low_pass.pde.