-
program
读入图像文件,生成索引图像
灰度图像
黑白图像
(Read into the image file, generate an index image gray image black and white images)
- 2010-08-20 11:28:42下载
- 积分:1
-
SuggestionCursorUtil
Suggestion Cursor Util extends Assert Source Code for Andriod.
- 2014-01-10 11:14:54下载
- 积分: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
-
equalizer
LS自适应均衡仿真程序,利用矩阵运算实现,程序简洁,有助于学习和理解自适应算法理论(LS adaptive equalization simulation program, using matrix operations to achieve the program simple, to the learning and understanding adaptive algorithm theory)
- 2009-11-17 13:13:43下载
- 积分:1
-
emd
matlab中的emd分解实例程序,程序简单易懂,无错误,复制可用(Examples of emd decomposition matlab program, the program is simple to understand, error-free, copy available)
- 2013-07-25 19:58:06下载
- 积分:1
-
locate
it s about locating TDOA algorithm
- 2013-10-11 19:07:08下载
- 积分:1
-
OFDM-channel-estimation-methods
OFDM信道估计的几种方法的仿真,包括最小二乘(LS)法、最小均方误差(MMSE)法、线性最小均方误差(LMMSE)法以及奇异值(SVD)分解法等,毕设资料,非常珍贵(several OFDM channel estimation methods,which contains the least-squares (LS), the minimum mean square error (MMSE), the linear minimum mean square error (LMMSE) and the singular value decomposition (SVD))
- 2021-04-14 13:08:55下载
- 积分:1
-
2004-03-22-CGO-LLVM-Presentation
LLVM: A Compilation Framework forLifelong Program Analysis & Transformation. 2004 International Symposium on
Code Generation and Optimization (CGO’04)
- 2014-01-30 11:52:30下载
- 积分:1
-
NIBIANFANGZHEN
移相全桥控制程序,带pi调节,闭环控制,基于lcl结构的拓扑结构(Phase-shifted full-bridge control program, with pi regulation, closed-loop control, structure-based topology lcl)
- 2015-05-12 19:40:43下载
- 积分:1
-
PR
说明: 单相并网逆变器,采用PR控制,能够实现无静差交流电压跟踪(Single phase grid connected, PR control)
- 2021-04-23 20:48:47下载
- 积分:1