代码搜索结果
找到约 10,000 项符合
X 的代码
power_x.m
function p=power_x(x)
%x:输入信号
%p:返回信号的x功率
p=(norm(x).^2)./length(x);
x_fnct.m
function y=x_fnct(x,funfcn,p1,p2,p3)
% y=x_fnct(x,funfcn,p1,p2,p3)
% Returns the function funfcn(x) times x
args=[];
for nn=1:nargin-2
args=[args,',p',int2str(nn)];
end
args=[args,')'] ;
x13360.html
使用exec
x13346.html
使用exec
x13662.html
一份简要的正则表达式介绍
x13661.html
一份简要的正则表达式介绍
x17758.html
Sed
x13642.html
一份简要的正则表达式介绍
x13349.html
使用exec