-
window-digital-filter
窗函数法数字滤波器设计,包括基本的六种窗函数,内有一份word实验报告,适合信号分析初学者学习(Window function digital filter design, including the six basic window function, which has a word test report, suitable for beginners to learn signal analysis)
- 2013-07-14 12:13:28下载
- 积分:1
-
granule-algorithm
粒子群算法matlab代码 (PSO matlab code )
- 2013-08-29 09:13:55下载
- 积分:1
-
kalman1
卡尔曼滤波器设计MTALAB实现代码,根据matlab中提供的kalman函数进行设计,需要设计出“动态方程”和“观测方程”(Kalman filter design to achieve MATLAB code, under which the Matlab Tracking function for the design, the need to design "dynamic equation" and "observation equation")
- 2005-05-02 18:24:07下载
- 积分:1
-
自动多阈值分割
说明: 用Matlab编写的自动多阈值分割程序,分割图像之前采用自动平滑图像(prepared using Matlab automatic threshold segmentation procedures, image segmentation before the introduction of automatic image smoothing)
- 2006-01-09 10:36:59下载
- 积分: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
-
Gabor_Features_Extraction
A Gabor-filtering method for describing textural features
is proposed, which applies the physical properties of a probability
wave to probability transformation, and computes
textural features
2) An adaptive strategy for feature and filter selection, and
feature weighting, is proposed, which utilizes a user’s relevance
feedback to reduce the redundancy in the representation
and incorporate the user’s information needs in image
retri
3) Integrating both schemes (the Gabor-filtering method and
the adaptive strategy) for content-based mammogram retri
is suggested
- 2015-04-15 00:02:36下载
- 积分:1
-
kalmanf
经典卡尔曼滤波预测程序,基于观测数据更新,对未来数据进行预测(KALMANF- updates a system state vector estimate based upon an
observation, using a discrete Kalman filter.)
- 2014-07-01 22:06:51下载
- 积分:1
-
code2
matlab gui 设计第二版 第二章 各种文件读取的源码(fopen fread and load)
- 2012-06-23 13:04:33下载
- 积分:1
-
Pendulum
Comparison of Nonlinear and Linearized Single Pendulum
with ode
differences in s-t and period
evaluate the linearization(Comparison of Nonlinear and Linearized Single Pendulum
with ode
differences in s-t and period)
- 2013-09-26 12:16:37下载
- 积分:1
-
AF-DF
matlab源程序 比较直传,AF,DF的误码率仿真 比较理论误码率和直传误码率仿真曲线图 适合初学者阅读(matlab source code comparison forward pass, AF, DF bit error rate BER simulation and comparison theory forward pass BER curves for beginners to read)
- 2014-02-19 15:28:53下载
- 积分:1