代码搜索:M
找到约 10,000 项符合「M」的源代码
代码结果 10,000
www.eeworm.com/read/429363/8810312
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.
%
www.eeworm.com/read/429363/8810323
m m_gshhs_i.m
function m_gshhs_i(varargin);
% M_GSHHS_I Add a coastline to a given map using the 'intermediate' resolution of
% the Global Self-consistant Hierarchical High-resolution
% Shoreli
www.eeworm.com/read/429363/8810325
m m_gshhs_h.m
function m_gshhs_h(varargin);
% M_GSHHS_H Add a coastline to a given map using the 'high' resolution of
% the Global Self-consistant Hierarchical High-resolution
% Shorelines.
%
%
www.eeworm.com/read/429363/8810351
m m_range_ring.m
function h=m_range_ring(long,lat,range,varargin);
% M_RANGE_RING Creates range rings on a map
% M_RANGE_RING(LONG,LAT,RANGE) creates a range ring of range RANGE
% km centered at the position spe
www.eeworm.com/read/429363/8810363
m m_etopo2.m
function [values,longs,lats]=m_etopo2(varargin);
% M_ETOPO2 Contour elevation onto a map using the 2-minute ETOPO2 database
% M_ETOPO2 contours elevations at 1000m intervals for the map.
%
www.eeworm.com/read/429363/8810369
m m_gshhs_f.m
function m_gshhs_f(varargin);
% M_GSHHS_F Add a coastline to a given map using the 'full' resolution of
% the Global Self-consistant Hierarchical High-resolution
% Shorelines.
%
%
www.eeworm.com/read/429104/8819134
m m_mul2.m
function out=m_Mul2(B)
bit7=0;
if andfun(B,l28)>0
bit7=27;
end
out=xorfun(1eftrolll(B),bit7);
www.eeworm.com/read/427712/8924819
m m10_9.m
close all
clf reset
figure (gcf);
clc
% NEWSOM——创建自组织网络
% TRAI
www.eeworm.com/read/427708/8924919
m m12_1.m
%LSeg1
u=[-1,1,-1,1,1,1,1,-1,-1,-1,1,-1,-1,1,1];%系统辨识的输入信号为一个周期的M序列
z=zeros(1,16); %定义输出观测值的长度
for k=3:16
z(k)=1.5*z(k-1)-0.7*z(k-2)+u(k-1)+0.5*u(k-2); %用理想输出值作为观测值
end
u,z
HL=[-z(2) -z(1
www.eeworm.com/read/427707/8924931
m m12_2.m
%LSeg2
clear%清理工作间变量
L=15;% M序列的周期
y1=1;y2=1;y3=1;y4=0;%四个移位积存器的输出初始值
for i=1:L;%开始循环,长度为L
x1=xor(y3,y4);%第一个移位积存器的输入是第3个与第4个移位积存器的输出的“或”
x2=y1;%第二个移位积存器的输入是第3个移位积存器的输出
x3=y2;%第三个移位