-
huffman
用matlab所撰寫的huffman code,裡面沒有使用matlab內建的函示,完全自己撰寫而成,使和初學者練習參考使用.(Using matlab written huffman code, which did not use the matlab built-in letter that is entirely their own written so that beginners practice and their use and reference.)
- 2007-08-07 13:13:32下载
- 积分:1
-
cmaDDmcma
cma mcma dd三种盲均衡算法的比较并作图(cma mcma dd three kinds of blind equalization method and the comparation of BER of them)
- 2009-11-12 20:50:24下载
- 积分:1
-
SpokenArabicDigit
this matlab code reads the data text files UCI Spoken Arabic Digits and save the results in a mat file which user can easily use.
- 2013-02-09 16:51:53下载
- 积分:1
-
Large-capacity-data-fitting
用matlab实现1000组复数数据的拟合,并计算拟合函数的归一化均方误差(NMSE).(1000 groups using matlab fitting complex data, and calculate the fit function normalized mean square error (NMSE).)
- 2020-12-18 21:29:11下载
- 积分:1
-
tnn7_code_201212141110
REAL-TIME FACE DETECTION AND TRACKING
- 2013-11-28 17:06:50下载
- 积分: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
-
MATLAB
this is a game which is very simple,
- 2014-11-13 01:10:10下载
- 积分:1
-
RadarDataShow
这是有关综合实例——雷达工程数据的可视化与处理(This is the comprehensive example, the radar engineering data visualization and processing)
- 2012-04-27 14:43:43下载
- 积分:1
-
Selection-Sort
An efficient program to do Selection-Sort for vectors in C++!
- 2011-06-07 19:45:59下载
- 积分:1
-
lsb_matching
LSB匹配算法的实现。目前大部分都是LSB替换算法,较新的图像LSB匹配算法的嵌入和恢复我没有在其它地方找到。因此,自己写了一个,可以作为毕业设计的内容。matlab编写,经过充分测试,可用。(Image LSB Matching Algorithm,implementated using matlab )
- 2021-04-06 10:59:03下载
- 积分:1