代码搜索结果

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

chap4_8m1.m

function [u]=chap4_8m1(u1,u2,u3) global s persistent errori error_1 ts=0.001; if u3==0 errori=0; error_1=0; end s=2; %Selecting Signal Type if s==1 %Step Signa

chap4_8m2.m

function [u]=chap4_8m2(u1,u2,u3,u4) global s persistent w x1 x2 x3 w_1 w_2 w_3 N=300; C=5; if u3==0 w=zeros(N+C,1); w_1=w; w_2=w; d_w=w; end alfa=0.04; if s==1

m_cov_cul01_module.m

%******** 1023点的2psk调制(f= %*********** 1023点m序列的产生 ****************% clear; clc; close all; k11=4 k21=9 N=9 number=2^N-1 b1=zeros(1,number+N); for i=1:N b1(i)=1; end a=zeros(1,number+

chap4_8m1.m

function [u]=chap4_8m1(u1,u2,u3) global s persistent errori error_1 ts=0.001; if u3==0 errori=0; error_1=0; end s=2; %Selecting Signal Type if s==1 %Step Signa

chap4_8m2.m

function [u]=chap4_8m2(u1,u2,u3,u4) global s persistent w x1 x2 x3 w_1 w_2 w_3 N=300; C=5; if u3==0 w=zeros(N+C,1); w_1=w; w_2=w; d_w=w; end alfa=0.04; if s==1

init_gpd_lp2m.m

function [x0,v0]= init_DPDm_LP2(mapfile,eps,x,p,ap,n,varargin) % % [x0,v0]= init_DPDm_LP2(mapfile,eps,x,p,ap,n) % Initializes a fold continuation from a degenerate flip point % global cds lpmds

init_pdm_fp2m.m

function [x0,v0]= init_PDm_FP2m(mapfile, x, p, s, h,n) % Defines mapfile % Sets all parameters for an Fixed Points continuation (p) % and the active parameter (ap) % global fpmds cds x0 = [x;p

init_pdns_ns2m.m

function [x0,v0]= init_PDNS_NS2m(mapfile,eps,x,p,ap,n) % % [x0,v0] = init_PDNS_NS2m(mapfile,eps,x,p,ap,n) % Initializes a Neimark_Sacker bifurcation of period 2*n from a PDNS point % nsmds=[];

init_lppd_ns2m.m

function [x0,v0]= init_FPDm_NS2m(mapfile,eps,x,p,ap,n) % % [x1,v1] = init_R2n_NS2(mapfile, x, p, ap) % % Initializes a Neimark_Sacker of double period bifurcation continuation from a R2 point if p