代码搜索:M
找到约 10,000 项符合「M」的源代码
代码结果 10,000
www.eeworm.com/read/174603/5360266
@m=d
Index of /courses/GD/jsj/GD_jsj_020b/text/chapter12/section4/part2/_notes
Index of /courses
www.eeworm.com/read/174603/5360273
@m=d
Index of /courses/GD/jsj/GD_jsj_020b/text/chapter12/section4/part2
Index of /courses/GD/jsj
www.eeworm.com/read/174603/5360282
@m=d
Index of /courses/GD/jsj/GD_jsj_020b/text/chapter12/section4/part1/_notes
Index of /courses
www.eeworm.com/read/174603/5360289
@m=d
Index of /courses/GD/jsj/GD_jsj_020b/text/chapter12/section4/part1
Index of /courses/GD/jsj
www.eeworm.com/read/174603/5360298
@m=d
Index of /courses/GD/jsj/GD_jsj_020b/text/chapter12/section2/part1/_notes
Index of /courses
www.eeworm.com/read/174603/5360305
@m=d
Index of /courses/GD/jsj/GD_jsj_020b/text/chapter12/section2/part1
Index of /courses/GD/jsj
www.eeworm.com/read/167220/5461908
m 实例.m
% 定义带宽和中心频率
fb = 1.5; fc = 1;
% 设置有效支撑和网格
lb = -8; ub = 8; n = 1000;
% 计算复Morlet小波cmor1.5-1
[psi,x] = cmorwavf(lb,ub,n,fb,fc);
% 画出复Morlet小波
subplot(211)
plot(x,real(psi)),
title('复Morlet小波cm
www.eeworm.com/read/303463/3810245
m or.m
function varargout = or(varargin)
%OR (overloaded)
% Author Johan L鰂berg
% $Id: or.m,v 1.1 2007/01/17 13:42:13 joloef Exp $
% Models OR using a nonlinear operator definition
varargout{1}
www.eeworm.com/read/303463/3810273
m is.m
function YESNO = is(F,property)
%IS Check property of constraint.
% d = IS(x,property) returns 1 if 'property' holds
%
% Properties possible to test are: 'elementwise', 'sdp',
% 'socc',
www.eeworm.com/read/303463/3810301
m and.m
function sys = and(X,Y)
%AND Overloaded
%
% See also LMI
% Author Johan L鰂berg
% $Id: and.m,v 1.3 2005/02/04 10:10:26 johanl Exp $
% TODO : Check if binaries etc
if isa(X,'sdpvar')