-
dsb
对通信信号的调制,AM、DSB、SSB,现在介绍DSB的算法,即源代码。(Modulation of communication signals, AM, DSB, SSB, DSB will now describe the algorithm, that is the source code.)
- 2010-10-26 20:47:08下载
- 积分:1
-
cany
Canys edge detection algorith implemented.
- 2011-02-09 13:27:50下载
- 积分:1
-
2222
说明: 关于亚像素边缘检测的一些文章,感觉比较有用(Subpixel edge detection on some articles, I feel more useful)
- 2011-03-11 11:25:42下载
- 积分:1
-
Matlab
Matlab命令大全,很全面地包涵了Matlab的命令,方面学习查询。(Matlab order Daquan, very comprehensive bear the Matlab command, in learning about the query.)
- 2013-11-10 22:49:37下载
- 积分:1
-
pca
pca数据降维程序,包括取均值、计算协方差矩阵等详细步骤。(the pca Data dimensionality reduction procedures, including averaging, calculated covariance matrix detailed steps.)
- 2013-05-05 20:36:22下载
- 积分:1
-
xiaobo4cengfenxi
小波分析,对振动信号的分析,用于提取故障特征。(Wavelet analysis, the analysis of vibration signals for extracting fault feature.)
- 2013-12-28 18:02:38下载
- 积分:1
-
correlation2
相关函数
两个数组相关
涉及两个正变换和一个反变换(Correlation function related to the two arrays are involved in both transformation and an anti-transformation)
- 2010-10-22 20:10:18下载
- 积分:1
-
ofdmsimulation
对ofdm系进行了仿真,信号的传输过程和接收过程(simulation of ofdm system ,include signal transmission ,reception)
- 2009-06-05 19:03:01下载
- 积分:1
-
GA
说明: 用matlab实现的基本遗传算法、顺序选择遗传算法、适值函数标定的遗传算法、大变异遗传算法、自适应遗传算法、双切点交叉遗传算法、多变异位自适应遗传算法(Using matlab realize the basic genetic algorithm sequentially selects genetic algorithm, fitness function of the genetic algorithm calibration, large mutation genetic algorithm, adaptive genetic algorithm, double cut-point crossover genetic algorithm, adaptive genetic algorithm changeable ectopic)
- 2013-08-04 11:56:32下载
- 积分:1
-
How-Use-ODE45-to-solve-Boundary-Value-ODE
In MATLAB, usually we use function bvp4c() to solve boundary value problem (BVP) of ODE. However, we also can use function ode45() to solve BVP of ODE too. However, ode45() needs all initial values at one point. Therefore we have to construct an auxiliary function, whose input argument is the missing initial value and the return output is the given boundary value, Then we can call function fsolve() to get the missing initial value. This method is particularly efficient it the ODE has one or more parameters. Also this method is essentilal for GNU Octave, because whose function bvp4c() is not programmed for parameter ODE yet.
- 2012-06-24 04:37:26下载
- 积分:1