/SmoothFunction

Primary LanguageCGNU General Public License v3.0GPL-3.0

Function Smoother

  • Function smoother for college assignment.
  • Uses weighted moving average.
  • License: GNU

Running The Code:

$ make run # Build and run the project.
$ make build # Build the project.
$ make graph # View the graphs of the normal, noisy, and smoothed function.

Graphs:

Normal Function:

Normal Function

Noisy Function:

Noisy Function

Smoothed Function:

Smoothed Function