-
tuxiangbianhuan
用matlab 实现
对图像去其高频分量,再反变换
内含文本文档 输入 MATLAB 后可直接运行(Image with matlab implementation to its high frequency, and then inverse transform)
- 2010-06-12 16:22:53下载
- 积分:1
-
rayleigh
Rayleigh fading programming.
- 2009-11-12 01:27:13下载
- 积分:1
-
ex_18_1
计算运动中单摆中的长度:读取视频文件,生成新的视频序列,逐帧处理,求取每幅的摆长。(The length of the pendulum motion in calculation:Read video files to create a new video sequences, with each picture frame and a long.)
- 2010-09-07 11:30:25下载
- 积分:1
-
prewitt
读取图像进行小波去噪后,获取图像的prewitt算子轮廓(After reading the image wavelet denoising, to obtain images of prewitt operator profile)
- 2013-11-04 19:03:41下载
- 积分:1
-
xiaobo-
关于小波边缘的matlab程序,希望对人有用(Matlab program on wavelet edge, in the hope useful to people)
- 2011-04-19 10:37:57下载
- 积分:1
-
MATLABprogramelearning
matlab教程对于初学者有一定的帮助,我也是一个初学者,希望能互相学习互相帮助(Matlab for Beginners Guide will help, I am also a beginners hope to learn from each other to help each other)
- 2006-06-14 18:12:28下载
- 积分:1
-
dstrom
dstatcom simulation with the help of matlab software the result are very good please check
- 2013-12-30 04:01:24下载
- 积分:1
-
MATLAB_Code
在matlab里面,构造三次样条插值函数s(x)来模拟一只飞鸟外形的上部,根据已知的测试数据。(In matlab inside, construct cubic spline interpolation function s (x) to simulate the shape of the upper part of a bird, according to the known test data.)
- 2021-04-15 14:18:54下载
- 积分:1
-
bstrap
bootstrp 抽样方法,可以用于进行一些统计量误差的估计(bootstrp sampling methods, can be used to carry out some statistics of the estimated error)
- 2007-08-07 10:31:43下载
- 积分: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