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:
parent
6e15bdceb8
commit
5bbf592611
@ -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