-
sierpinski
说明: 用matlab程序实现,生成谢尔宾斯基图像。(Program for using matlab to generate Sierpinski image.)
- 2011-03-22 11:25:45下载
- 积分:1
-
MATLAB7.0
一个关于matlab的教程,对于初学者来说是非常有用的(A tutorial on matlab for beginners is very useful)
- 2011-06-26 12:50:02下载
- 积分:1
-
目标检测
说明: 目标检测matlab例程,亲测可运行,含ppt解释。(Matlab routine for target detection, which can be run by hand test, including ppt interpretation.)
- 2020-01-21 22:04:54下载
- 积分:1
-
bp510
matlab source code neural network
- 2010-09-01 17:19:38下载
- 积分:1
-
huodeshuju
说明: 产生电压扰动数据,PSCAD仿真,可作为各类信号处理仿真的数据源(Creates a voltage disturbance data, PSCAD simulation, can be used as various types of signal processing simulation data source)
- 2008-10-13 10:45:05下载
- 积分:1
-
meanshift
video tracking mean shift implementation
- 2011-05-28 17:01:34下载
- 积分:1
-
11
说明: empirical formula with kaiser
clc
clear all
fs=1000
fc=250
df=50
r=0.001
f=fc/fs
dw=2*pi*(df/fs)
a=-20*log(r)
n=floor(((a-8)/(2.285*dw))+1)
if a>50
b=0.1102*(a-8.7)
elseif a>=21 && a<=50
b=0.5842*((a-21)^0.4)+0.07886*(a-21)
elseif a<21
b=0.0
end
w=kaiser(n,b)
for i=1:n
if i~=(n-1)/2
hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f)
elseif i==(n-1)/2
hd(i)=2*f
end
end
for j=1:n
h(j)=w(j)*hd(j)
end
subplot(3,1,1), plot(w)
subplot(3,1,2), plot(h)
subplot(3,1,3), plot(h,n)
- 2014-12-24 23:20:03下载
- 积分:1
-
yuchuli
数据处理的一种方法,可实现目标轨迹的其实确定,实验结果证明效果很好。(A method of data processing can be realized in fact a target track, experimental results show a good effect.)
- 2010-08-25 10:04:31下载
- 积分:1
-
PLSmodel
这是本人编写的PLS建模程序,希望对大家关于该方面的研究有帮助。(This is my procedure to prepare the PLS modeling, I hope all of you on the research helpful.)
- 2009-05-22 20:29:24下载
- 积分:1
-
powerflow
用matlab编写程序计算3机9节点算例系统的潮流及三相短路电流。(The program is written in matlab to calculate the power flow and three-phase short-circuit current of the 3-machine 9-node example system.)
- 2020-10-31 17:59:54下载
- 积分:1