-
communicationcode
微波技术,还有一些通信各类代码。代码都以matlab格式进行的(Microwave technology, there are various types of communications code. Code to matlab format)
- 2009-02-03 16:20:53下载
- 积分:1
-
Floyd
说明: folyd用来处理图论中最短路径问题。对传统的folyd算法进行了优化。(folyd to deal with the shortest path in graph theory problem. Folyd the traditional optimization algorithm.)
- 2009-08-18 00:33:03下载
- 积分:1
-
DS-CDMAmatlab
DS_CDMA通信系统matlab源程序,需要的下吧(DS_CDMA communications systems Matlab source, it needs under)
- 2007-04-11 16:31:18下载
- 积分:1
-
rbf-network01
rbf网络逼近未知函数实例。文件非simulink,是m文件(rbf network simulate unknown function)
- 2012-02-03 12:45:57下载
- 积分:1
-
gaosimatch
说明: 通过二维高斯匹配滤波器来对冠状动脉实现增强,通过多个方向的滤波使得图像的增强效果更好(Matched by two-dimensional Gaussian filter to achieve enhanced coronary artery, through the filter makes the multiple directions better image enhancement)
- 2011-03-30 19:27:04下载
- 积分:1
-
2011.11.20
matlab制作的小软件各种功能展示。。有镜像的垂直,水平,fft变换等(matlab software produced by a small display of various functions. . A mirror of vertical, horizontal, fft transform)
- 2011-11-19 10:59:44下载
- 积分:1
-
signaldetection
电子科技大学《信号检测与估计课件,研究加性噪声中的检测与估计(Signal detection and estimate
)
- 2010-12-31 10:41:16下载
- 积分:1
-
BCEncode
二维码操作程序示例二维码操作程序示例二维码操作程序示例二维码操作程序示例(Two-dimensional example of a program of two-dimensional code code example of a program of two-dimensional example of a program of two-dimensional code code example of a program)
- 2013-12-03 11:33:43下载
- 积分: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
-
SCA
说明: 一种新的优化算法,正余弦优化算法。提出了一种新的基于种群的优化算法,叫做正弦余弦算法(SCA).(A new optimization algorithm, sine cosine optimization algorithm. A new optimization algorithm based on population is proposed, which is called sine cosine algorithm)
- 2021-02-17 10:04:07下载
- 积分:1