mcmixr.m
来自「卡尔曼滤波器设计的一个例子」· M 代码 · 共 25 行
M
25 行
% yn = mcmixr(h,xn,scale)
%
% Multichannel mixer from Nspkr to Nmic.
%
% MCMIXR filters the audio signals xn through the multichannel
% transfer function h and returns the resulting signals in yn.
% if h has dimensions [L x Nspkr x Nmic], then xn must have
% dimensions of [Lin x Nspkr] or [Lin x 1]. The resulting
% signal will then have dimensions of [Lin x Nmic].
% If scale is 1, scaling will be performed.
%
% Input Parameters [Size] :: % h : multichannel transfer function
% xn : actuators' inputs
% scale : if 1, scaling of output is performed
%
% Output parameters [default] ::% y : sensors' output
%
% Author : John Garas PhD.% Version 2.1, Release October 2002.% Copyright (c) DSP ALGORITHMS 2000-2002.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?