-
catalog
MATLAB比较常用的例子,这里举了100个各种方面的例子,自己总结的,这是目录!(Commonly used MATLAB examples cited here, 100 examples of the various aspects of their summing up, which is the directory!)
- 2009-06-02 22:34:13下载
- 积分:1
-
hw1
eps value fitting
function eps = hw1(e)
if ((1+e) <= 1)
e = e * 2
else e = e / 2
hw1(e)
end
eps = e (eps value fitting
function eps = hw1(e)
if ((1+e) <= 1)
e = e* 2
else e = e/2
hw1(e)
end
eps = e )
- 2010-01-19 20:38:10下载
- 积分:1
-
Lempel_Ziv_program
Lempel_Ziv信源编解码 含测试数据(Lempel_Ziv_Coder/Decoder
test_data included)
- 2012-04-02 11:05:45下载
- 积分:1
-
EM-matlab
这是用matalab实现的EM算法,简单易用,对于理解EM算法很有用,尤其是对于初学者。(This is the EM algorithm implemented with matalab, easy to use, useful for the understanding of the EM algorithm, especially for beginners.)
- 2014-11-19 08:56:03下载
- 积分:1
-
xiaobobao
对振动信号进行小波包分解,并以小波包的节点能量作为特征进行了提取。(The vibration signal is decomposed by wavelet packet, and the node energy of wavelet packet is taken as the feature to extract the vibration signal.)
- 2018-10-17 13:46:27下载
- 积分:1
-
uwb_sv_cnvrt_ct_15_4a
IEEE 802.15.4a SV modified channel model
- 2010-08-19 15:25:51下载
- 积分:1
-
extractfields
Function to separate fields from a video frame
and (optionally) interpolate intermediate lines
for each field.
- 2010-10-15 19:04:23下载
- 积分:1
-
QPSK
QPSK的系统仿真 simulink 的M文件 讲解了许多关于QPSK 仿真的内容 让大家可以更深一步了解matlab这款软件(QPSK system simulation covering m-file which impart something about Qpsk simulation and let us know about matlab more deep)
- 2010-06-02 15:01:41下载
- 积分:1
-
mianbanhuigui
面包板模型程序,引用通过面包板模型得到几个因素对另一个因素的影响因子(Breadboard model program, cited several factors to get another factor influencing factors breadboard model by)
- 2014-08-18 23:02:10下载
- 积分:1
-
DCS-interpolation
DSC插值源代码,实现科学计算及数据处理,可供matlab学习人员参考。(DSC interpolation source code, achieving scientific computing and data processing, matlab available for study reference.)
- 2013-12-31 10:46:46下载
- 积分:1