NLMS Prediction Filter Implementations
Go to file
gurkenhabicht 9f9ad7e0c7
Update README.md
2018-07-06 12:32:16 +02:00
bin updated cpp exe 2018-06-14 15:36:04 +02:00
doc Update Messprotokoll.md 2018-06-14 20:01:40 +02:00
img added example of quite wqbig input data 2018-05-24 22:18:13 +02:00
src moved xError to heap.; 2018-06-14 15:12:32 +02:00
LICENSE Create LICENSE 2018-07-06 12:28:58 +02:00
README.md Update README.md 2018-07-06 12:32:16 +02:00

README.md

NLMSvariants

Objective

The goal of our task was to implement three four variants of a least mean square filter. According to the given task we created implementations in ANSI C, C++ and C#. Input given to 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 in according folders.

Structure

│   README.md
│
├───bin
│       CS_NMLS_with_UI.exe
│       ANSI_C_NLMS.exe
│       CPP_NLMS.exe
│       README.md
│
│       
├───doc
│       Aufgabenstellung.pdf
│       Dokumentation.pdf
│       Messprotokoll.md
|       Zeitplan.pdf
│
│       
└───src
    ├───ansi_c_implementation 
    │       graphResults_template.html
    │       Makefile
    │       nlms_types.h 
    │       NLMSvariants.c
    │       README.md
    │
    │
    ├───cpp_implementation
    │       graphResults_template.html
    │       nlms_types.h  
    │       NLMSvariants.cpp
    │       README.md
    │
    │
    └───c_sharp_implementation
            NLMSvariants.cs