搜索资源列表
matlabAndFiniteElementMethod
- matlab与有限元算法书的程序,我改编过其中的算法,可以用其中“hang架算例文件”中我编的例子算,都正确,我算过了-Matlab finite element method and the procedures, which I adapted over the algorithm, which can "hang-count cases document" I count series of examples are correct, I counted the
ASCII_str2cod.zip
- 用matlab实现ASCII和二进制码的互换,在matlab输入ASCII码字符或字符串即可,源文件里有详细的使用说明,一共有5个文件。,Matlab by ASCII and binary code to achieve the exchange, enter the ASCII code in matlab character or string can be, the source file, there are detailed instructions, a total of five
lyapunovindex.rar
- 混沌计算程序源文件——包括计算Lyapunov指数的5种方法:C-C算法,最小数据量算法,G-P算法,关联维数法,互信息量法。,the original programs to calculate chaos in order to count the Lyapunov index out. Including 5 such methods: c-c method, minimum data method, G-P, mutual information method and correlati
chelianggengzongjiance.rar
- 源程序实现的是基于卡尔曼滤波的车辆检测与跟踪,并对车辆进行计数编号。,Source implementation is based on Kalman filtering vehicle detection and tracking, and count the number of vehicles.
Lab2files 用于图像物体识别
- 用于图像物体识别,计数,开发及运行环境为matlab7.0-count object in an image using Matlab 7.0
MulticueF0
- 该程序是日本人用matlab写出来的提取pitch的,效果很好,唯一的缺点是算的太慢-The program is written in Japanese with matlab the extraction of the pitch, well, the only drawback is that the slow count
counter16
- 利用simulink制作的十六进制计数器-Simulink produced using hexadecimal counter
rainflow
- 雨流计数法,建立在对封闭的应力——应变迟滞回线逐个计数的基础上,能够比较全面的反映随机载荷的全过程,由载荷——时间历程得到的应力——应变迟滞回线与造成的疲劳损伤是等效的.-Rain-flow counting method, based on the stress of the closed- strain hysteresis loop-by-count basis, can be more fully reflected random load the entire process, fro
Coin_Counter
- it is used to count the coin in the box using matlab
music
- 这是一个MATLAB的MUSIC(multiple signal classification)算法,用来算DOA(到达方向角)-This is a MATLAB-MUSIC (multiple signal classification) algorithm is used to count DOA (direction of arrival angle)
matlab
- 仿真程序:首先需要用一个随机发生器产生(0.1)内的均匀随机数,然后再将该序列映射到对应的幅度电平{Am}。然后将这个范围再分成4个相等的区间,这些子区间分别对应于4个信号比特的符号00,01,10,11。检测器观察到r=Am+n,并且计算r和4种可能传输的信号幅度之间的距离,它的输出Bm就是相应于最小距离的信号电平。Bm与真正的的传输信号幅度比较,差错计数器用来对检测器产生的差错计数。-Simulation program: first need to use a random genera
code2
- try to remove the white blood cell and after that i try to segment and count the red blood ce-try to remove the white blood cell and after that i try to segment and count the red blood cell
Color-area-matlab-code
- Extract the set color (Given RGB value) also count the area(pixel) of the corresponding color
count
- 使用VC创建Matlab数组、删除数组,进行二次编程-Matlab using the VC to create an array, delete array, a second program
SSNRi
- 随机共振相似度的Matlab计计算程序,计算看出输入可直接使用。 -Stochastic resonance similarity Matlab count calculation procedure, the calculation to see that the input can be used directly.
matlab-ant-method
- MATLAB蚁群算法例子。包括一个主程序,两个子程序和三份算例数据。-MATLAB ant colony algorithm examples. Includes a main program, two subroutines and three cases of data count.
ldpc-decoder-matlab
- Specify the condition to stop the decoding iterations as one of Maximum iteration count | Parity check satisfied . The default is Maximum iteration count . When you set this property to Maximum iteration count , the object will iterate for the number
基于熵理论的英文文本信息量统计
- 进行文章里的字母实验,统计了文章中的26个英文字母的熵,联合熵和条件熵。利用matlab的统计工具进行了联合熵和条件熵的简单计算,得出26个字母在《圣经》中的概率分布直方图。 关键词:熵;信息量;统计理论;联合概率;条件概率(Carry on the letter experiment in the article, count the entropy of the 26 English letters in the article, combine entropy and condition
clear
- 既然要得到的是频率玫瑰图,就要求出每个方向上在这个月中出现的次数,然后除上整个月的风向次数。通过对比,发现利用极坐标比直角坐标更简便些,故利用 find()寻找方向值,length计算方向的长度,polar绘制玫瑰图(Since you want a frequency rose diagram, ask for the number of times per month in each direction, and then count the number of winds in the w
new-DV-Hop-code
- 改进DV-Hop定位算法 首先设置初始量,布置了一个范围为100×100m2的区域,其上随机分布100个传感器节点,其中有10个信标节点,节点的通信半径为30m。 第二步在正方形区域内产生均匀分布的随机拓扑,随机产生节点坐标并将其中十个选定为信标节点,其余九十个设为未知节点,然后画出节点分布图。 第三步通过最短路径法计算未知节点与每个信标节点的最小跳数。 第四步根据前面记录的其他信标节点的位置信息和相距跳数估算平均每跳的实际距离,用跳数估计距离的方法得出未知节点到信标节点的距离。 第五