From eade088472c0ddeef02909035aeefc15775773cf Mon Sep 17 00:00:00 2001 From: Nakrum Date: Thu, 31 May 2018 10:19:27 +0200 Subject: [PATCH] Update README.md --- bin/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/README.md b/bin/README.md index 5c5d7b2..24d1e7c 100644 --- a/bin/README.md +++ b/bin/README.md @@ -60,7 +60,8 @@ Logs are created by default: + each nlms function.Predicted value, input value and error value as well as square mean and deviation + updated weights for each nlms calculation -`CPP_NLMS -i -g true` prints a graphical overview to `graphResults.html`. The output is an __SVG__ embedded in html. +`CPP_NLMS -i -g true` prints a graphical overview to `graphResults.html` using the `graphResults_template.html` in the same directory as the binary. +`CPP_NLMS -i -g ` does the same, only the `graphResults_template.html` is handed from a diffrent path. The output is an __SVG__ embedded in html for both. ![alt text](https://github.com/FBRDNLMS/NLMSvariants/blob/master/img/lms_graphing.png "ANSI_C/C++ bin, generate graphical output ")