-
ARMA
基于改进的ARMA模型 定阶预测方法,经过调试,程序能顺利运行(Improved ARMA model order prediction method, after debugging, the program can run smoothly)
- 2012-06-25 17:09:52下载
- 积分:1
-
rastaplp.m
RASTA和PLP参数的程序。由Hynek Hermansky 教授开发~他现在是约翰霍普金斯大学CLSP的主任。(The matlab code for RASTA and PLP analysis)
- 2011-11-13 04:02:05下载
- 积分:1
-
signatureNormalization
Signature normalization for signature recognition
- 2015-04-05 16:06:55下载
- 积分:1
-
hfssSetColor
在hfss中用matlab程序实现颜色设置功能(Hfss used in the matlab program features color settings)
- 2008-06-16 22:54:08下载
- 积分:1
-
Simulation1
质心仿真,质心定位算法的数据仿真 用于质心算法相关的模拟和分析(Centroid simulation, centroid location algorithm simulation data associated centroid algorithm for simulation and analysis)
- 2013-07-26 09:43:24下载
- 积分:1
-
icicancellation
this about the ici cancellation technique for ofdm
- 2009-10-24 17:58:29下载
- 积分:1
-
matlabkj
无线传感器网络的定位算法仿真,基于DV-Hop算法~~~(Localization algorithm in wireless sensor networks simulation algorithm based on DV-Hop ~ ~ ~)
- 2011-01-17 15:17:15下载
- 积分:1
-
robustdesigen
鲁棒控制的程序,用于LMI工具箱编程实现的算法(Robust control program for LMI toolbox programming algorithm)
- 2021-04-24 20:48:47下载
- 积分:1
-
PCA_2D
2 dimensional PCA code
- 2013-04-25 13:32:08下载
- 积分:1
-
nccmp
比较两个netcdf文件
1。通过添加内部ind2sub1函数remove函数依赖第三方
2。格式化文本(Description NCCMP compares two netcdf files and prints the differences. This function is useful for testing mathematical forecasting or prediction models.
USAGE:
NCCMP(ncfile1,ncfile2)
NCCMP(ncfile1,ncfile2,tolerance,forceCompare)
INPUT:
ncfile1- name of the NetCDF file to compare
ncfile2- name of the NetCDF file to compare
tolerance- Compare numeric data using a tolerance threshold
forceCompare- if false, exit when first difference is found
true: continues to process all variables
EXAMPLES:
nccmp( old.nc , new.nc ,0.000001)
nccmp( old.nc , new.nc ,[],true)
FEATURES:
1. Print the differences and their locations
2. Exits when first difference is found or optionally continues to process all variables
3. User defined tolerance threshold to compare the variables
TO DO:
1. Specific variable inclusion or exclusion
2. Specific attribute inclusion or exclusion
3. Option to ignore the history attribute
4. Ignore difference between v)
- 2014-09-16 13:34:49下载
- 积分:1