-
RBFwangluo
说明: 自己编的遗传RBF神经网络程序,RBF神经网络,txt文件调试通过(Own series of genetic procedures for RBF neural network, RBF neural network, txt file debugging by)
- 2011-03-16 16:28:25下载
- 积分:1
-
arima_test
arima代码具体实现 包括平稳性检验 差分 以及预测
数据不在压缩包中 使用者可根据自身情况使用(The specific implementation of the ARIMA code includes the stationary test difference and prediction.
Data is not used in compressed packets, users can use them according to their own circumstances.)
- 2021-01-01 19:58:58下载
- 积分:1
-
lvboqi
matlab设计的IIR滤波器,包括巴特沃低通滤波器,切比雪夫低通滤波器等。(matlab design of IIR filters, including Butterworth low-pass filter, Chebyshev low pass filter.)
- 2010-09-04 20:48:26下载
- 积分:1
-
CPP-progaram-example
C++ 学习基础源码程序,帮助初学者快速掌握C++的基本使用及基础的编码技巧(Learn basic c++ source program, to help beginners quickly grasp the basic use of c++ and basic coding techniques)
- 2014-11-28 10:12:00下载
- 积分: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
-
addaxisun
matlab code to add a second y-axis to a x-y plot
- 2010-09-29 19:20:07下载
- 积分:1
-
appendix_1
三维射线跟踪程序代码1,对研究电离层中射线跟踪有帮助(1 three-dimensional ray-tracing code, the study of ray tracing in the ionosphere help)
- 2010-11-16 12:04:17下载
- 积分:1
-
maichongduopuleleida
这是随即信号处理中的有关应用,是一个脉冲多普勒雷达的matlab 仿真(This is the aplication of random signal )
- 2021-04-14 10:38:55下载
- 积分:1
-
INS-Toolbox
适用于Matlab的一个惯性导航工具箱,包括了安装说明以及用户手册(Inertial Navigation System TOOLBOX for Matlab including installation instructions and user manual
)
- 2012-04-01 10:51:02下载
- 积分:1
-
shiyuzhuanpinyu
这是一个滤波器,用来将时域信号转换位频域进行分析滤波后,再转为时域信号的小程序(This is a filter for converting the digital time domain signal analysis of the frequency domain filtering, a time domain signal of the small sub-program)
- 2013-11-17 21:05:57下载
- 积分:1