-
numericalanalysis
编写的数值分析相关源程序(bisection method,微分),大家一块互相学习。(bisection method)
- 2011-06-13 17:41:32下载
- 积分:1
-
AR--maidongfeng
葵花型索穹顶脉动风AR法模拟,使用Panofsky谱(Sunflower-type cable dome fluctuating wind AR method simulation, using Panofsky spectrum)
- 2014-03-06 13:08:26下载
- 积分:1
-
Change-Detection-Code
遥感影像变化检测经典算法(IR-MAD、MAD、CVA、PCA),另外进行了算法的Demo和精度等计算评价(OA、Kappa、AUC、ROC)(Remote sensing image change detection classical algorithm (IR-MAD, MAD, CVA, PCA), were additionally algorithms and calculation accuracy Demo Assessment (OA, Kappa, AUC, ROC))
- 2021-04-21 15:28:50下载
- 积分:1
-
emd
是经验模态的函数,用于进行数字信号处理。可以用于分解频率(Is the empirical mode of function, used for digital signal processing. Can be used to decompose the frequency)
- 2010-06-26 21:07:15下载
- 积分:1
-
ACS
说明: matlab编写的蚁群优化tsp程序,很不错,希望大家喜欢(ant colony optimization matlab prepared tsp procedures, very good, I hope everyone likes)
- 2008-09-29 13:55:56下载
- 积分:1
-
机器人工具箱
说明: MATLAB进行有关机器人仿真应用时应用的机器人工具箱,很好用(MATLAB simulation of the application of robot application of robot kit, with good)
- 2005-12-15 10:08:49下载
- 积分:1
-
MATLAB-Fundamentals-and-Applications
MATLAB基础及应用 于润伟编著,适用于初学者快速入门。(MATLAB Fundamentals and applications, suitable for beginners to get started.)
- 2013-11-08 09:52:56下载
- 积分: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
-
Color-DWT-SVD-watermarking
color image watermarking in r g b planes using rdwt and svd
- 2014-02-05 11:42:04下载
- 积分:1
-
LLR_compute
说明: 由4个.m文件组成,用于16QAM和64QAM调制的软信息的提取(By 4. M files for 16QAM and 64QAM modulation of the soft information extraction)
- 2008-11-13 17:32:14下载
- 积分:1