-
fdtd_2d_yuanzhu
在matlab上运用有限时域差分法模拟二维光子晶体(the simulation of tm mode in two-dimensional photonic crystals using FDTD)
- 2014-10-31 13:12:19下载
- 积分:1
-
自适应信号处理
说明: 《自适应信号处理》书中各个章节的matlab仿真的源程序!对于学习自适应信号处理的非常有用!("adaptive signal processing" all the chapters of the book Matlab simulation of the source! Learning adaptive signal processing is very useful!)
- 2005-10-24 10:47:42下载
- 积分:1
-
DPCM
说明: 差分脉冲编码:通信工程中经常用到的一个实用算法。这里是matlab的实现。(Differential pulse code: Communications Engineering frequently used for a practical algorithm. Here is the realization of matlab.)
- 2008-10-15 18:09:16下载
- 积分:1
-
echocancelling
说明: 自适应滤波 回波抵消器中自适应滤波在matlab下的仿真(Adaptive filtering echo cancellation devices in adaptive filtering in matlab simulation)
- 2008-12-07 20:31:18下载
- 积分:1
-
redresor-mono
redresor mono, pictures, matlab simulation
- 2011-05-27 18:28:21下载
- 积分:1
-
smc
主要是摩擦学方面的东西,进行分析时需要的(failed to translate)
- 2011-11-24 16:40:21下载
- 积分:1
-
MATLAB(1)
MATLAB语言在天线设计中的运用文章
(MATLAB language used in the antenna design in the article)
- 2010-11-26 22:53:29下载
- 积分:1
-
111
function pi = solve2(count,m,cc)
借助布冯投针实验 仿真求pi的值
pi=0
frq=0
randNo = binornd(1,cc,1,m)
pro=zeros(1,count)
for j=1:count
for i = 1:m
if randNo(1,i) == 1
frq = frq + 1
end
pro(i) = frq/i
end
pi = (2*m)/frq
pro(j) = pi
end
pro = pro,num =1:count
plot(num,pro) (function pi = solve2 (count, m, cc) to vote with Buffon needle experiment simulation find the value of pi pi = 0 frq = 0 randNo = binornd (1, cc, 1, m) pro = zeros (1, count) for j = 1: count for i = 1: m if randNo (1, i) == 1 frq = frq+ 1 end pro (i) = frq/i end pi = (2* m )/frq pro (j) = pi end pro = pro, num = 1: count plot (num, pro) )
- 2011-05-24 15:39:41下载
- 积分:1
-
6
本程序实现多模态故障检测与故障诊断,用的方法是LPP_GMM,GMM是用的FJ算法,效果很好(This procedure realize multimodal, fault detection and fault diagnosis method is LPP_GMM, GMM FJ algorithm is used, the effect is very good
)
- 2013-08-31 11:11:56下载
- 积分:1
-
RDT2.0
基于随机减量法,求解结构的自由衰减曲线,稍作修改即可使用(Based on random decrement method, solving free vibration of curved, slightly modified to use)
- 2015-07-26 12:10:41下载
- 积分:1