Skip to content

Commit

Permalink
Minor updates to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
psambit9791 committed Oct 2, 2020
1 parent f0c289f commit 3ec60ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* @version 1.1
*/
public interface _FrequencyFilter {

/**
* This method implements a low pass filter with given parameters, filters the signal and returns it.
* @param order Order of the filter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/
public interface _KernelFilter {
/**
* This method implements a filter with given parameters, applies it on the signal and returns it.
* This method implements a kernel filter with given parameters, applies it on the signal and returns it.
* @return double[] Filtered signal
*/
public double[] filter();
Expand Down

0 comments on commit 3ec60ab

Please sign in to comment.