-
rddata
心电信号检测及其前期处理,心电信号检测及其前期处理(ECG testing and pre-processing, ECG detection and pre-processing)
- 2009-04-13 17:32:54下载
- 积分:1
-
CHAP7
digital communication answers chapter 7
- 2009-04-25 14:42:22下载
- 积分:1
-
fit_maxwell_pdf
fit_maxwell_pdf - Non Linear Least Squares fit of the maxwellian 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) = sqrt(2/pi)*(a^(-3/2))*(r^2)*exp(-(r^2)/(2*a))
with parameter: a
format: result = fit_maxwell_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
if h is given empty, a figure is created.
output: result - structure with the fields
a - 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:02:55下载
- 积分:1
-
mianyichengxu
基于免疫网络模型的免疫算法源程序,MATLAB编程,仅供大家参考(based on the immune network model immune algorithm source code and MATLAB programming, is for your reference)
- 2007-04-14 10:48:46下载
- 积分:1
-
APIT
Range-Free Localization Schemes for Large Scale
- 2011-08-08 18:51:45下载
- 积分:1
-
50-cases-of-MATLAB-motor-
使用matlab中simulink仿真电机控制的初学者,可以看看(Matlab motor control simulation for beginners, you can download a look)
- 2013-10-17 19:13:27下载
- 积分:1
-
Color-Tracking-Code
This matlab code helps to track color using matlab algortihm. this is a image processing programming code to develop automatic color detection applications.
- 2013-12-01 12:13:35下载
- 积分:1
-
costas
用matlab写的costas环的仿真程序。costas环滤波器常用于提取相干载波来进行解调。(Costas loop simulation program written in matlab. costas loop filter is commonly used in the extraction of coherent carrier to the demodulator.)
- 2012-04-02 16:37:23下载
- 积分:1
-
xiaobo7wavelet
用小波函数进行分解与重构信号,通过重构信号在进行基音检测的运算(Wavelet function decomposition and reconstruction signal through the reconstructed signal during operation pitch detection)
- 2013-05-22 14:31:35下载
- 积分:1
-
wavelet
此程序用提升法实现第二代小波变换
用的是非整数阶小波变换
采用时域实现,步骤先列后行
正变换:分裂,预测,更新;
反变换:更新,预测,合并
只做一层(可以多层,而且每层的预测和更新方程不同)(This procedure achieved by lifting the second generation wavelet transform with a non-integer order wavelet transform time-domain realization of transformation steps, then over are: split, predict, update inverse transform: Update, forecasting, consolidation only a layer of ( can be multi-layer, and each prediction and update equations are different))
- 2010-09-27 10:33:43下载
- 积分:1