NLMS Prediction Filter Implementations
Go to file
gurkenhabicht 9743c82408 changes 2018-05-18 00:41:59 +02:00
bin update 2018-05-16 13:07:06 +02:00
doc Delete Comparison between Adaptive filter Algorithms (LMS, NLMS and RLS).pdf 2018-03-23 11:47:46 +01:00
src changes 2018-05-18 00:41:59 +02:00
Aufgabenstellung.md Update Aufgabenstellung.md 2018-05-16 18:21:39 +02:00
README.md : 2018-05-17 00:01:02 +02:00

README.md

NLMSvariants

Objective

The goal of our task was to implement three kinds of a least mean square filter. According to the given task we created implementations in ANSI C, C++ and C#. Input of these filters are image files, namely BMP, GIF, EXIF, JPG, PNG and TIFF in C#. PPM in ANSI C and C++ only. In each of these implementations there are log files and graphs as an output.

More information can be found inside the according folders.

Structure

│   Aufgabenstellung.md
│   README.md
│
├───bin
│       CS_NMLS_with_UI.exe
│
├───doc
│       Doc.txt
│
└───src
    ├───ansi_c_implementation 
    │       graphResults_template.html
    │       Makefile
    │       NLMSvariants.c
    │       README.md
    │
    ├───cpp_implementation
    │       graphResults_template.html
    │       NLMSvariants.cpp
    │
    └───c_sharp_implementation
            NLMSvariants.cs