fixed typos

This commit is contained in:
Friese 2018-05-15 11:37:33 +02:00
parent a994510799
commit 4f42d871d9
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
## Installation
Use `$ make` or compile it anywhere else.
It had to be ANSI C so it even compiles on VS.
## Features
This little piece of code compares 3 different implementations of a least mean square filter.
+ local mean
+ direct predecessor
+ differential predecessor
Greyscale PPM files can be used for input at this iteration. Output will be generated as .txt files with predicted value generated by the filter and its error value as well as given actual value from the PPM file. Furthermore there is an output as an svg graph to compare the implementatiosn on a visual level. Just open __graphResults.html__.
You can hide graphs by clicking on its name for better visibility.
Use `$ ./lms -h` for help.