代码搜索:M
找到约 10,000 项符合「M」的源代码
代码结果 10,000
www.eeworm.com/read/427699/8925328
m m12_3.m
%LSeg3
clear
L=60;%四位移位积存器产生的M序列的周期
y1=1;y2=1;y3=1;y4=0;%四个移位积存器的输出初始值
for i=1:L;
x1=xor(y3,y4);%第一个移位积存器的输入信号
x2=y1;%第二个移位积存器的输入信号
x3=y2;%第三个移位积存器的输入信号
x4=y3;%第四个移位积存器的输入信号
www.eeworm.com/read/427691/8925509
m m12_4.m
%ML
clear
a(1)=1;b(1)=0;c(1)=1;d(1)=0;u(1)=d(1);z(1)=0;z(2)=0; %初始化
for i=2:1200 %产生m序列u(i)
a(i)=xor(c(i-1),d(i-1));
b(i)=a(i-1);
c(i)=b(i-1);
d(
www.eeworm.com/read/427688/8925572
m m12_5.m
w10ij=[.01 .01 .02; .1 .11 .02; .01 0 .1; .11 .01 .02;.1 .1 .02; .11 .1 .1;.1 .1 .1;0 .1 .1;.1 0 .1];
w11ij=[.1 .2 .11; .02 .13 .04; .09 .08 .08; .09 .1 .06; .1 .11 .02; .06 0 .1;.1 .1 .1;0 .1 0
www.eeworm.com/read/427336/8950916
m zlf_dunwrap_m.m
function [UnwrappedPhase] = zlf_dunwrap_m(WrappedPhase,Mask,ptstart)
% ZLF_DUNWRAP的改进版,本文件在ZLF_DUNWRAP的基础上仅改动了路径纪录方式
% ZLF_DUNWRAP - Unwrapping the wrapped phase using DIAMOND method;-
%
%Descript
www.eeworm.com/read/283135/9040683
m nfam5m.m
function [nf, na, ex, E, N] = nfam5m(data,dt)
% The function NFAM5M calculates the smoothed modified Hilbert frequency and amplitude
% of data(n,k), where n specifies the length of time series,
%
www.eeworm.com/read/283135/9040755
m desa1m.m
function [W,A]=desa1m(x, dt)
% The function DESA1M calculates frequency and amplitude using Teager Energy Operator (DESA-1 algorithm)
% of the data x(n,m), where n is the number of points, and m
www.eeworm.com/read/381629/9080967
m lyapunov_rosenstein_m.m
function [lyapunov_curve] = lyapunov_rosenstein_m(xn,tau,m,evolvement_length,mean_period,fs)
data = PhaSpaRecon(xn,tau,m);
[row,column]=size(data);
disp('count all couples of the min distance
www.eeworm.com/read/381017/9115174
m dd2m.m
function [xhat_data,Smat]=dd2m(kalmfilex,kalmfiley,xbar,P0,q,r,u,y,timeidx,optpar)
% DD2M
% This function performs a DD2-filtering; a state estimation for
% nonlinear systems that is based on s
www.eeworm.com/read/381017/9115184
m dd1m.m
function [xhat_data,Smat]=dd1m(kalmfilex,kalmfiley,xbar,P0,q,r,...
u,y,timeidx,optpar)
% DD1M
% This function performs a DD1-filtering; a state estimation for nonlinear
% sys
www.eeworm.com/read/183070/9179529
m dd2m.m
function [xhat_data,Smat]=dd2m(kalmfilex,kalmfiley,xbar,P0,q,r,u,y,timeidx,optpar)
% DD2M
% This function performs a DD2-filtering; a state estimation for
% nonlinear systems that is based on s