qichenftw/lowPassFilter
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Low Pass Filter
A C implementation of a low pass filter.
Parts:
main.c – This file contains the main function which reads in the inputs.
plot.py – This is a python script that enables visualization of the input signal
against the calculated output signal.