-
SIMULINK
Tools,tutorials, and exaples for using matlab simulink
- 2010-11-30 05:16:14下载
- 积分:1
-
Newton_bisect_iteration
matlab中分别用牛顿法,二分法及迭代法求解方程的程序,及其比较(matlab scripts for solving eq. by the means of newton ,bisection and iteration)
- 2010-12-21 13:19:03下载
- 积分:1
-
RK4
using Matlab prepared by the four bands Runge-Kutta procedure
- 2011-08-03 14:04:16下载
- 积分:1
-
NRmethod
改进牛顿拉夫逊法求解三相不平衡配电网,适合各节点情况(Improved Newton Raphson method for solving the three-phase unbalanced distribution network for each node)
- 2020-10-15 14:07:30下载
- 积分:1
-
4
说明: 数据统计描述
第一节 数据分析中常用的统计量及其分布
第二节 频数变量数据特征描述
第三节 综述变量数据特征的描述
第四节 数据分析过程的记录与重现(Data described in section I of data analysis commonly used in statistics and their distribution in section II, the frequency characteristics of variable data variables described in Section III Summary data on the characteristics of the process of data analysis described in section IV of the record and reproduce)
- 2007-09-08 09:33:36下载
- 积分:1
-
Lab_7
在opnet平台对离散时间仿真机制的基于包的通信进行了建模仿真(In the discrete-time simulation platform opnet packet-based communication mechanism for the modeling and simulation)
- 2010-12-24 20:33:16下载
- 积分:1
-
OFDM(Matlab)
OFDM Simulation Using Matlab
里面附有详细关于OFDM实现的说明,并给出了MATLAB实现代码(OFDM Simulation Using Matlab inside with detailed description on the OFDM realize, and realize given MATLAB code)
- 2008-07-14 22:23:11下载
- 积分:1
-
G_P_xjx
混沌G_P算法,用来计算LnC与Lnr的关系图(algorithm used to calculate LnC relations with the map Lnr)
- 2006-05-26 15:48:47下载
- 积分:1
-
ELM
训练集/测试集产生
load spectra_data.mat
随机产生训练集和测试集
temp = randperm(size(NIR,1))
训练集——50个样本
P_train = NIR(temp(1:50),:)
T_train = octane(temp(1:50),:)
测试集——10个样本
P_test = NIR(temp(51:end),:)
T_test = octane(temp(51:end),:)
N = size(P_test,2)
数据归一化
( Training set/test set generation load spectra_data.mat randomly generated training set and test set temp = randperm (size (NIR, 1)) training set- 50 samples P_train = NIR (temp (1:50) ,:)' T_train = octane (temp (1:50 ),:)' test set- 10 samples P_test = NIR (temp (51: end ),:)' T_test = octane (temp (51 : end ),:)' N = size (P_test, 2) Data Normalization)
- 2011-05-21 16:45:51下载
- 积分:1
-
fuliye
遥感图像傅立叶滤波,MATLAB版本,图像处理(Remote sensing image processing high-pass filter, low pass filtering, image processing)
- 2013-09-24 22:28:24下载
- 积分:1