fastdiracsynthesis.m

来自「% Atomizer Main Directory, Version .802 」· M 代码 · 共 15 行

M
15
字号
function x = FastDIRACSynthesis(c, par1, par2, par3)
% FastDIRACSynthesis -- Fast Dirac Synthesis Operator
%  Usage:
%	x = FastDIRACSynthesis(c)
%  Inputs:
%	c	the coef
%  Outputs:
%	x	the signal: x = c
%  See Also:
%	FastDIRACAnalysis
%

x = c;

⌨️ 快捷键说明

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