-
PCA-in-2D
UFLDL中,pca in 2D 的代码,运行结果与提示结果一致(UFLDL,pca in 2D )
- 2014-12-11 19:55:25下载
- 积分:1
-
power_Hbridge
双向全桥DC_DC变换器MATLAB/simulink仿真模型(Bi-directional full-bridge converter DC_DC MATLAB/simulink simulation model)
- 2015-03-23 10:01:24下载
- 积分:1
-
bvp4c2
matlab求解高阶偏微分方程边界问题,包括bvp4c.m,license.txt和(matlab solving warned partial differential equations of the border issue, bvp4c,sparse2.mexw32)
- 2012-11-24 20:23:06下载
- 积分:1
-
ezwmatlab
source code of embedded zero tree wavlet transform
- 2012-02-03 03:39:48下载
- 积分:1
-
IR-bandpass-filter-with-entrance-signals
This program Is an IR bandpass filter which filters the signal that is needed for processing.
- 2014-01-29 08:34:54下载
- 积分:1
-
RayleighDamping
已知刚度矩阵和质量矩阵求阻尼矩阵,根据瑞利阻尼求,可用于有限元分析中。(Known stiffness matrix and mass matrix Damping matrix, according to Rayleigh damping demand, they can be used for finite element analysis.)
- 2016-04-26 20:21:06下载
- 积分:1
-
proj03_04
homework 3-4 is difficult
- 2011-11-09 18:55:43下载
- 积分:1
-
1
说明: 齿轮箱故障诊断中振动信号是非线性、非平稳的,所以在分析振动信号之前需要对信号进行平稳化处理,该段是EMD分解的程序。(Gearbox Fault Diagnosis vibration signal is nonlinear, non-stationary, so before analyzing vibration signals the need for a smooth signal processing, the segment is the EMD program.)
- 2014-12-07 10:46:12下载
- 积分:1
-
project-coding-for-turbo-ofdm
mimo ofdm project work
- 2011-12-20 13:13:40下载
- 积分:1
-
fit_rayleigh_pdf
fit_rayleigh_pdf - Non Linear Least Squares fit of the Rayleigh distribution.
given the samples of the histogram of the samples, finds the distribution parameter that fits the histogram samples.fits data to the probability of the form: p(r)=r*exp(-r^2/(2*s))/s
with parameter: s
format:result = fit_rayleigh_pdf( x,y,W,hAx )
input: y - vector, samples of the histogram to be fitted
x - vector, position of the samples of the histogram (i.e. y = f(x,a))
W - matrix or scalar, a square weighting matrix of the size NxN where
N = length(y), or 0 to indicate no weighting is needed.
hAx - handle of an axis, on which the fitted distribution is plotted
output: result - structure with the fields
s - fitted parameter
VAR - variance of the estimation
type- weighted LS or not weighted LS
iter- number of iteration for the solution
- 2011-02-09 19:13:28下载
- 积分:1