代码搜索:M
找到约 10,000 项符合「M」的源代码
代码结果 10,000
www.eeworm.com/read/212947/15144530
m syn_m1.m
% syn_m1.m
% Simulation program to see the correlated peak under AWGN channel
%********************** preparation part ***************************
clear;
para=2048; % Number of parallel ch
www.eeworm.com/read/212813/15148652
m syn_m2.m
%syn_m2.m
%高斯与1径瑞利衰落信道下正确符号定时的概率
% (under one path fading)
%********************** preparation part ***************************
clear;
para=2048; % Number of parallel channel to transmit (p
www.eeworm.com/read/212516/15155074
m varimax4m.m
% Varimax4M - Varimax rotation as described by Harman (1967, pp. 304-308)
% and implemented by BMDP-4M (Dixon, 1992, pp. 602-603),
% using the simplicity criterion G instead of
www.eeworm.com/read/212376/15157422
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/208657/15239773
m m2c.m
function csys=m2c(msys)
% csys=m2c(msys) converts LTI system structure
% from mutools to control toolbox representations.
[a,b,c,d]=unpck(msys);
csys=ss(a,b,c,d);
www.eeworm.com/read/208657/15239793
m c2m.m
function msys=c2m(csys)
% msys=c2m(csys) converts LTI system structure
% from control toolbox to mutools representations.
[a,b,c,d]=ssdata(csys);
msys=pck(a,b,c,d);
www.eeworm.com/read/207046/15283485
m data16m.m
% data16m.m (16 Machine System Data)
% This is a 16-machine system with 86 transmission lines and
% 68 buses. Data are extracted from the GE final report
% entitled "Singular Perturbations, Coheren
www.eeworm.com/read/207046/15283493
m data50m.m
% data50g.m (50 Machine System Data)
% This is a 50-machine system with 145 buses from Iowa State University.
% The data has been modified to include full generator and control data
% Some em gener
www.eeworm.com/read/206586/15293494
py m2m.py
# m2m (master to master graph)
# Copyright (C) 2001, 2003 Carlo Perassi
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU Gener
www.eeworm.com/read/206437/15295380
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