-
gui_wave_13_8
gui界面的设计和如何使用,一些关于matlab的例子。(gui interface design and how to use, some on the matlab example.)
- 2011-04-20 22:02:52下载
- 积分:1
-
Basic-matlab-codes
Basic codes no matlab for engineer
- 2013-05-03 18:30:34下载
- 积分:1
-
123456wavelet_s_layer_2
关于压缩感知的单层小波变换的,对低频部分保留传输,高频部分进行观测从而达到压缩的目的(On compressed sensing single wavelet transform, the low frequency part of the reserved transmission, the high-frequency part of the observations so as to achieve the purpose of compression)
- 2014-01-15 21:20:30下载
- 积分:1
-
ldpc(in_matlab)
说明: 基于matlab的LDPC码的encoding和decoding的程序,强烈推荐初学者学习参考(Matlab based on the LDPC code encoding and decoding procedures, strongly recommended reference for beginners to learn)
- 2008-11-02 16:19:52下载
- 积分:1
-
crf_trees.v0.11
决策树源代码,用matlab语言编写的,适用于分类及相关问题的分析(Decision tree source code, written with matlab language, suitable for classification and analysis of the related problem)
- 2014-10-23 19:32:51下载
- 积分:1
-
quadrature-phase-shift-keying
This is the source code for various digital modulation schemes(QAM,MSK,DPSK,MFSK,QPSK)
- 2015-04-20 19:34:25下载
- 积分:1
-
MATLAB
matlab的编程书籍。。强烈推荐。。。。(matlab programming books. . Highly recommended. . . .)
- 2011-01-11 17:17:34下载
- 积分:1
-
CDate
主要编写的是一个是期类,包括日期的加法,减法,大于符号,小于符号的重载,和一些常用符号的重载,及日期类的一些常见运算(Is mainly written in a period of class, including the date of addition, subtraction, greater than symbol, less than symbols overloaded, and some common signs of overload, and the date of the class some common operations)
- 2011-01-15 18:51:46下载
- 积分:1
-
modul3_FDTD
1dfdtd dennis‘s book
- 2011-09-26 15:32:39下载
- 积分: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