-
rscode
RS编解码过程,并包括进制转换和域的变换,可用于RS码仿真(RS codec process, and includes hexadecimal conversion and transform domain can be used for RS code simulation)
- 2008-03-25 11:32:02下载
- 积分: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
-
user_module_example_project_dualadc_17
Example_DUALADC_28pin
CY3210-PSoCEVAL1 and CY3210-MiniEval1 Board Project
(Example_DUALADC_28pin CY3210- PSoCEVAL 1 and CY3210- MiniEval1 Board Project)
- 2007-04-17 21:13:42下载
- 积分:1
-
DS-CDMA
DS-CDMA通信系统仿真 matlab(DS-CDMA matlab)
- 2013-12-10 19:22:44下载
- 积分:1
-
LDAForTextClassification
使用变分EM方法实现的LDA文本模型
输入为文本即可
分解实现,含多个小函数可单独使用(LDA For Text Classification)
- 2009-04-25 10:50:08下载
- 积分:1
-
ARspectram-analysis
该程序的主要功能是对心音信号进行AR功率谱分析,同时带有去噪功能。(The program' s main function is to heart sound signals AR power spectrum analysis, and with denoising function.)
- 2011-11-27 10:00:31下载
- 积分:1
-
split-field-pml
it is very useful in FDTD
- 2014-06-30 12:49:25下载
- 积分:1
-
PSNR
函数功能:本函数将完成对输入图像的峰值信噪比计算(Function: This function will be completed on the input image of the peak signal to noise ratio calculation)
- 2008-06-16 14:47:09下载
- 积分:1
-
zhuanyijuzhen
matlab编写转移矩阵,就是现在我有两幅图,是同一个地方的不同年份的两幅图,怎么写matlab代码,得到(matlab write the transfer matrix, that is, now I have two images, the same place in different years of the two images, how to write matlab code, to be)
- 2011-07-28 20:48:58下载
- 积分:1
-
模糊控制
说明: 基于模糊PID控制下的BUCK电路稳压输出的仿真,并对比了模糊控制和PID控制。(Based on the simulation of BUCK circuit voltage stabilizing output under fuzzy PID control, the fuzzy control and PID control are compared.)
- 2019-04-29 22:09:10下载
- 积分:1