Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 466 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 466 Bytes

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