-
RealTimeWorksforUsewithSIMULINK
说明: 一篇关于SIMULINK实时设计的文章,很不错的资料,互相学习一下吧。(SIMULINK real-time design of an article on the article, very good information, learn from each other about it.)
- 2008-11-14 20:20:21下载
- 积分:1
-
DSP-Matlab_Programs
说明: 数字信号处理(机械工业出版社)的源码,7章介绍IIR滤波器设计和matlab源码,8章介绍FIR滤波器设计和matlab源码,9章介绍自适应(LMS,NLMS,RLS,LMS的快速算法)滤波器设计和matlab源码,希望帮助有需要的朋友(digital signal processing (Machinery Industry Press), the source, Chapter 7 IIR filter design and Matlab source, Chapter 8 FIR filter design and Matlab source, adaptive Chapter 9 (LMS, NLMS, RLS, the fast algorithm LMS) filter design and Matlab source, in order to help a friend in need)
- 2006-05-09 01:47:35下载
- 积分:1
-
ImprovedDL
这是一篇SCI文章《改善字典学习:多字典更新和系数重用》里的Matlab代码,包含了OMP、Batch-OMP、CoROMP等匹配跟踪算法代码以及改进的K-SVD字典学习算法代码,是图像稀疏表示研究方向重要的源代码,有助于大家学习和改进。(This file folder reproduces the Figures for paper:"Improving Dictionary Learning: Multiple Dictionary Updates and Coefficient Reuse".It contains codes of the OMP, Batch code- OMP, CoROMP matching pursuit algorithm and improved K- SVD dictionary learning algorithm ,This is the important source code of image sparse representation ,which can help you learn and improve.
)
- 2013-07-18 15:42:19下载
- 积分:1
-
qxjz
一个基于最小二乘法的倾斜校正的matlab程序 (a least-squares method based on the tilt correction procedures Matlab)
- 2007-03-14 14:46:54下载
- 积分:1
-
ZHIJIEFA
这里讲述的是matlab的线性方程直接法问题,含有多个程序可提供给大家参考
(About matlab direct method of linear equations, containing more than one program can be provided for your reference)
- 2013-04-26 23:03:19下载
- 积分:1
-
qqq
遗传算法的每个步骤的包含交叉、复制、变异、选择的源代码(failed to translate)
- 2013-05-04 16:13:20下载
- 积分:1
-
Software-radio-GSM
在MATLAB下的一个对基带信号的采样变频至中频。GSM基站的接收频段为890~915 MHz。(A baseband signal sampling frequency to frequency under MATLAB. Receiving frequency band GSM base station is 890 ~ 915 MHz.)
- 2015-04-07 20:46:31下载
- 积分:1
-
regional-a-node-encoding
有限元 混合边界泊松方程 区域编码 局部编码 节点总体编码 影响元素集和影响节点集 Matlab源程序(Matlab code for Poisson equation with mixed boundary condition)
- 2013-05-24 17:19:27下载
- 积分:1
-
NR_power-Flow
x0 = ones(2,2) Make a starting guess at the solution
options = optimset( Display , off ) Turn off Display
[x,Fval,exitflag] = fsolve(@myfun,x0,options)
The solution is
x =
-0.1291 0.8602
1.2903 1.1612
Fval =
1.0e-009 *
-0.1619 0.0776
0.1161 -0.0469
exitflag =
1
and the residual is close to zero.
sum(sum(Fval.*Fval))
ans =
4.7915e-020
- 2014-02-22 08:37:54下载
- 积分:1
-
practice
GUI设计,人机界面友好,程序简单实用。matlab初学者可以看看。(GUI design)
- 2014-08-08 07:12:19下载
- 积分:1