代码搜索:MATLAB

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

代码结果 10,000
www.eeworm.com/read/243741/12920319

dat bookinfo.dat

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

dat bookinfo.dat

[General Information] 书名=小波变换及其MATLAB工具的应用 作者= 页数=156 SS号=10505158 出版日期=
www.eeworm.com/read/243410/12943068

txt readme.txt

基于matlab的简易OCR程序。 具体可参加该文件夹内的CS585 Fall 1998 Project One.....
www.eeworm.com/read/142353/12950635

m expinit.m

% ------------------------------> EXPINIT.M
www.eeworm.com/read/142353/12950660

npc

--------------------------------------------------------- OVERVIEW OF FILES ASSOCIATED WITH SIMULATE NEURAL NETWORK BASED
www.eeworm.com/read/142353/12950754

feedforw

--------------------------------------------------------------- OVERVIEW OF FILES ASSOCIATED WITH SIMULATION OF PID-CONTROLLERS OPTIMIZED WITH
www.eeworm.com/read/142353/12950797

m expinit.m

% ------------------------------> EXPINIT.M
www.eeworm.com/read/243168/12957489

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/329331/12960601

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/142086/12966130

m exa090702.m

% ------------------------------------------------------------------- % exa090702.m, for example 9.7.2 and fig 9.7.2 % 连续小波变换。noissin 是MATLAB中带噪声的正弦信号。 % 本程序给出的是连续小波变换的灰度图表示。 %--------------------