-
codeofroughset
粗糙集的基本算法,包括数据补齐,属性约简,值约简,规则生成,非常实用。(Rough set theory is a new mathematical approach to imperfect knowledge. The problem of imperfect knowledge has been tackled for a long time by philosophers, logicians and mathematicians. Recently it became also a crucial issue for computer scientists, particularly in the area of artificial intelligence. )
- 2010-11-09 21:11:00下载
- 积分:1
-
svm_matlab_zhao
说明: Matlab下面的支持向量机的程序包。。应用范围很广(Matlab following SVM package. . Application very wide scope. .)
- 2006-02-02 22:43:59下载
- 积分:1
-
Fuse_DWB
使用DWT实现图像融合,以得到更适合计算机处理、人类识别的图像(DWT to achieve image fusion, is more suitable for computer processing, human identification image)
- 2011-06-28 13:50:29下载
- 积分:1
-
MatlabLMS---2
加入高斯白噪声的lms算法的matlab仿真(Adding Gaussian white noise lms algorithm matlab simulation)
- 2015-04-22 11:51:33下载
- 积分:1
-
c6_PLLsim
现在通信系统仿真中的锁相环技术,给出仿真程序以及后处理(Communication system simulation is now PLL technology, the simulation process and post-processing)
- 2010-09-19 10:29:26下载
- 积分:1
-
2
说明: matl lab programing using contolsustem
- 2009-10-29 23:50:37下载
- 积分:1
-
pid
单纯形法整定pid参数,simulink环境,单纯形法很依赖初值的选取,在canshu.m中输入初始值。(Simplex method pid tuning parameters, simulink environment, simplex method is very dependent on the selection of initial value, in canshu.m enter the initial value.)
- 2009-02-04 18:51:24下载
- 积分:1
-
TimeWatch
clock for different country
- 2009-12-02 07:53:22下载
- 积分: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
-
txt
适合卫星通信本科学生借鉴。主要为卫星转发器仿真设计。可以实现上下变频,非线性放大器实现和卫星转发器实现。(Satellite transponder Simulation Design。Achieve Frequency conversion)
- 2014-01-24 19:37:06下载
- 积分:1