-
PakToBmp
算法VC调用matlab中定义的.m文件中的函数的实例(VC algorithm called defined in Matlab. M document examples of the function)
- 2005-05-30 01:20:44下载
- 积分:1
-
small
说明: 声波方程正演模拟小模型波场绘制。只有一层,震源在中间。C程序,Matlab绘图。(Acoustic wave equation forward modeling small-scale model wave field rendering. Only one layer, source in the middle. C program, Matlab graphics.)
- 2009-08-25 09:28:04下载
- 积分:1
-
feature-selection-master
最小冗余最大相关性(MRMR)(MRMR.M)
需要外部库。详情请见MRMR。下载一个更新版本的互信息工具箱
偏最小二乘(PLS)回归系数(ReGCOEF.m)
使用MATLAB统计工具箱中的PLSReress
ReliefF(分类)和RReliefF(回归)(ReleFracePr.M.)
从Matlab STATS工具箱中包装Releff.m。这是Matlab R2010B以后提供的。
ReliefF的另一个选择是使用ASU特征选择工具箱中的代码。这使用WEKA工具箱的ReleFEF,因此需要额外的库。请参阅相应的文档。
费雪评分(Fisher评分)
围绕ASFS特征选择工具箱围绕FSFisher。M(Minimum Redundancy Maximum Relevance (mRMR) (mRMR.m)
Needs external library. See mRMR.m for details.
Download a newer version of the mutual information toolbox
Partial Least Squares (PLS) regression coefficients (regCoef.m)
Uses plsregress.m from MATLAB statistics toolbox
ReliefF (classification) and RReliefF (regression) (relieffWrapper.m)
Wraps around relieff.m from the MATLAB stats toolbox. This is available MATLAB r2010b onwards.
Another option for ReliefF is to use the code from ASU Feature Selection toolbox. This uses ReliefF from weka toolbox and hence needs additional libraries. Please see the corresponding documentation.
Fisher Score (fisherScore.m)
Wraps around fsFisher.m from the ASU Feature Selection toolbox)
- 2020-07-22 09:48:44下载
- 积分:1
-
RD
说明: 在雷达成像中运用最基本的距离多普勒算法实现雷达成像(At the most basic use of radar imagery from the Doppler radar imaging algorithm implementation)
- 2009-04-07 21:24:21下载
- 积分:1
-
English_OCR_Using_Autocorrelation
本代码为Matlab英语字母和数字识别代码,使用autocorrelation算法.代码在Matlab7.0中运行成功,对于字体单一的情况,处理效果较好。(OCR for English & number based on Autocorrelation.)
- 2009-05-23 14:46:57下载
- 积分:1
-
left-crusion
消除左递归,包括自上而下的非递归分析和自上而下的分析(Eliminate left recursion, including non-recursive top-down analysis and top-down analysis)
- 2013-11-15 19:47:57下载
- 积分:1
-
MATLAB7.0inDigitalSignalProcessing
MATLAB7.0在数字信号处理中的应用本书针对广泛的信号处理领域,详细介绍了MATLAB7.0提供的信号处理工具箱函数及其使用(MATLAB7.0 book in digital signal processing applications in signal processing for a wide range of areas, detailing MATLAB7.0 Signal Processing Toolbox provides functions and their use)
- 2014-01-16 20:02:59下载
- 积分:1
-
rakeica_sumee_matlab
rake ica receiver
This program generates the Walsh Functions and does the job of a
Code Division Multiple Access (CDMA) Transmitter and Receiver
- 2020-10-20 10:17:25下载
- 积分:1
-
kalman_filter
说明: 卡尔曼滤波,对一组数据滤波。也可以自己修改针对矩阵形式(Kalman filter, a set of data filtering. You can make changes to the form for the matrix)
- 2011-04-12 11:44:27下载
- 积分:1
-
lorentzfit
= lorentzfit (× )
lorentzfit 符合输入(× )与罗伦兹功能的形式
“ (× )= 1 / ((- 2)^ 2 + 3号)
输入
:因变量值[ 是] (× )
× :独立变量的值
输出功率
一:名单[ 1 2 3 ] 罗伦兹参数
示例
× = - 16:0.1:35
= 19.4 / ((- 7)^ 2 + 15.8)+ randn (大小(× )/ 10 )
= lorentzfit (× )
杰瑞德·威尔斯
11 / 15 / 11
杰瑞德威尔斯[ 点] [在] [ 点] 教育公爵(a = lorentzfit(y,x)
LORENTZFIT fits the input Y(X) with a Lorentzian function of the form
Y (X) = A1./((X- A2).^2+ A3)
INPUTS
Y : Dependent variable values [Y(X)]
X : Independent variable values
OUTPUT
A : List of Lorentzian parameters [A1 A2 A3]
EXAMPLE
x =-16:0.1:35
y = 19.4./((x- 7).^2+ 15.8)+ randn(size(x))./10
a = lorentzfit(y,x)
Jered R Wells
11/15/11
jered [dot] wells [at] duke [dot] edu)
- 2012-05-02 20:28:43下载
- 积分:1