-
raygen
Generates Rayleigh faded signal with 10 multiple paths
- 2010-03-04 04:38:17下载
- 积分:1
-
ACC_CONV
电池数据,锂电池,铅酸电池,镍氢电池的实验数据。(Experimental data of battery data, lithium batteries, lead-acid batteries, nickel-metal hydride battery.)
- 2012-08-27 13:09:37下载
- 积分:1
-
Localization-based-on-LS-SVR-in-WSN
文章针对无线传感器网络(WSN)节点定位算法DV-Hop的节点间距离沽计误差对定位准确度影响较大的问题,提出一种基于LS-SVR(最小二乘支持向量回归机)的定位算法L-LSSVR.
(Aiming at solving the problem of the significant influence of distance estimation error onlocation accuracy of DV-Hop in Wireless Sensor Networks (WSN), a new node localizationmethod based on LS-SVR (L-LSSVR) is proposed.)
- 2012-10-12 12:36:51下载
- 积分:1
-
MATLAB读取OFF文件
基于MATLAB的读取OFF文件程序!!!
function I=offread1(filename)
fid = fopen(filename, "r");
title = textscan(fid, "%s", 1);
number=textscan(fid, "%d %d %d", 1);
points=textscan(fid, "%f %f %f", number{1});
faces=textscan(fid, "%d %d %d %d", number{2});
for i = 1 : number{2}
faces{2}(i, 1) = faces{2}(i, 1) + 1;
faces{3}(i, 1) = faces{3}(i, 1) + 1;
faces{4}(i, 1) = faces{4}(i, 1) + 1;
- 2022-02-25 16:05:43下载
- 积分:1
-
FDATOOL
自己编写的数字滤波器工具箱,界面和功能均参照MATLAB中的FDATOOL工具箱。能实现FIR,IIR各种数字滤波器的设置。(A program designed in MATLAB GUIDE with the interface and function of FDATOOL in matlab. )
- 2013-01-15 22:15:27下载
- 积分:1
-
GA
说明: 遗传算法的几个常用改进,可供参考,方便跟其余程序连接。(Several commonly used to improve the genetic algorithm, for reference, convenient connections with the rest of the program.)
- 2015-10-11 10:34:28下载
- 积分:1
-
Dynamics-Analysis-by-Numercial-Integration
matlab progrmas for FEM
- 2012-06-04 22:30:58下载
- 积分:1
-
fitness
基于粒子群算法的微电网优化调度,在运行成本最小,环境友好的条件下,优化发电单元的出力(Based on Particle Swarm Optimization microgrid scheduling, running costs are minimized, environmentally friendly conditions, optimize power generation unit output)
- 2020-12-25 16:49:04下载
- 积分:1
-
PHD
利用PHD算法对函数的频率进行估计并画出图形(you can obtain frequency of the function by the PHD algorithm and get the figure)
- 2010-12-11 09:21:35下载
- 积分:1
-
MATLAB
说明: matlab程序设计。对初学者很有帮助,非常容易理解。(matlab programming. Very helpful for beginners, very easy to understand.)
- 2009-08-06 20:31:37下载
- 积分:1