-
RunFaceRecog
说明: 基于matlab的人脸识别程序,可以实现简单的人脸识别功能,算法基于LDA(linear discriminant analysis)(Matlab-based face recognition program, you can achieve a simple face recognition algorithm based on LDA (linear discriminant analysis))
- 2011-02-21 16:47:06下载
- 积分:1
-
Capon
暑假作业,千方百计查询资料才做出来的,包括相关文章和代码,希望对其他人有用(Summer homework, do everything possible to query data to do it, including related articles and code, and I hope its useful to others)
- 2012-07-24 22:16:51下载
- 积分:1
-
eg13-tishengxingneng
《MATLAB神经网络30个案例分析》中的第13个例子,案例13 SVM神经网络中的参数优化---提升分类器性能。希望对大家有一定的帮助!(The MATLAB neural network analysis of 30 cases of example, 13 cases of 13 SVM parameters optimization of neural network classifier performance- ascension. Hope to have certain help to everybody!
)
- 2013-09-20 16:09:26下载
- 积分:1
-
matsig-0.2.5
基于matlab的面向对象的信号处理类库。主要应用于音频、语音信号的一些处理。内含简单的使用说明,将其添加到matlab搜索路径即可使用。(Matlab-based object-oriented signal processing class library. Mainly used in audio, voice signals in a number of treatment. Contains simple instructions to add it to matlab search path to use.)
- 2008-03-17 23:34:38下载
- 积分:1
-
IS-95basebandsimulation
This packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate.
The simulation is written for static channel and AWGN noise. The packet include:
1) Packet Builder (Viterbi Encoding, Interleaver, PN generation)
2) Modulator (RRC filter)
3) Demodulator (Matched Filter, RAKE receiver)
4) Receiver (HD or SD) (Deinterleaver, Viterbi Decoder).
You should run "Simulation.m" function that include all modules(This packet is a IS-95 baseband simulation for a channel data rate of 9.6 KBps. The simulati on is written for static channel and AWGN noise. The packet include : 1) Packet Builder (Viterbi Encoding. Interleaver. PN generation) 2) Modulator (RRC filter) 3) Dem odulator (Matched Filter, RAKE receiver) 4) Receiver (HD or SD) (Deinterl eaver. Viterbi Decoder). You should run "Simulation. m "function that include all modules)
- 2006-05-27 12:59:04下载
- 积分:1
-
demo_rbpf_gauss
PF and RBPF for conditionally Gaussian JMLS.
(PF and RBPF for conditionally Gaussian JML S.)
- 2006-12-06 18:19:33下载
- 积分:1
-
ch_eq
MATLAB CODE FOR CHANNEL EQULIZATION USING MATCHED FILTER
- 2013-11-20 13:52:56下载
- 积分:1
-
beibaowenti
有N件物品和一个容量为V的背包。第i件物品的费用是c,价值是w。求解将哪些物品装入背包可使这些物品的费用总和不超过背包容量,且价值总和最大。(There are N items and a knapsack capacity of V' s. No. i is the cost of items c, the value of w. Solving items into the backpack which will enable the cost of these items does not exceed the sum of the capacity of backpack, and the sum of the maximum value.)
- 2009-05-07 22:10:10下载
- 积分:1
-
m4k20power
ofdm系统中功率自适应分配算法研究的matlab源代码(k=20)(ofdm Power System Adaptive Algorithm for the distribution of the source code Matlab (k = 20))
- 2007-06-12 22:22:07下载
- 积分:1
-
fit_mix_2D_gaussian
fit_mix_2D_gaussian - fit parameters for a 2D mixed-gaussian distribution using EM algorithm
format: [u,covar,t,iter] = fit_mix_2D_gaussian( X,M )
input: X - input samples, Nx2 vector
M - number of gaussians which are assumed to compose the distribution
output: u - fitted mean for each gaussian (each mean is a 2x1 vector)
covar - fitted covariance for each gaussian. this is a 2x2xM matrix.
t - probability of each gaussian in the complete distribution
iter - number of iterations done by the function
- 2011-02-09 19:04:25下载
- 积分:1