搜索资源列表
pll-linear
- 该程序描述了二阶锁相环的环路滤波器的设计和线性模型分析-The program describes the second-order PLL loop filter design and linear model analysis
Book-linear-robust-control
- 线性鲁棒控制的经典书!主要是Hinf控制理论,对初学者很有帮助的-Linear Robust Control of a classic book! Mainly Hinf control theory, useful for beginners
linear-DFE-MLSE-Equalizer
- Matlab程序,用于比较线性均衡器、判决反馈均衡器(DFE)、盲最大似然序列估计均衡器(MLSE)等误码率性能。-Matlab procedures used to compare the linear equalizer, decision feedback equalizer (DFE), Blind maximum likelihood sequence estimation equalizer (MLSE), such as
Gray-linear-transformation-function-implementation
- 灰度线性变换函数实现,在数字图像领域有广阔的应用-Gray-linear transformation function implementation in the field of digital image has broad application
pmac-linear-motor
- 毕业设计的一个PMAC源码,用来控制直线电机,实现 光栅尺寻零, 并根据输入频率控制直线电机 产生正弦振荡-Designed as a graduate PMAC source, used to control the linear motor, achieve Grating find zero, and in accordance with an input frequency control of linear motors ha
linear
- 手写体识别中,对于阿拉伯数字的识别。常用的模式分类方法都可以应用。这个小程序使用的方法是线性判别分析-Handwriting recognition, for identification of Arabic numerals. Commonly used pattern classification methods can be applied. This small program uses the method is linear
Linear-matrix-neural-network
- 线性神经网络的MATLAB程序编写,实现神经网络功能-Linear-matrix-neural-network
linear
- C++ Parallel program with MPI to solve a linear equation system
linear-category
- 本程序主要是对线性判别函数分类器进行实现。-Linear discriminant function classifier achieved.
Numerical.Linear.Algebra.Lloyd.Trefethen.and.David
- 本书是一本数值线性代数的导论性著作,作者深刻阐述了数值代数的基本思想,加上他们清新、引人入胜的写作风格,使得本书成为本领域的经典之作-This book is an introductory numerical linear algebra book, the author expounded the basic idea of numerical algebra, together with their fresh, engaging
applied-numerical-linear-algebra.J.W.Demmel
- 应用数值线性代数,此书更集中于最近的发展和计算机总体结构的考虑,在数学基础方面略有欠缺。-Numerical linear algebra, this book is more focused on recent developments and consider the overall structure of the computer, in a slight lack of mathematical foundation.
linear-algebra-jim-heffron
- Linear algebra Jim-Hefferon with sol
linear-program-java
- 线性规划中的单纯形法的java实现,代码有测试类,还有实现类-Linear programming simplex method in java, the code is a test class, as well as the implementation class
Second-order-switched-linear-system-
- 二阶线性切换系统稳定切换律的设计与仿真的源程序 -Second-order switched linear system is stable and the design and simulation of switching law
piecewise-linear
- Digital image processing, polygonal approximation piecewise-linear method
linear-block-code
- 本程序可以正常下载,运行。线性分组码定义,对于长度为n的二进制分组码,可以表示成(n,k),通常用于前向纠错。在分组码中,监督位加到信息位之后,形成新码,在编码中,k个信息位,被编为n位长度,(n-k)个监督码的作用是实现检错和纠错。-linear block code
LINEAR-ALGEBRA-DONE-RIGHT-2nd-ed
- 描述线性算子的结构是线性代数的中心任务之一,传统的方法多以行列式为工具,但是行列式既难懂又不直观,其定义的引入也往往缺乏动因。本书作者独辟蹊径,抛弃了这种曲折的思路,把重点放在抽象的向量空间和线性映射上,给出的证明不使用行列式,更显得简单而直观。本书把行列式的内容放在了最后讲解,开辟了一条理解线性算子结构的新途径。书中还对一些术语、结论、证明思路、提及的数学家做了注释,增加了行文的趣味性,便于读者掌握核心概念和思想方法。 本书起
algorithms-for-linear-problems
- 线性方程的迭代法,集合了Jacobi,Gauss-Seidel,SOR三种方法,还有针对泊松方程的SOR方法-Programs to solve linear problems.Four algorithms are included.They are Jacobi,Gauss-Seidel,SORand SOR for Poisson
Linear Regression
- Linear Regression for matlab
linear classifier
- 实现简单的线性分类器,包括图形界面可视化结果(To achieve a simple linear classifier)