-
POWER-FLUX-STEVENSON
POWER FLUX
IS THE EXAMPLE FROM STEVENSON
THIS DOCUMENTO IS SO GOOD
- 2013-01-23 00:35:04下载
- 积分:1
-
duomubiaosuanfa
多目标遗传算法实现代码,基于matlab(Multi-objective genetic algorithm code, based on matlab)
- 2013-12-06 22:57:37下载
- 积分:1
-
xiaobo
对图像进行多级小波分解、重构。可用于提取图像的背景噪声(Multi-level image wavelet decomposition and reconstruction. Can be used to extract image background noise)
- 2010-08-12 16:46:10下载
- 积分:1
-
pronyidentification
用于进行prony模态识别,注意这里含有文件处理的过程,在时域中效果很好(prony estimation)
- 2009-05-10 10:38:31下载
- 积分:1
-
BPSK_Simulation
BPSK调制和解调,matlab环境下仿真实现(BPSK modulation)
- 2010-01-02 21:02:15下载
- 积分:1
-
3x3-neighbor-pixel
Description
All the filters have needed neighbor data the current pixel in the image,here this function(res_window=cover_window(how many neighbor value for row ,how many neighbor value for column ,input image) produce the result( res_window(row,col,total size))
input
inp_img=2d data(row * col)
w=cover size
w=[3 3] = 3x3 cover pixel generation
output
o_img=result 3d
o_img(w(1),w(2),r*col)
if
inp_img=[1 2 3 4 5 6 ]
w=[3 3]
Soloution
it will construct new image
new_img=[0 0 0 0 0 0 1 2 3 0 0 4 5 6 0 0 0 0 0 0]
result
o_img(:,:,1)=[0 0 0 0 1 2 0 4 5]
o_img(:,:,2)=[0 0 0 1 2 3 4 5 6]
finally
o_img(1:3,1:3,6)
example
a=imread( pears.png )
b=rgb2gray(a)
c=cover_window( b,[3 3]) 3x3 window construction
- 2014-10-24 17:14:14下载
- 积分:1
-
variance
方差分析法
应用统计学家Fisher在20世纪20年代最先提出了可同时比较多个正态总体均值是否相等的方差分析法。
本文通过几个案例来讲解方法分析法的应用(Analysis of variance application statistician Fisher first proposed in the 1920s, can simultaneously compare multiple normal population mean is equal to the analysis of variance. In this paper, several cases to explain the application of the method of analysis)
- 2013-04-16 15:50:33下载
- 积分:1
-
fun_fft2
快速傅里叶变换实用程序,使用matlab内置函数库(Fast Fourier Transformation)
- 2013-10-21 10:08:37下载
- 积分:1
-
matlab
一本很好的matlab实现的最优化的电子书。(Matlab achieve a good optimization eBook.)
- 2014-12-28 23:06:20下载
- 积分:1
-
EEMD
eemd的程序和论文,使用方法,都能很全,很不错(eemd program and papers,very good)
- 2021-04-06 22:09:02下载
- 积分:1