From f314fae1a27892047cae0f00459721fbb0a1e66b Mon Sep 17 00:00:00 2001 From: gurkenhabicht Date: Mon, 14 May 2018 23:29:32 +0200 Subject: [PATCH] more text --- bin/ANSI_C_Implementation/README.MD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/ANSI_C_Implementation/README.MD b/bin/ANSI_C_Implementation/README.MD index bf73c30..65aa2f7 100644 --- a/bin/ANSI_C_Implementation/README.MD +++ b/bin/ANSI_C_Implementation/README.MD @@ -1,7 +1,7 @@ ## Installation Use the make file or compile it anywhere else. -`$ make` +`$ make`. It had to be ANSI C so it even compiles on VS. @@ -13,7 +13,7 @@ This little piece of code compares 3 different implementations of a least mean s + direct predecessor + differential predecessor -Greyscale PPM files can be used for input at this iteration. Output will be genreeated as .txt file with predicted value genereated 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. - +Greyscale PPM files can be used for input at this iteration. Output will be genreeated as .txt file with predicted value genereated 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.