From 0d4a7163c498ba129a7bb4f34e5b856bf539ad83 Mon Sep 17 00:00:00 2001 From: gurkenhabicht <34342412+gurkenhabicht@users.noreply.github.com> Date: Wed, 16 May 2018 12:41:42 +0200 Subject: [PATCH] Delete README.MD --- src/ANSI_C_Implementation/README.MD | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/ANSI_C_Implementation/README.MD diff --git a/src/ANSI_C_Implementation/README.MD b/src/ANSI_C_Implementation/README.MD deleted file mode 100644 index 5633f4f..0000000 --- a/src/ANSI_C_Implementation/README.MD +++ /dev/null @@ -1,18 +0,0 @@ -## Installation - -Use `$ make` or compile it anywhere else. -This code is ANSI compatible . Nevertheless if you use Visual Studio use the C++ implementation in __../src/cpp_implementation__ - - -## 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. These graphical results are build from __graphResults_template.html__ which creates the actual output to __graphResults.html__. Open this file to see the results. -You can hide graphs by clicking on its name for better visibility. - -Use `$ ./lms -h` for help.