代码搜索:MATLAB LMD

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

代码结果 10,000
www.eeworm.com/read/158297/11627084

txt readme.txt

This directory contains the MATLAB code for the book: Introduction to Cryptography with Coding Theory, by Wade Trappe and Lawrence C. Washington. The code is contained in many separate files (u
www.eeworm.com/read/158241/11630677

m ex0101.m

%MATLAB命令窗口的字符和数值的不同颜色显示 a=12.5 b='Hello' if a>0 c=5 ,end
www.eeworm.com/read/156868/11759473

m readme.m

%=========================================================================== % Matlab Convolution GUI (by Jordan Rosenthal) %=========================================================================
www.eeworm.com/read/345957/11777687

txt 说明.txt

matlab7.1环境,把当前文件夹指定为matlab工作目录 simulate.m为主控程序 其余为被调函数
www.eeworm.com/read/345954/11777738

txt 说明.txt

matlab7.1环境,把当前文件夹指定为matlab工作目录 simulate.m为主控程序 其余为被调函数
www.eeworm.com/read/343762/11928652

m durlev.m

function [MX,res,arg3] = durlev(AutoCov); % function [AR,RC,PE] = durlev(ACF); % function [MX,PE] = durlev(ACF); % estimates AR(p) model parameter by solving the % Yule-Walker with the Durbin-Levins
www.eeworm.com/read/343743/11931012

txt install.txt

Matlab Functions for Radial Basis Function Networks --------------------------------------------------- Installation Instructions. 1. Unpack the distribution in some convenient folder. 2
www.eeworm.com/read/343046/11981901

txt readme.txt

HFSS-MATLAB-SCRIPTING-API ========================= Introdution ----------- HFSS-MATLAB-API is a library toolbox to control Ansoft HFSS from MATLAB using the HFSS Scripting Interface. This to
www.eeworm.com/read/342845/11995832

txt readme.txt

为了便于下载,根目录下的 DSP_matlab.zip 是所有文档的压缩文件。 [violence] ======================================================================================= DIGITAL SIGNAL PROCESSING USING MATLAB --------------
www.eeworm.com/read/342666/12006946

m delta.m

function delta=delta(k) %MATLAB PROGRAN DELTA.m %冲激函数 if k==0 delta=1; else delta=0; end