-
shujupinghua
模拟带噪声的匀加速直线运动,数据平滑,多个smooth函数的应用,简单易懂(Simulation with the noise of the constant acceleration of linear motion, data smoothing, multiple smooth function of the application, easy to understand)
- 2011-05-18 21:08:47下载
- 积分:1
-
codeStrechingtimetodenoiseaudiowave
Streching time to denoise audiowave.txt from reference The author Gabrial P
- 2009-09-16 09:36:11下载
- 积分:1
-
base_jus
this is a database for jus withe 218 samples and 700 features
- 2010-11-26 19:19:24下载
- 积分:1
-
Image-binarization-processing
利用matlab的GUI设计的图像二值化处理的可视化界面,包含所需的操作界面和m文件,可对图片进行导入、二值化处理及保存等操作。 (A visual interface of image binarization processing designed by Matlab GUI.It contains the desired interface and m file, you can import the picture, do binarization processing and preserve the new image.)
- 2013-09-22 10:21:48下载
- 积分:1
-
fractal-use
分形的练习一
①Koch曲线
用复数的方法来迭代Koch曲线
clear i 防止i被重新赋值
A=[0 1] 初始A是连接(0,0)与(1,0)的线段
t=exp(i*pi/3)
n=2 n是迭代次数
for j=0:n
A=A/3 a=ones(1,2*4^j)
A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a]
end
plot(real(A),imag(A))
axis([0 1 -0.1 0.8])
②Sierpinski三角形
A=[0 1 0.5 0 0 1] 初始化A
n=3 迭代次数
for i=1:n
A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2
A=[A A+[c b] A+[c/2 c]]
end
for i=1:3^n
patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数
end
(Fractal
Exercise One
The ① Koch curve
Plural iteration Koch curve
clear i to prevent i is reassigned
A = [0 1] initial A is a connection (0,0) and (1,0) of the segments
t = exp (i* pi/3)
n = 2 n is the number of iterations
for j = 0: n
A = A/3 a = ones (1,2* 4 ^ j)
A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a]
end
plot (real (A), imag (A))
axis ([0 1-0.1 0.8])
② Sierpinski triangle
A = [0 1 0.5 0 0 1] initialized A
n = 3 the number of iterations.
for i = 1: n
A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2
A = [A A+ [c b] A+ [c/2 c]]
end
for i = 1:3 ^ n
patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function
end)
- 2013-03-02 10:03:09下载
- 积分:1
-
ehv_bytechan
ePAPR hypervisor byte channel device driver.
- 2015-03-18 11:28:49下载
- 积分:1
-
wavemanupulations
ECG wave form manupolations
- 2010-02-20 04:18:15下载
- 积分:1
-
mmse_diedai08
最佳权向量自适应迭代更新MSE对比波形,内有详细说明,供大家参考。(optimal weight vector adaptive waveform update MSE contrast, with detailed notes for reference.)
- 2007-06-05 01:30:31下载
- 积分:1
-
network-of-matlab-toolbox
matlab神经网络工具箱中的函数用法的介绍(the introduction of the Matlab neural network toolbox function usage)
- 2012-08-11 17:21:17下载
- 积分:1
-
MCMC-master
mcmc的程序及算法说明,学习的可以参考一下(MCMC GATHER A FEW SAMPLES FOR THE MH SAMPLING)
- 2017-09-29 00:01:11下载
- 积分:1