-
14.3-5
说明: 《MATLAB时频分析技术》例题matlab编程实现第十四章14.3-14.5(err)
- 2008-09-23 15:34:08下载
- 积分: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
-
litekmeans
LITEKMEANS K-means clustering, accelerated by matlab matrix operations.
- 2012-06-21 20:35:32下载
- 积分:1
-
program-for-dt-cwt-transform
i need the matlab coding for image fusion using different types of techniques . so, i need the particular coding your file. i need different types pf transform like IHS,PCA, DCT, and brovey transform.
- 2014-10-14 15:15:59下载
- 积分:1
-
AllOrder
改程序可以计算海杂波的一阶和二阶散射系数(可以计算海杂波的一阶和二阶散射系数)
- 2010-10-24 19:57:39下载
- 积分:1
-
SPWM
spwm变频调速系统的研究及其仿真模型的搭建(spwm frequency control system and simulation models to build)
- 2013-05-25 19:33:57下载
- 积分:1
-
Zernike
求zernike矩
通过使用matlab的矩阵操作计算一幅图像阶为6重复度为6的zernike矩。(Find zernike matlab matrix operations through the use of an image calculated degree of order 6 Repeat zernike moments 6.)
- 2014-01-04 19:27:21下载
- 积分:1
-
MixFigure
另一个VC与Matlab混合编程的例子,调用了Matlab的绘图界面,并将它嵌入到对话框的界面中(Another VC and Matlab examples of hybrid programming, call the Matlab graphics interface, and it is embedded into the dialog box interface)
- 2008-03-01 22:49:20下载
- 积分:1
-
CREWESmatlabrelease
地震波信号处理,傅氏变换,震相读取,文件内有使用说明(seismic signal process,fft,phase check)
- 2021-03-15 08:59:22下载
- 积分:1
-
EEG_ERP_signal_Anlysis
EEG brain signal anlaysis codes. Extract event-related potential (ERP) compoents from brain signal. Estimate ERP waveforms, and the assoimated single-trial latencies and amplitudes. Estimate spectrum of on-going activities. Two algoithms, dVCA and AESO, are implemeneted. Could be useful for researchers and students in biomeical engineering.
- 2009-05-30 02:15:45下载
- 积分:1