-
cp0202
设计一个一维wiener滤波器,并以平稳信号加噪为输入,得到该平稳信号的估计信号,并求出最小均方误差。(Design a one-dimensional wiener filter, and to smooth the input signal plus noise to get the estimated signal of the stationary signal, and find the minimum mean square error.)
- 2010-12-06 11:09:43下载
- 积分:1
-
rengongmianyi
a=load( q.txt )
width=input( 请输入窗宽 )
step=input( 请输入步长 )
m=length(a)
for i=1:floor((m-width)/step+1)
s(i,1:width)=a(1,1+(i-1)*step:width+(i-1)*step)
end
b=max(max(s))
M=s./b
Rs=input( 请输入本体集半径 )
nd=input( 请输入检测器数模 )
k=1
while k<=nd
d{k}=rand(1,width)
for i=1:floor((m-width)/step+1)
if (norm(d{k}-s(i,:)))^2<Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2(a = load (' q.txt' ) width = input (' Please enter the window width' ) step = input (' Enter step size' ) m = length (a) for i = 1: floor ((m-width)/step+1) s (i, 1: width) = a (1,1+ (i-1)* step: width+ (i-1)* step) end b = max (max (s)) M = s./b Rs = input (' Please enter the body set radius' ) nd = input (' Please enter the number of detector modules' ) k = 1 while k < = nd d {k} = rand (1, width) for i = 1: floor ((m-width)/step+1) if (norm (d {k}-s (i ,:)))^ 2 <Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2)
- 2011-05-21 16:46:49下载
- 积分:1
-
optimPID
基于PSO方法的PID参数整定,代码实用,适合初学者使用(PID parameter tuning based on PSO method, the code is practical, suitable for beginners to use)
- 2013-05-14 12:23:21下载
- 积分:1
-
aca
matlab中实现蚁群优化算法在30个城市中寻找一条最优路径。有说明文档。(Ant colony Optimization int matlab and provide a txt document which contains 30 city coordinate)
- 2011-01-10 14:10:42下载
- 积分:1
-
1_xingbosulv_loop
自己编写的关于掺饵光纤中行波速率方程的程序(I have written about the procedure of erbium-doped fiber on wave rate equation)
- 2012-05-11 01:36:39下载
- 积分:1
-
chuanrewenti
基于四边单元速度传热问题程序,入门程序,简单易懂,适合初学者对该方法编程的一个初步认识(Based on four sides of the unit rate of heat transfer procedures, entry procedures, easy to understand for beginners to the method of programming a preliminary understanding)
- 2013-11-13 09:42:34下载
- 积分:1
-
c28069pmsmfocdual
基于TMS320F28069的PMSM的无传感器控制Simulink仿真(Based TMS320F28069 of PMSM sensorless control Simulink simulation)
- 2016-03-10 14:29:52下载
- 积分:1
-
CCECE05_ICA_Code_v10
ICA codes for different algorithms
- 2009-03-23 18:36:42下载
- 积分:1
-
rout-motion-planing
this file contains a matlab code for rout planing motion.
- 2013-08-05 13:29:35下载
- 积分:1
-
dip10
this is a digital image processing project of image segmentation in matlab with .m code files
- 2011-05-27 17:51:05下载
- 积分:1