-
df
说明: 我的收藏,协作通信中DF的matlab仿真
(My collection, collaboration, communication matlab simulation of the DF)
- 2010-03-04 18:12:18下载
- 积分:1
-
Matlab_Manual_2FH3_Bakr
this is a useful book for matlab base electromagnetics programming
- 2014-09-30 12:19:09下载
- 积分:1
-
LDPC
ldpc码通过瑞利衰落信道功能分析BPSK 调制解调(LDPC MATLAB)
- 2021-03-13 09:29:25下载
- 积分:1
-
CH6-ABS-via-ESC
《Extremum seeking control and
applications》
第6章实例代码 ABS(Extremum seeking control and
applications
code of the sixth chapter )
- 2014-11-03 13:10:30下载
- 积分:1
-
Clustere_RGB
texture feature extraction insert into on the basis of rgb colore image clustering methods
- 2015-02-09 17:30:04下载
- 积分:1
-
PronyAnalysis
matlab 非平稳信号分析,功能强大,但本人不太会用(matlab 脟脝 陆 脦脠脨脜 潞 脜 脰脦枚 拢 卢 鹿 | 脛脺脟 驴 )
- 2008-04-11 16:55:04下载
- 积分:1
-
Refractive-index-difference
一维光子晶体透射率与折射率差值的关系示意图,总体上来说,不同介质的介电常数差别越大,带隙的宽度也越宽。(The diagram of photonic crystal transmittance of one-dimensional and refractive index difference)
- 2013-05-04 21:36:38下载
- 积分:1
-
SVM
一个关于SVM支持向量机的计算例程, 用MATLAB做的,请多指教(one of the SVM SVM calculation routines, using MATLAB do, please enlighten)
- 2007-07-07 15:55:29下载
- 积分:1
-
EEGLABConvert
说明: EEGLAB工具箱中画erpimage时填写ITC参数画图时会报convert命令错误,换上上述m文件即可。(a m-file in EEGLAB erpimagev(),for a bug in run.)
- 2009-07-28 18:42:37下载
- 积分:1
-
Rombegrg
录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。
编写函数f(x)的代码如下:
Romberg算法¨
function z=f(x)
if (x~=0)
z=sin(x)/x
else
z=1
end
备注:在实验代码中,首先输入必要的变量的值如下:
a=0
b=1
tol=1e-8
待查询检查通过,开始输入执行代码
设置格式format short g查看u的值和sin(u)的值:
(Input program code, and debugging code for the experiment to check the program code in the syntax and semantic errors. The preparation of a function f (x) of the code is as follows: Romberg algorithm ¨ function z = f (x) if (x ~ = 0) z = sin (x)/x else z = 1 end Note: In the experimental code, First, enter the necessary value of the variable is as follows: a = 0 b = 1 tol = 1e-8 pending inquiries, checking through, began to enter the implementation of the code format format short g see u, values and sin (u) values:)
- 2009-12-28 22:03:42下载
- 积分:1