-
NearestNeighbor
模式识别问题最近邻算法的matlab实现,简单易懂(nearest neighbor pattern recognition algorithm to achieve the Matlab and easily understood)
- 2007-06-01 17:05:28下载
- 积分:1
-
matlfab1
PV Array very goog in usw
- 2013-12-09 23:08:46下载
- 积分:1
-
rcf_bjc
说明: 北京邮电大学通信原理升余弦滚降系统的源程序(Beijing University of Posts and Communication Theory Cosine system source code)
- 2010-04-22 11:01:44下载
- 积分:1
-
filter
M=63 J=(M-1)/2 Wp=0.5*pi Ws=0.6*pi
Np=100 Ns=100
weightp=1 weights=100 通带和阻带的加权系数
WpN=linspace(0,Wp,Np)
WsN=linspace(Ws,pi-0.05,Ns)
Wm=[WpN WsN]
p=[ones(1,50),ones(1,50)/2]
d=[p,zeros(1,Ns)]
W=diag([weightp*ones(1,Np),weights*ones(1,Ns)])
C=cos(Wm*[0:J])
Q=diag(cos(Wm*0.5))
g=(W*Q*C)(W*d) g=g
h=(g(J:-1:2)+g(J+1:-1:3))/4
h=[g(J+1)/4 h g(1)*0.5+g(2)/4]
h=[h fliplr(h)] W=linspace(0,pi-0.1,512)
H=freqz(h,1,W)
plot(W/pi,20*log10(abs(H)))
(filter design)
- 2013-05-18 20:47:33下载
- 积分:1
-
采样定理
说明: 通过matlab代码,验证了带通采样定理的正确性(The bandpass sampling theorem is realized.)
- 2021-01-19 14:28:44下载
- 积分:1
-
synmachine
simulation of machine synchrone
- 2013-10-02 05:15:30下载
- 积分:1
-
texturaclase
to evaluate the texture in a image
- 2013-04-06 00:11:45下载
- 积分:1
-
xyz2luv
for converting image to LUV color space
- 2015-03-25 19:22:25下载
- 积分:1
-
Spectraldecomposition
谱分解(Spectral decomposition),是将矩阵分解为由其特征值和特征向量表示的矩阵之积的方法。(Spectral Decomposition , is the product of the matrix into the matrix method by eigenvalues and vector representation.)
- 2016-05-13 22:33:09下载
- 积分:1
-
flower_petal
一个非常简单而有趣的脚本M文件,用于实现一定的绘图功能(a very simple and interesting script M, used to achieve a certain graphics)
- 2005-03-30 10:41:51下载
- 积分:1