Skip to content

Program to smooth one-dimensional time series data using a median filter.

Notifications You must be signed in to change notification settings

Comfort-Twala/CSC2002S_Parallelism

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSC2002S - Assignment 1

Parallel Programming with the Java Fork/Join framework: 1D Median Filter

Goal

Use the Java Fork/Join framework to parallelize the median filter operation using divide-and-conquer algorithm.

Part 1: Program

Build

$ make

clean

$ make clean

run Program

$ make run data_file=<input> filter_size=<filter size> outfile_file=<output>

Documentation

generate Javadocs

$ make docs

clean Javadocs

$ make clean-doc

About

Program to smooth one-dimensional time series data using a median filter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published