-
DCCA_zq
说明: 用于特征降维,特征融合,相关分析等多元数据分析的鉴别型典型相关分析(DCCA)Matlab代码实现。(For feature reduction, feature fusion, multivariate data analysis and correlation analysis based identification of canonical correlation analysis (DCCA) Matlab code implementation.)
- 2010-04-10 14:24:11下载
- 积分:1
-
jianju
如果阵元间距小于半波长,则阵元间会产生耦合。如果阵元间距大于半波长,则阵列上会现多余的旁瓣,从而降低天线阵列的性能。而当阵列间距选取为半波长时,所估测出的效果最优。(If the array element spacing is less than half wavelength, it will produce coupling between array elements. If the array element spacing is greater than half wavelength, the array will now be extra sidelobes, thus reducing the performance of the antenna array. When the array spacing is half wavelength selection, the best estimate the effect.)
- 2011-06-13 10:24:58下载
- 积分:1
-
alfa-beeta-zero
The Wind Farm (DFIG detailed model demo of the Distributed Resources application library does not simulathe demo that is missing. This file is normally d at the simulation start in order to define an initial state vector that starts the model in steady state.
- 2015-02-04 07:02:39下载
- 积分:1
-
code
2采用PCA对男女生样本数据中的身高,体重,喜欢数学,喜欢文学,喜欢运动,喜欢模式识别共6个特征进行特征提取(自己设定选取的特征个数),并基于所得到的特征采用SVM设计男女生分类器,并计算模型预测性能(包含SE,SP,ACC和AUC )。(2 using PCA for boys and girls in the sample data height, weight, like math, like literature, like sports, like common pattern recognition feature extraction feature 6 (wherein the number of the selected set itself), based on the obtained feature using SVM classifier design boys and girls, and calculating prediction performance model (including SE, SP, ACC and AUC).)
- 2017-04-10 11:43:49下载
- 积分:1
-
DateConvert
DateConvert:简单而快速的日期转换
DateConvert转换DATESTR(0)格式的日期向量或序列号和日期向后。
Matlab的DATENUM,DATEVEC和DATESTR接受各种不同意见,但结果他们是缓慢的。如果输入格式正是众所周知,转换可以更快:
DATENUM( 17 - 10 - 2009 11时08分23秒 ):2.97秒
DateConvert( 17 - 10 - 2009 11时08分23秒 , 号码 ):0.039秒
=>“1.3%(1000环,1.5GHz的奔腾- M的,利用Matlab 7.7)
DateConvert不*不*验证作为Matlab的日期函数输入日期:
DATEVEC( 32 - 2 - 2008 25:62:63 )的答复[2008 3 4 2 2 7]
DateConvert( 32 - 2 - 2008 25:61:67 , 载体 )的答复[2008 2 32 25 61 67]!
因此DateConvert几乎微不足道,但对速度进行了优化。我需要时间排序200 000邮票,并从217个减少到11秒的时间。
请运行单元测试TestDateVec检查的有效性和速度。
测试:利用Matlab 6.5,7.7,7.8,winxp的,32位。
纯Matlab代码,所以兼容性的MacOS,Linux操作系统,64位预期。
英语月份名称是必要的。(DateConvert: Simple but fast date conversion
DateConvert converts the DATESTR(0) format to a date vector or serial date number and backwards.
Matlab s DATENUM, DATEVEC and DATESTR accept a variety of inputs, but in consequence they are slow. If the input format is exactly known, the conversion can be much faster:
DATENUM( 17-Oct-2009 11:08:23 ): 2.97 sec
DateConvert( 17-Oct-2009 11:08:23 , number ): 0.039 sec
=> 1.3 (1000 loops, 1.5GHz Pentium-M, Matlab 7.7)
DateConvert does*not* validate the input date as Matlab s date functions:
DATEVEC( 32-Feb-2008 25:62:63 ) replies [2008 3 4 2 2 7],
DateConvert( 32-Feb-2008 25:61:67 , vector ) replies [2008 2 32 25 61 67] !
So DateConvert is nearly trivial, but optimized for speed. I needed it for sorting 200 000 time stamps and reduced the time from 217 to 11 sec.
Please run the unit-test TestDateVec to check validity and speed.
Tested: Matlab 6.5, 7.7, 7.8, WinXP, 32bit.
Pure Matlab code, so compat)
- 2010-07-05 11:59:46下载
- 积分:1
-
lorenz
此程序详细分析了LORENZ,利用GP算法进行了分析,其程序算法较快,有待继续改进(A detailed analysis of this process LORENZ, the use of GP algorithm is analyzed, the program algorithm faster, be to continue to improve)
- 2009-12-02 16:26:37下载
- 积分:1
-
modulation_function-askfskbpskqpsk
BPSK、QPSK、8PSK、FSK、ASK调制源码,本人初学MATLAB,用于简单调制方面。作为功能函数调用。对于MATLAB系统函数而言可能存在差距。(BPSK, QPSK, 8PSK, FSK, ASK modulation source, I am beginner MATLAB, for the simple modulation areas. As a function of function calls. MATLAB functions for the system in terms of the gap that may exist.)
- 2011-09-14 18:38:46下载
- 积分:1
-
image_fusion_tutorial_Michael_Heizmann
Image Fusion (A slide tutorial by Dr.-Ing Michael Heizmann.)
- 2009-09-28 20:00:13下载
- 积分:1
-
wavelet-MATLAB-code
实现以下功能:装载信号;完成信号的单尺度一维离散小波分解;从系数中重构低频部分和高频部分;显示高频和低频部分;由小波逆变换恢复信号;多层一维分解;提取系数的低频和高频部分;重构第3层的低频系数;重构第1、2、3、4、5层的高频信号;重构原始信号并显示(Achieve the following functions: load signal complete signal single-scale one-dimensional discrete wavelet decomposition reconstructed from the coefficients in the low frequency and high frequency display high-frequency and low frequency restored by the inverse wavelet transform signal multi-layer one-dimensional decomposition extraction coefficient of low frequency and high frequency reconstruction of 3-layer low-frequency coefficients reconstruction of the first layer of high-frequency signal 1,2,3,4,5 reconstruct the original signal and display)
- 2011-11-04 21:50:49下载
- 积分:1
-
dxt
测量三维显示包,可以绘制等高线,三维显示等开发未完成(Measuring three dimensional display, development is not complete)
- 2014-12-10 10:25:38下载
- 积分:1