-
gonglvpugujiCchengxu
实现FIR滤波器设计,执行代码可以进行FIR滤波功能。(FIR frighting desgion.)
- 2011-01-04 23:42:20下载
- 积分:1
-
1
说明: 基于MATLAB神经网络的工业现场数字字符识别,使用MATLAB工具,实现显示识别。(MATLAB Neural Network Based Character Recognition industrial field, use the MATLAB tools to achieve display identification.)
- 2010-03-12 11:03:22下载
- 积分:1
-
FLDFaceRecognition
费舍尔判别法的人脸识别应用程序例子,希望有所帮助(Fisher Discriminant Method for Face Recognition application example for the help)
- 2010-05-27 14:37:44下载
- 积分:1
-
leap-frog-algorithm
蛙跳算法,包含Flow_Shop_Scheduling_Problem、
Function_Optimization、
Knapsack_Problem、
Traveling_Salesman_Problem(flog leap algorithm, including Flow_Shop_Scheduling_Problem,
Function_Optimization,
Knapsack_Problem,
Traveling_Salesman_Problem)
- 2014-07-07 11:03:12下载
- 积分:1
-
immunity
免疫遗传算法流程为:
(1)随机产生初始父代种群A1
(2)根据先验知识抽取疫苗。
(3)若当前种群中已包含最佳个体,算法结束;否则进行以下步骤。
(4)根据抗体浓度和适应度进行复制。
(5)对当前第K代父代种群AK进行交叉操作,得到种群BK。
(Immune genetic algorithm process as follows: (1) randomly generated initial parent population A1 (2) vaccine based on a priori knowledge extraction. (3) If the current population already contains the best individuals, the algorithm ends otherwise, perform the following steps. (4) be reproduced in accordance with antibody concentration and fitness. (5) the population AK Present Generation K parent cross was obtained population BK.)
- 2016-11-11 17:44:49下载
- 积分:1
-
pls_matlab
偏最小二乘法的算法介绍以及matlab程序例子(Partial least squares algorithm, and matlab program examples introduced)
- 2010-09-30 16:13:51下载
- 积分:1
-
jiemi
说明: 通过MATLAB7.1编写程序,对已知的图像进行解码操作(jiemi)
- 2010-04-29 17:47:01下载
- 积分:1
-
pmucr
胞参考映射点映射法,完整的胞映射程序。已经使用duffing验证。(Mapping cell reference point mapping method, a complete cell mapping program. Have used duffing verification.)
- 2014-04-27 20:26:54下载
- 积分:1
-
example4_4
例4:在sinc(t)信号中叠加噪声,分析对应频谱
fs=100 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=2 时间窗大小
(
x=x+0.1*randn(1,N)
x=awgn(x,-10, measured )
figure
plot(t,x)
title( 时域信号图 )
xlabel( t /s )
y=fft(x,N)
figure
if mod(N,2)~=0
N=N-1
end
f=linspace(0,fs/2,N/2)
plot(f,abs(y(1:N/2))*2/N)
title( 叠加噪声的sinc(t)信号频谱 )
xlabel( f /Hz )
figure
y0=y(1:N/2)
P=y0.*conj(y0)/N
P=10*log10(P)
plot(f,P)
title( 功率谱 )
xlabel( f /Hz )
)
- 2010-05-25 20:59:03下载
- 积分:1
-
C-C-Method
采用C-C法的同时求时延与嵌入维的经典程序(CC method using delay and embedding dimension while seeking the procedure)
- 2013-10-17 20:03:10下载
- 积分:1