Merge pull request #49 from ltcptgeneral/Squidwarder-patch-1
Fixed issue with the naming of the function result
This commit is contained in:
commit
c09854bc9d
@ -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
|
% A filter that lets through most frequencies unaltered
|
||||||
% but attentuates the frequencies in the specified range to
|
% but attentuates the frequencies in the specified range to
|
||||||
% very low levels
|
% very low levels
|
||||||
|
Reference in New Issue
Block a user