-
fenbu
电磁学代码,matlab编写绝对自己创作的(Electromagnetics code, matlab absolutely prepared their own creation)
- 2008-06-14 11:46:55下载
- 积分:1
-
MATLAB
MATLAB教程,希望很有用,很好的使用教程(MATLAB tutorial, I hope useful, very good tutorial)
- 2013-11-01 15:59:31下载
- 积分:1
-
B2DandD2B
Binary to decimal conversion and Decimal tobinary conversion.
- 2010-09-16 18:00:55下载
- 积分:1
-
clutter_spetrum
采用距离环法对地杂波进行建模并仿真其功率谱(model ground clutter by ranging ring and simulate its power spectrum)
- 2021-04-18 21:08:52下载
- 积分: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
-
Graph-algorithms
图论算法。图论算法在计算机科学中扮演着很重要的角色,它提供了对很多问题都有效的一种简单而系统的建模方式。很多问题都可以转化为图论问题,然后用图论的基本算法加以解决。本资料包含了Floyd、prim、匈牙利算法等算法(Graph algorithms. Graph algorithms in computer science plays a very important role, it provides a lot of problems for a simple and effective way of modeling the system. Many problems can be transformed into graph theory problems, and then use the basic algorithm of graph theory to solve them. This information includes Floyd, prim, the Hungarian algorithm algorithm)
- 2011-05-12 11:42:09下载
- 积分:1
-
BIT-PATTERN--ANALYSIS-OF-COMMUNICATION-SIGNALS-
BIT PATTERN ANALYSIS OF COMMUNICATION SIGNALS
- 2014-02-20 10:39:03下载
- 积分:1
-
PCANET
特别好用的图像分类算法!!!输入图像 输出分类结果(A particularly useful algorithm for image classification!!! Input image output classification results)
- 2021-04-09 10:39:00下载
- 积分:1
-
question1_2
查询公交,查询公交,查询公交,查询公交,查询公交,查询公交(Search bus)
- 2013-08-17 17:13:50下载
- 积分:1
-
LOG PDF
说明: 多个代码用作核密度估计器来计算log pdf
可以很容易地使用
学习目的(Multiple codes to be used as kernel density estimator to compute log pdf
Can be used very easily
Learning purpose)
- 2020-06-23 10:20:02下载
- 积分:1