[SKIP CI] Tools: Test: Audio: Fix standard low-pass help text

Fix a confusing mistake high-pass -> low_pass and typo. It's
only a user help text change for "help stdlpf".

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
Seppo Ingalsuo 2022-10-19 10:43:58 +03:00 committed by Liam Girdwood
parent c7674e85e9
commit 2841dc93c2
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
function y = stdlpf(x, fu, fs)
%% y = stdhpf(x, fu, fs)
%% y = stdlpf(x, fu, fs)
%
% Standard high-pass filter
% Standard low-pass filter
%
% Input
% x - input signal

View File

@ -2,7 +2,7 @@ function b = stdlpf_get(fu, fs)
%% b = stdlpf_get(fu, fs)
%
% Standard loww-pass filter
% Standard low-pass filter
%
% Input
% fu - upper band-edge frequency