-
Signals-and-SystemsAnalysis-and-threalization-of-M
1. 该光盘包含了“信号与系统分析及MATLAB实现”一书的第十章所有程序;
2. 为了方便读者阅读程序,所有程序均采用中文注释。MATLAB的程序编辑器不支持中文显示,用户只需在Word下直接打开源程序文件,即可阅读程序中的中文注释;
3. 程序文件的命名分为以下三种类型:
(1) 若为书中例题的程序,则程序文件名一律以ex开头,后面跟4位数字(前两位表示章号,后两位表示例题序号)表示的该程序所在例题的编号。例如,ex0603.m是例6.3的程序,而ex1102.m则是例11.2的对应程序。
(2) 若为书中图形的实现程序,则程序文件名一律以figure开头,后面跟4位数字(前两位表示章号,后两位表示图形序号)表示的该程序所绘图形的编号。例如,figure1203.m是实现图12.3的程序,而figure0710.m则是实现图7.10的对应程序。
(3) 若为函数文件,则直接以函数名命名,例如文件sconv.m即是书中函数sconv()的对应程序。
()
- 2008-06-06 11:40:24下载
- 积分:1
-
shexing
车辆蛇形运动的程序,主要是研究高速列车稳定性的东西(hunting behavior of vehicle)
- 2011-10-16 14:39:48下载
- 积分:1
-
matrixs-to-series
将复杂网络中的邻接矩阵数据,转换成两列数据,第一列表示有向网络的始点,第二列为末点(The complex network adjacency matrix of data, the data is converted into two, the first column represents the starting point of a directed network, the second column is the end point)
- 2015-03-18 14:59:46下载
- 积分:1
-
matlabcore
说明: 本文件中有多个matlab内核函数的源代码,可以方便的查阅在matlab内核运行的代码,从而提高个人matlab编程技巧。(This file is about the core code of matlab,can help reader and learner to improve programming in matlab Environment.)
- 2010-03-22 14:30:01下载
- 积分:1
-
jisuanxuliedeDFT
计算序列的DFT,并画出其幅度和频谱曲线(Computing the DFT of the sequence, and draw the magnitude and spectrum curve)
- 2012-06-17 15:26:27下载
- 积分:1
-
vdpsl
This is a simulation of a nonlinear second order system.
- 2013-07-31 21:08:03下载
- 积分:1
-
convolutional_VA_decoding3
在matlab环境下实现卷积码的维特比译码(convolutional VA decoding)
- 2013-11-05 16:46:56下载
- 积分:1
-
matlab_-drawing
matlab中的绘图讲解ppt,用于初学者绘图使用,方便(matlab_ drawing)
- 2013-12-23 12:30:08下载
- 积分:1
-
GML_RANSAC_Matlab_Toolbox_0[1].2
说明: RANSAC的MATLAB工具包,MATLAB下实现了多种SAC算法(GML RANSAC Matlab Toolbox v 0.1)
- 2020-11-28 21:59:29下载
- 积分:1
-
steepest_method_with_const_step
NUMERICAL OPTIMIZATION:
This is steepest descent method with constant step length to find the minima of
f(x, y) = xy exp(− 2x^2 − y^2 + 0.3y)
Graphical represxentation in 5 ways of solution, simple and clear explained.
(NUMERICAL OPTIMIZATION:
This is steepest descent method with constant step length to find the minima of
f(x, y) = xy exp(− 2x^2 − y^2+ 0.3y)
Graphical represxentation in 5 ways of solution, simple and clear explained.
)
- 2009-11-26 21:51:39下载
- 积分:1