代码搜索:MATLAB LMD

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

代码结果 10,000
www.eeworm.com/read/196814/8058897

m randn.m

%R=randn(m,n) 生成标准正态分布的m行n列随机矩阵 %RANDN Normally distributed random numbers. % RANDN(N) is an N-by-N matrix with random entries, chosen from % a normal distribution with mean zero and variance
www.eeworm.com/read/196559/8075721

m delta.m

function delta=delta(k) %MATLAB PROGRAN DELTA.m %冲激函数 if k==0 delta=1; else delta=0; end
www.eeworm.com/read/196069/8116457

txt readme.txt

DIGITAL SIGNAL PROCESSING USING MATLAB -------------------------------------- By Proakis and Ingle, 1995 MS-DOS Diskette Contents ------ -------- -------- The diskette contains a
www.eeworm.com/read/145494/12718087

txt readme.txt

Introduction to the Companion MATLAB Codes For use with the book "Feedback systems analysis and design with MATLAB", by Professor Dingyu Xue, Tsinghua University Press 2000 (Chinese ve
www.eeworm.com/read/145494/12718588

txt readme.txt

Introduction to the Companion MATLAB Codes For use with the book "Feedback systems analysis and design with MATLAB", by Professor Dingyu Xue, Tsinghua University Press 2000 (Chinese ve
www.eeworm.com/read/332538/12749142

m sound_acquisition.m

%% Data Acquisition and Analysis using MATLAB % MATLAB supports data acquisition using the Data Acquisition Toolbox. % This code example shows you how to easily acquire and analyze data in % MATLAB.
www.eeworm.com/read/144399/12797681

m glnodewt.m

function [x,w] = GLNodeWt(n) % GLNodeWt Nodes and weights for Gauss-Legendre quadrature of arbitrary order % obtained by solving an eigenvalue problem % % Synopsis: [x,w] = GLNodeWt(n)
www.eeworm.com/read/144399/12797684

m glagnodewt.m

function [x,w] = GLagNodeWt(n) % GLagNodeWt Nodes and weights for Gauss-Laguerre quadrature of arbitrary order % by solving an eigenvalue problem % % Synopsis: [x,w] = GLagNodeWt(n)
www.eeworm.com/read/331806/12807330

asv untitled4.asv

h=menu('Matlab与数字信号处理','第 1 题','第 1 题','第 2 题','第 3 题','第 4 题','第 5 题','第 6 题','第 7 题','第 8 题','第 9 题') switch(h) case 1
www.eeworm.com/read/245237/12808982

txt readme.txt

Mp3 toolbox for Matlab. M.Sc. Alfredo Fernandez Franco Aalborg University Departament of Acoustics aberserk@yahoo.com Includes 2 functions to write and read MP3 files. It works like the command