Merge pull request #49 from ltcptgeneral/Squidwarder-patch-1

Fixed issue with the naming of the function result
This commit is contained in:
SeaSponge 2021-12-10 14:19:15 -08:00 committed by GitHub
commit c09854bc9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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