-
adaptiveequalisersandsmartantennasystems
adaptive equalisers and smart antenna systems
一篇学位论文,介绍了蜂窝电话系统,自适应均衡,阵列天线系统,并给出了matlab仿真源代码(adaptive equalizers and smart antenna sys tems a graduate thesis on the cellular telephone system, adaptive equalization, array antenna system, given Matlab simulation source code)
- 2007-01-09 15:59:32下载
- 积分:1
-
Mahalanob
用于计算马氏距离,并可以用于优选近红外光谱的校正集和预测集(used in the calculation of the Mahalanobis distance, and can be used for optimization of near-infrared spectroscopy calibration set and the prediction)
- 2007-05-11 21:16:11下载
- 积分:1
-
Mathematics
本书描述了matlab的一些使用方法和对一些算法的简要介绍(This book describes some use matlab and a brief description of some algorithms)
- 2011-08-15 09:39:31下载
- 积分:1
-
MATLABcommon-algorithms
MATLAB语言常用算法程序集 龚纯 2008 完整版(MATLAB algorithms commonly used in assembly language)
- 2013-05-17 16:24:58下载
- 积分:1
-
circfit
这是本编写的一个基于均值法的圆拟合程序,可以直接使用(This is the preparation of a law based on the average circle fitting procedures, can be directly used)
- 2009-03-18 16:32:55下载
- 积分:1
-
alternative
Alternative inline assembly for SMP.
- 2014-09-21 17:39:15下载
- 积分:1
-
信噪比和均方
如题,很简单的小工具,信噪比snr和均方mse的MATLAB代码。(As topic,a very simple tool, SNR and MSE MATLAB code.)
- 2020-06-19 01:40:01下载
- 积分:1
-
Fuzzy_Windup
Fuzzy reset Anti_windup of PID controler simulation
- 2010-12-31 11:58:23下载
- 积分:1
-
read_layer
批量处理NC文件的IDL pro
因为某些数据以月为单位存放,故利用这一程序可将对应的层次的时间序列进行整合,以便做进一步的气候统计分析(Batch NC file via IDL)
- 2011-01-12 13:28:27下载
- 积分: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