-
extrapolate
GPS广播星历经典外推程序,简单明了,易于理解的外推程序 (GPS broadcast ephemeris extrapolation procedure)
- 2010-07-27 16:23:42下载
- 积分:1
-
POPGENE
微卫星SSR基本数据分析常用软件,功能比较强大,具有通用性(Microsatellite SSR commonly used basic data analysis software, the function is stronger, is versatile
)
- 2014-01-21 21:40:10下载
- 积分:1
-
OpenSURF_version1c(1)
说明: SURF算法,是SIFT的升级版,速度更快,性能也不差,快速实现图像特征点的检测和匹配。(SURF algorithm, is an upgraded version of SIFT, faster, not bad performance, rapid detection of image feature points and matching.)
- 2011-04-01 07:08:15下载
- 积分:1
-
Matlab.vc
这是一份VC++与MATLAB混合编程的重要资料.详细描述了VC++在与MATLAB混合编程时的接口问题,以及连接问题。(This is a mixed VC++ and MATLAB programming important information. A detailed description of the VC++ mixed programming with MATLAB interface issues, and connectivity problems.)
- 2010-06-02 09:20:30下载
- 积分:1
-
vance
利用MATLAB实现Vance模型计算屏蔽电缆的转移阻抗。已调通。(Use of MATLAB calculation model of an shielded cable transfer impedance. Already the expert.)
- 2011-07-26 16:54:03下载
- 积分:1
-
mpu_6050
MPU6050参考资料,基于飞控的姿态解算(MPU6050 reference materials, gesture-based flight control solver)
- 2021-04-14 14:48:55下载
- 积分:1
-
MATLAB6KSKD
【matlab编程代做】7波段参数均衡器 可以作为参考使用([Do] matlab programming generation 7-band parametric equalizer can be used as references)
- 2015-01-24 21:34:31下载
- 积分:1
-
chapter11_1
matlab教材中经典的语音增强算法,voice enhancement 先读入语音文件,然后计算前后信噪比,最后画出波形。(The classic textbook matlab speech enhancement algorithms, voice enhancement before reading the speech file, and then calculate the signal to noise ratio before and after the final draw waveforms.
)
- 2013-11-25 20:27:14下载
- 积分:1
-
smith_pid
带有smith预估器的PID控制 matlab仿真程序(The smith predictor PID control matlab simulation program)
- 2013-05-11 12:45:51下载
- 积分: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