-
bch_erasures
任意长度的rs码编译码,编译通过,易于扩展学习(s codes and decoding of any length, compile, easy to extend learning)
- 2015-03-17 17:17:31下载
- 积分:1
-
VC-a-MATLAB-programming-in-SAR
VC与MATLAB混合编程,可以用于SAR图像处理(VC mixed with the MATLAB programming, which can be used for SAR image processing)
- 2013-12-18 20:26:20下载
- 积分:1
-
Wavelet_denoising
小波去噪matlab程序,有demo,本人已运行,能用,大家可以试一试。(Wavelet denoising matlab program, demo, I have to run, can be used, we can try.)
- 2013-10-25 21:10:04下载
- 积分:1
-
matlab-WORD
说明: 这是一份介绍MATLAB的WORD版教程,里面有具体的实例,对于初学者很有用,欢迎大家下载学习。(This is a description of the WORD version of MATLAB tutorial, there are specific examples useful for beginners, are welcome to download the study.)
- 2011-04-14 23:27:07下载
- 积分:1
-
book-program
matlab教程R2010a书上程序,自己按照书上编写的,很有用(tutorial matlab R2010a program book)
- 2011-10-23 16:53:11下载
- 积分:1
-
mxd_coffe_v35_final
冒险咖啡屋秘密花园V35最终版源码
Visual Basica代码,要研究MXD的朋友可以下载看下(adventure coffee secret garden V35 final version of Visual Basica source code to study MXD friends can download facie)
- 2007-01-21 08:38:30下载
- 积分:1
-
Imagecompressionandsolutioncompression
一张图片是之前用摄像机采集的,另一张图片是经过离散沃尔什变换再量化编码压缩后又解压所得,能看出区别吗?呵呵。flik.m是原图,newflik.m是新图。
附上所有MATLAB源程序,有兴趣的话,你也可以用这几个程序对自己的照片“加工”一番。以下6个程序分别保存为6的m文件,文件名与下面给出的一致。待“加工”图片应该存放在Matlab的Work目录下。(Before a picture is collected by the camera, another picture is the result of discrete Walsh transform and then re-quantization coding compression decompression income, you can see the difference? Ha ha. flik.m is the image, newflik.m is a new map. MATLAB source code attached to all interested, you can also use these procedures on their own photo processing of something. The following six procedures were saved as 6 m file, the file name is given with the following consensus. To be processing picture should be stored in Matlab s Work directory.)
- 2008-01-09 16:19:17下载
- 积分:1
-
ADS-B
一种基于ADS-B、WAM和雷达的组合监视方法及其架构(Based on ADS-B, WAM and a combination of radar monitoring method and its architecture)
- 2013-10-19 11:31:53下载
- 积分:1
-
chap11
syms x
g=exp(x*sin(x))
t=taylor(g,12,2)
xd = 1:0.05:3 yd = subs(g,x,xd)
ezplot(t, [1,3]) hold on
plot(xd, yd, r-. )
title( Taylor approximation vs. actual function )
legend( Taylor , Function )(syms x g = exp (x* sin (x)) t = taylor (g, 12,2) xd = 1:0.05:3 yd = subs (g, x, xd) ezplot (t, [1 , 3]) hold on plot (xd, yd, ' r-.' ) title (' Taylor approximation vs. actual function' ) legend (' Taylor' , ' Function' ))
- 2011-07-27 18:12:56下载
- 积分:1
-
Work-with-binary-file
Example of working with binary file
- 2014-12-04 05:22:47下载
- 积分:1