https://github.com/classpythonaddike/smoothfunction
https://github.com/classpythonaddike/smoothfunction
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/classpythonaddike/smoothfunction
- Owner: classPythonAddike
- License: gpl-3.0
- Created: 2023-09-03T03:08:46.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-03T03:34:55.000Z (about 2 years ago)
- Last Synced: 2025-01-24T16:32:56.516Z (9 months ago)
- Language: C
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Function Smoother
- Function smoother for college assignment.
- Uses weighted moving average.
- License: GNU## Running The Code:
```bash
$ 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:

Noisy Function:

Smoothed Function:
