代码搜索:MATLAB

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

代码结果 10,000
www.eeworm.com/read/263248/11369995

m myditfft.m

function y=myditfft(x) %《数字信号处理教程——MATLAB释义与实现》 % 用MATLAB语言编写的基2 DIT FFT子程序 % 电子工业出版社出版 陈怀琛编著 2004年9月 % % y=myditfft(x) % ------------------------------------------------------------ % 本程序对输入序
www.eeworm.com/read/263248/11370071

m fgp832.m

%《数字信号处理教程——MATLAB释义与实现》第八章图8.3.2生成程序fgp832 % s平面到z平面的指数变换映射 % 电子工业出版社出版 陈怀琛编著 2004年9月 % a=[-2:0.1:0]; % 设定实部分度 b=[-3:0.2:3]; % 设定虚部分度 [X,Y]=meshgrid(a,b); %
www.eeworm.com/read/407662/11412455

txt readme.txt

Two kinds of simulation are available, by simulated channel only within MATLAB or by real channel with hardware. Open chain.m and set parameters. set real_ch to 0 if you only want to simulated with
www.eeworm.com/read/407420/11419798

m barplot.m

% Copyright (c) 2007 the authors listed at the following URL, and/or % the authors of referenced articles or incorporated external code: % http://en.literateprograms.org/MATLAB_Financial_Toolbox?actio
www.eeworm.com/read/407159/11427216

dat bookinfo.dat

[General Information] 书名=MATLAB通信仿真及应用实例详解 作者= 页数=415 SS号=0 出版日期=
www.eeworm.com/read/407009/11431294

txt~ readme.txt~

Kalman filter toolbox written by Kevin Murphy, 1998. See http://www.ai.mit.edu/~murphyk/Software/kalman.html for details. This version was last updated on 18 January 2003. Installation ------------
www.eeworm.com/read/407009/11431308

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/406910/11432737

m factorial.m

function p = factorial(n) %FACTORIAL Factorial function. % Does the same as the matlab factorial function. This one is added for those % who do not have it in their matlab installation. if (le
www.eeworm.com/read/405819/11456153

readme_octave

As of version 1.02 SegyMAT is intended to work with Octave version >2.1.64 If you have an older octave version installed you may need to : 1) change line (app 399) in ReadSegy from : if (outtra
www.eeworm.com/read/405550/11460643

txt 说明.txt

本例演示了如何用matlab进行图像识别,适合对matlab和图像处理有一定基础的爱好者学习。 将文件放于matlab目录下work文件夹中运行