-
ronghesuanfa
基于小波变换的模糊图像融合程序。是两幅图像的处理程序。(Based on the wavelet transform of fuzzy image fusion process)
- 2010-07-23 19:22:59下载
- 积分:1
-
suiji
一种求随机数的方法的实现,同余随机数,比混沌随机方法更好,能通过评测。(A Method for the Realization of the method of random numbers, random number with more than )
- 2010-05-12 00:30:38下载
- 积分:1
-
hrrqr
It is a QR decomposition method matlab function for rank revealingm atrix. It is a high rank reveling QR decompostion method.
- 2015-01-05 14:16:24下载
- 积分:1
-
l1_cs
对lena.map先分块处理,然后做cs变换,观测矩阵用随机高斯矩阵,重构算法用l1算法(On lena.map first block processed, and then do cs transform, random Gaussian matrix with the observation matrix, reconstruction algorithm algorithm using l1)
- 2010-08-16 17:50:26下载
- 积分:1
-
ImageProcessing
source code for image processing in matlab
- 2010-03-12 16:39:05下载
- 积分:1
-
1003
说明: 最短路径分析源码,使用Ao开发,可以准确的分析(Source shortest path analysis, using Ao development of an accurate analysis of)
- 2010-03-19 13:59:00下载
- 积分:1
-
PowerQuality
simulation power quallity in matlab simunik
- 2013-08-05 14:22:53下载
- 积分:1
-
FM
说明: 仿真FM系统的调制解调全过程,有相干解调,非相干解调,包括大小信噪比的分析,十分完整~包含程序以及仿真结果。都是自己完成的,还有写程序中的一些问题和心得,希望对大家有帮助(The whole process of simulation FM system modulation and demodulation, coherent demodulation, non-coherent demodulation analysis, including the size of the signal-to-noise ratio, very complete to contain the program as well as the simulation results. All their completion, as well as write programs in a number of issues and experiences, we hope to help)
- 2013-03-12 20:41:53下载
- 积分:1
-
G_P
此程序是用G-P算法计算关联维数Dc。
注意:一定要下载混沌工具箱后使用。(This procedure GP algorithm is the correlation dimension Dc. Note: Be sure to use the chaos toolbox download。)
- 2009-05-29 00:09:03下载
- 积分:1
-
histnorm
HISTNORM Histogram normalized
[...] = HISTNORM(...) works like HIST, but the frequency is normalized
so that area sum is 1.
Bonus usage!
[...] = HISTNORM(..., plot ) plots and returns the output arguments.
Be sure plot is the last argument.
Example:
data = randn (10000, 1)
[xo,no] = histnorm(data, 101, plot )
hold on
plot (no, normpdf(no), r )
hold off
See also: HIST.
- 2011-11-18 21:12:29下载
- 积分:1