代码搜索:MATLAB LMD

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

代码结果 10,000
www.eeworm.com/read/195048/8175802

txt readme.txt

Kalman filter toolbox written by Kevin Murphy, 1998. See http://www.ai.mit.edu/~murphyk/Software/kalman.html for details. Installation ------------ 1. Install KPMtools from http://www.ai.mit.edu/~mu
www.eeworm.com/read/294899/8194547

c sin1500matl.c

//Sin1500MATL.c Generates sine from table created with MATLAB #include "sin1500.h" //sin(1500) created with MATLAB short i=0; interrupt void c_int11() { output_sample(sin1500[i]); //o
www.eeworm.com/read/394710/8210752

c sjbh1_mex.c

/* * MATLAB Compiler: 3.0 * Date: Fri Sep 03 08:56:52 2004 * Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on" * "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/394381/8227890

m rand.m

%R=rand(m,n) 生成(0,1)上均匀分布的m行n列随机矩阵 %RAND Uniformly distributed random numbers. % RAND(N) is an N-by-N matrix with random entries, chosen from % a uniform distribution on the interval (0.0,1.0
www.eeworm.com/read/294203/8246634

m ctranspose.m

function t = ctranspose(a) % ' Quaternion conjugate transpose. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/294203/8246642

m times.m

function q = times(l, r) % .* Array multiply. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/294203/8246657

m fprintf.m

function count = fprintf(FID, format, A) % FPRINTF Write formatted data to file. % (Quaternion overloading of standard Matlab function.) % % Only one quaternion argument is permitted, unlike the stand
www.eeworm.com/read/294203/8246660

m cos.m

function Y = cos(X) % COS Cosine. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/294203/8246734

m tan.m

function Y = tan(X) % TAN Tangent. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/294203/8246740

m sin.m

function Y = sin(X) % SIN Sine. % (Quaternion overloading of standard Matlab function.) % Copyright