setspapultrans.m

来自「阵列信号处理的工具箱」· M 代码 · 共 25 行

M
25
字号
function sigOut = setspapultrans(sigIn, spaPulTrans)%SETSPAPULTRANS Set the space-pulse (slow-time) transformation matrix in a radar signal.%% This function is not finnished yet.%%Known Bugs:%  The implementation of this function is not finnished. Now it only%  returns the input signal without setting the transformation matrix.%  This means that further processing in the dimensions in question is not %  possible.%   *  DBT, A Matlab Toolbox for Radar Signal Processing  *% (c) FOA 1994-2000. See the file dbtright.m for copyright notice.%% Start        : xxxxxx Svante Bj鰎klund (svabj).% Latest change: $Date: 2000/10/16 15:21:38 $ $Author: svabj $.% $Revision: 1.3 $% *****************************************************************************sigOut = sigIn;%End Of File

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?