-
PSO
基于粒子群算法的PID控制算法MATLAB源程序(PID control algorithm based on particle swarm optimization algorithm)
- 2012-04-01 20:52:48下载
- 积分:1
-
zc299
双向平滑算法的研究可以有效的测量频率的频谱(matlab Double smoothing algorithm
)
- 2011-12-29 09:24:07下载
- 积分:1
-
ee477_fftlab_sp07
matlab code for fast fourier transform.
- 2014-08-20 18:23:03下载
- 积分:1
-
EEE-212-lab-sheet
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:21:13下载
- 积分:1
-
matlabppt
这是matlab的相关ppt,基本的一些操作和讲解,方便初学者更快的熟悉。(This is related to matlab ppt, and explain some of the basic operations, faster familiar easy for beginners.)
- 2013-11-23 04:04:37下载
- 积分:1
-
sousuosuanfa
深度优先搜索算法Matlab源码。。。。。
- 2010-08-20 21:35:13下载
- 积分:1
-
Ababoostdemo
ababoost级联分类器,通过一组弱分类器形成一个强分类器(cascade of classification)
- 2009-05-04 17:54:37下载
- 积分:1
-
const_ldpccc_mat
Low density parity check matrix(Description
A program written for generating LDPC matrix in the as pattern as discussed in the research paper , " Time varying periodic convolutional codes with low density parity check
matrix" by Alberto jiménez Felströ m and Kamil Sh. zigangirov IEEE Transaction on information theory vol 45 no 6 sept 1999. pages 2181-2191)
- 2009-05-28 15:52:38下载
- 积分:1
-
rayleigh
对于微弱信号检测算法中非相参积累以后近似服
从于高斯分布的噪声,都可以通过双参量估计恒虚警
检测器来实现恒虚警检测(Coherent integration for weak signal detection algorithm Central Africa approximately obey the Gaussian distribution of the noise by the two-parameter CFAR detector is estimated to achieve a constant false alarm rate (CFAR))
- 2012-10-29 15:38:22下载
- 积分:1
-
ModelicaTutorialFritzson
this tutorial is about modelica.. a nice program to make simulation of sistems and make controls... is objects oriented program. is free software.
- 2010-02-12 04:29:22下载
- 积分:1