-
BlindSeparation
盲信号处理是近十几年来信号处理研究较活跃的方向,它目前在许多领域有广泛的应用。(Blind signal processing is the last decade more active signal processing research direction, it is currently in many areas have a wide range of applications.)
- 2007-10-21 12:00:58下载
- 积分:1
-
henanshengrenkoulaolinghuawentifenxiyuyuce
该文研究了河南省不同年龄组的历史发展趋势和65岁以上人口未来发展趋势以及影响老龄化相关因素的问题。通过对不同时期的人口数据的分析和预测,从一个经典的模型入手,建立了三个不同的模型,分别 模型、 模型和关联分析模型,然后采用统计分析的方法来解决这些问题,预测出了河南省未来老龄化人口的发展。(This paper studies the different age groups in Henan Province of historical development trends and population over the age of 65, as well as the impact of future development trend of aging-related factors. Different stages of the analysis of population data and projections from a model of the classic, the establishment of three different models, namely, model, models and associated analysis model, and then using statistical analysis methods to solve these problems, predict the Henan Province, the future development of an aging population.)
- 2009-06-20 00:57:31下载
- 积分:1
-
pcg
this code is to diplay any wave file(heart sound) into PCG waveform
- 2011-01-09 21:40:33下载
- 积分: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
-
AIC
系统辨识AIC定阶法,用于进行模型阶次辨识(AIC fixed-order system identification method, used for model order identification)
- 2011-08-16 22:04:52下载
- 积分:1
-
synchronous
基于matlab的同步发电机模型,得到了清晰的同步发电机运行情况下的电压波形图。(Matlab-based synchronous generator model, a clear case of synchronous generators running voltage waveform graph.)
- 2021-02-27 16:49:36下载
- 积分:1
-
hopfield
hopfield神经网络的基本程序,给出了网络连接以及输入输出之间关系的基本网络(The basic program hopfield neural networks, giving the network connection and the basic network between the input and output)
- 2015-12-02 22:36:37下载
- 积分:1
-
KEMA_model
KEMA model of arcing in circuit breaker SF6
- 2009-06-18 20:03:21下载
- 积分:1
-
DWT-based-watermarking
说明: 小波域数字水印嵌入程序。
实现对数字图像进行水印嵌入和检测。(Digital watermark embedding in wavelet domain. Implementation of digital image watermark embedding and detection.)
- 2011-04-06 19:02:16下载
- 积分:1
-
matlab_simulink-study
Matlab_simulink 教程,详细介绍了simulink的建模仿真方法(Book on simulink of matlab,introduce the simulink s using method)
- 2011-05-03 12:24:42下载
- 积分:1