NLMS Prediction Filter Implementations
Go to file
kbecke23 b32975052e update 2018-05-24 14:27:58 +02:00
bin update 2018-05-24 14:27:58 +02:00
doc added 2018-05-22 15:36:51 +02:00
img new pictures for the c# .exe 2018-05-22 12:33:44 +02:00
src update 2018-05-24 11:33:52 +02:00
Aufgabenstellung.md Update Aufgabenstellung.md 2018-05-16 18:21:39 +02:00
README.md updated tree 2018-05-22 15:28:10 +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
│       ANSI_C_NLMS.exe
│       CPP_NLMS.exe
│       README.md
│
│       
├───doc
│       Aufgabenstellung.pdf
│       Dokumentation.pdf
│       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