-
FIRmatlab
介绍如何用matlab设计fir滤波器,很详细!!!!!!!!!!!!!!!!!(A great progress in the discipline of digital processing is the research on design method of digital filter. FIR digital filter plays a significant part in the processing of digital signal because it can realize linear phase so conveniently that the group delay doesn’t vary with frequency. In the modern electrical system, the FIR digital filter is applications for its good linear phase character.)
- 2010-10-01 19:16:54下载
- 积分:1
-
MATLAB_Programming_for_Engineers
MATLAB 编程
(第二版)菜鸟入门教材
(Stephen J. Chapman)邢树军 郑碧波 译(
MATLAB Programming for Engineers
(Second Edition))
- 2010-11-03 20:46:19下载
- 积分:1
-
Optimal-Estimation-of-Dynamic-System
说明: 经典最优统计的书,涉及到很多图像处理的方法,可以一读(09 CVPR article on the code to the fog, the classic image processing methods, you can change image to see different results.)
- 2011-03-07 13:54:36下载
- 积分:1
-
MATLAB-OFDM
OFDM技术及其MATLAB模拟的仿真与程序(OFDM technology and its MATLAB simulation and process simulation)
- 2010-05-18 20:50:10下载
- 积分:1
-
Flow_Shop_Scheduling_Problem
混合蛙跳算法程序,采用1、若干次运行取最优
2、增加进化代数maxgen
3、加大种群规模popsize。三种方法来可有效克服随机初始化带来的局部极小问题(Shuffled frog leaping algorithm, using one, several runs to take the best two, increasing evolution algebra maxgen 3, to increase the population size popsize. Three ways to effectively overcome local minima caused by random initialization problem)
- 2013-07-23 22:27:44下载
- 积分:1
-
ASC旁瓣相消
ASC旁瓣相消 基于MSE准则下的仿真图 线阵(ASC sidelobe cancellation based on the simulation map under the MSE criterion)
- 2021-02-03 09:39:59下载
- 积分:1
-
mJPEGzipa
matlab编程实现现JPEG的压缩和编码
(matlab programming now JPEG compression and coding)
- 2012-09-15 14:17:53下载
- 积分:1
-
lec5
Li near r egr essi on, acti ve learning
We arriv ed at the lo gistic regression model when trying to explicitly model the uncertainty
about the lab els in a linear c la ss ifier. The same genera l modeling approach p e rmits us to
use line ar predictio ns in var ious other co ntexts as well. The simplest of them is regress ion
where the go al is to pr e dict a con tin uous resp onse y
t ∈ R to e ach example ve ctor. Here
to o fo cusing on linear predictions won’t b e inherently limiting as linear predictions can b e
easily extended (ne xt lecture).
- 2013-12-02 14:38:57下载
- 积分:1
-
svmTrain
[model] = SVMTRAIN(X, Y, C, kernelFunction, tol, max_passes) trains an
SVM classifier and returns trained model. X is the matrix of training
examples. Each row is a training example, and the jth column holds the
jth feature. Y is a column matrix containing 1 for positive examples
and 0 for negative examples. C is the standard SVM regularization
parameter. tol is a tolerance value used for determining equality of
floating point numbers. max_passes controls the number of iterations
over the dataset (without changes to alpha) before the algorithm quits.
- 2013-05-14 08:53:31下载
- 积分:1
-
PatternRecognitionTask
这是一个用liblinear进行分类的例子,需要有liblinear环境(Using liblinear to do classification task)
- 2014-01-14 14:08:33下载
- 积分:1