-
MatLab_Primer_7th_Edition
matlab book good one
- 2009-05-15 00:32:42下载
- 积分:1
-
Optimization
Genetic algorithm
Beecolony
PSO
- 2009-12-15 21:55:40下载
- 积分:1
-
MATLABupload
The programs are realted to communication and Image Processing. The Simulatin of Additive White GAussian Noise using Modulation is shown.
- 2010-05-31 02:51:40下载
- 积分:1
-
Blueteeth-Frequecy-Hoping
蓝牙跳频系统用simulink的仿真.系统主要包含信号传输,信号接收,谱分析以及无码分析部分(The system of Blueteeth Frequency hoping worked under simulink )
- 2011-12-19 13:43:13下载
- 积分:1
-
absproject_matlab
simulating of abs system for one wheel
- 2012-01-27 22:44:24下载
- 积分:1
-
huffman
霍夫曼变换,是一种可变长编码方式.Huffman树是二叉树的一种特殊转化形式。(huffman_core)
- 2010-09-20 16:26:53下载
- 积分:1
-
GaitRecognition
里面包含了步态识别的整一套流程的代码实现,包括从视频流里面提取图片帧,背景建模,提取运动目标(运动检测),形态学处理(膨胀与腐蚀,连通性检测),归一化大小,步态能量图的构建,主成分分析(PCA)降维,线性判别分析(LDA)分类等等功能的代码实现。均通过测试。(Contains the gait recognition of the whole process of a set of code, including the extraction and picture frames from the video stream, and background modeling, extract the moving object (motion detection), morphology processing (expansion and corrosion, connectivity), normalized size, gait energy diagram construction, principal component analysis (PCA) dimensionality reduction and linear discriminant analysis (LDA) classification code implementation and so on functions. All pass the test.)
- 2021-04-10 16:28:58下载
- 积分:1
-
matpower4.0-(1)
MATPOWER是MATLAB的M文件包® 求解潮流和最优潮流问题。它的目的是作为一个研究者和教育者,是易于使用和修改仿真工具。MATPOWER是设计给最佳的性能,同时保持代码的简单理解和修改。它最初是为POWERWEB项目的一部分。(MATPOWER is a package of MATLAB® M-files for solving power flow and optimal power flow problems. It is intended as a simulation tool for researchers and educators that is easy to use and modify. MATPOWER is designed to give the best performance possible while keeping the code simple to understand and modify. It was initially developed as part of the PowerWeb project.
)
- 2015-01-29 11:47:23下载
- 积分:1
-
PRACH
WCDMA系统中随机接入过程的仿真,包含整个随机接入信道的仿真,完全根据WCDMA协议产生,包含信源产生、编码、交织、数据发送接收、解码解调、误码率统计等过程。(Simulation of a random access procedure in a WCDMA system, including the simulation of the random access channel, according to the WCDMA protocol generated entirely, including the source, and the coding, interleaving, data transmission and receiving, decoding, demodulation, error rate statistics and other processes.)
- 2020-11-24 16:09:33下载
- 积分: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