Fixed issue with the naming of the function result

The return value is now renamed "Output". Should be working now.
This commit is contained in:
SeaSponge 2021-12-10 14:18:56 -08:00 committed by GitHub
parent 6e15bdceb8
commit 5bbf592611
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
% but attentuates the frequencies in the specified range to
% very low levels