diff --git a/src/Filter/bandreject_filter.m b/src/Filter/bandreject_filter.m index 8073a9e..9d089b9 100644 --- a/src/Filter/bandreject_filter.m +++ b/src/Filter/bandreject_filter.m @@ -1,4 +1,4 @@ -function output_y = bandreject_filter(Input, Fs, Low, High) +function Output = bandreject_filter(Input, Fs, Low, High) % A filter that lets through most frequencies unaltered % but attentuates the frequencies in the specified range to % very low levels