代码搜索:M

找到约 10,000 项符合「M」的源代码

代码结果 10,000
www.eeworm.com/read/177871/9429738

m m5high.m

clf; fp=6500;fs=1500 wp=2*pi*fp;ws=2*pi*fs [N,wn]=buttord(wp,ws,0.5,40,'s') [b,a]=butter(N,wn,'high','s') wa=0:(3*ws)/511:3*ws h=freqs(b,a,wa) H=zplane(h,1) plot(wa/(2*pi),20*log10(abs(h))) x
www.eeworm.com/read/365698/9850544

m peellip5m.m

function u = peEllip5m(nx,minx,maxx,ny,miny,maxy) format long; hx = (maxx-minx)/(nx-1); hy = (maxy-miny)/(ny-1); u0 = zeros(nx,ny); for j=1:ny u0(j,1) = EllIni2Uxl(minx,miny+(j-1)*hy);
www.eeworm.com/read/166778/9999207

m4 m4.m4

# Copyright 2000 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Fr
www.eeworm.com/read/361257/10062584

m nnd12m.m

function nnd12m(cmd,arg1) %NND12M Marquardt backpropagation demonstration. % % This demonstration requires the Neural Network Toolbox. % First Version, 8-31-95. %=============================
www.eeworm.com/read/164053/10133552

m my_yprime_m.m

function yp = yprime(t,y) % Differential equation system for restricted three body problem. % Think of a small third body in orbit about the earth and moon. % The coordinate system moves with the e
www.eeworm.com/read/359349/10153913

m m_p_beike.m

%========================================================================== % Name:M_P.m % %========================================================================== clear;close all, t=-2:0.0
www.eeworm.com/read/359349/10154125

m exampl_m_p.m

%========================================================================== % Name:exampl_M_P.m % %========================================================================== clear;close all, t
www.eeworm.com/read/359245/10159407

m freqz_m2.m

function[db,mag,pha,w]=freqz_m2(b,a) % 滤波器幅值响应(绝对、相对)、相位响应 % db: 相对幅值响应; % mag: 绝对幅值响应; % pha: 相位响应; % w: 采样频率; % b: 系统函数H(z)的分子项(对FIR,b=h) % a: 系统函数H(z)的分母项(对FIR,a=1) [H,w]=freqz(b,a,1000,'
www.eeworm.com/read/358903/10176354

m m_gshhs_l.m

function m_gshhs_l(varargin); % M_GSHHS_L Add a coastline to a given map using the 'low' resolution of % the Global Self-consistant Hierarchical High-resolution % Shorelines. % %
www.eeworm.com/read/358903/10176379

m m_gshhs_c.m

function m_gshhs_c(varargin); % M_GSHHS_C Add a coastline to a given map using the 'crude' resolution of % the Global Self-consistant Hierarchical High-resolution % Shorelines. %