-
matlab3
matlab 基础教程,第三章,适合初学者(matlab Essentials, Chapter III, suitable for beginners)
- 2008-04-24 14:11:20下载
- 积分:1
-
matlab
matlab c++书写上传资料的详细功能、包含内容说明(至少(matlab C++)
- 2010-05-09 14:45:30下载
- 积分:1
-
MATLAB6.5
统讲述MATLAB6.5 的集成工作平台,引导读者初会MATLAB 基本用法。
第二、三章系统叙述MATLAB6.1 的四大基本数据类型(数值数组、字符串数组、元胞数组、
构架数组),至于其它扩展数据类型(函数句柄、符号数据、内联函数、unit 数组、稀疏类)
则另辟章节专述。此后,本书用九个独立章分述MATLAB6.5 的数值计算、符号计算、函数
和数据可视、面向对象编程、GUI 交互操作界面设计、EXE 独立应用程序生成、实现不同
软件平台交互的API、M-book 数据图形文字环境集成等八大通用功能。本书用专门的一章
深入浅出地阐明SIMULINK 的分层建模、仿真功能、与MATLAB 交互的功能。(The the integration work platform on the system tells MATLAB6.5 the guide readers to the beginning of MATLAB basic usage. The second and third chapters system described the MATLAB6.1 four basic data types (numeric array, string array, cell array, the array architecture), as extended data types (function handle symbol data, inline functions, unit array , the sparse class) are covered in separate chapters specifically mentioned. Since then, with nine separate chapter book are as MATLAB6.5 the numerical computation, symbolic computation, functions, and data visualization, object-oriented programming, GUI interactive interface design, EXE standalone application generation, different software platform to interact The data graphics API, M-book text environment integration Eight generic function. Book special chapter layman' s language to clarify SIMULINK hierarchical modeling, simulation capabilities, and MATLAB interaction.)
- 2012-11-04 14:16:13下载
- 积分:1
-
BPNN132U
超前校正环节,低界控制系统的超前控制算法,简单实用,MATLAB实现.(caoqianjiaozheng,control system.low order system,use in matlab,simple code,anyone can easy use it.)
- 2009-03-08 21:18:55下载
- 积分:1
-
wavelet
matlab实现的小波变换,结果用轮廓线图表示(err)
- 2008-01-08 11:32:42下载
- 积分:1
-
multirate_script
通信系统中的多速率信号处理
经典源码例子程序(multirate signal processing for communication system)
- 2009-07-09 21:29:37下载
- 积分:1
-
try
matlab 实现数据的短时傅里叶变换 自己测试通过(short time Fourier transform matlab achieve data test by)
- 2013-01-09 10:45:41下载
- 积分:1
-
Three-stochastic-resonance-systems
传统随机共振系统,移频随机共振系统,移频-变尺度随机共振系统,柔性随机共振系统(Traditional stochastic resonance systems, stochastic resonance frequency shift, frequency shift- variable scale stochastic resonance systems, a flexible system of stochastic resonance)
- 2020-12-03 22:49:25下载
- 积分:1
-
sift-algorithm-pcasift-asift-csift
说明: 一些有关SIFT衍生算法的资料,包括ASIFT, CSIFT, PCA-SIFT, SURF算法,中英文都有,很有价值(Some of the SIFT algorithm is derived, including ASIFT, CSIFT, PCA-SIFT, SURF algorithm, in each category, great value)
- 2011-04-08 01:45:05下载
- 积分:1
-
matlab_fn
Matlab M-Files:There are four ways of doing code in Matlab. One can directly enter code
in a terminal window. This amounts to using Matlabas a kind of calculator,
and it is good for simple, low-level work. The second method is to create a
script M-fi le. Here, one makes a fi le with the same code one would enter in a
terminal window. When the fi le is “run”, the script is carried out. The third
method is the function M-fi le. This method actually creates a function, with
inputs and outputs. The fourth method will not be discussed here. It is a
way to incorporate C code or FORTRAN code into Matlab this method
uses .mex fi les. We will not disucss it here.
- 2013-07-09 16:49:20下载
- 积分:1