Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.18 KB

README.md

File metadata and controls

16 lines (10 loc) · 1.18 KB

dig-filt-sandbox

A discussion regarding computational-science was opened recently and it is looking for topics for potential development of exercises for Exercism.io. I have suggested that perhaps digital filtering could be an interesting topic to explore. I plan to share some examples of some software filters that I have been using for years that will hopefully aid in the discussion and foster the development of some new and interesting exercises.

This repo may be used as a place to display thoughts / ideas regarding digital filters.

My examples are written in Pascal. This should not deter you from sharing your ideas in whatever language you like. This should be considered a language agnostic place to explore this topic.

I have provided two examples to start the conversation:

Raw vs. Filtered Data:
ExamplePlot

Ryan