-
image_read_save_enforce
说明: 图像读取子程序
图像保存子程序
频域增强子程序(Save the image to read the image subroutine subroutine subroutine enhanced frequency domain)
- 2011-04-13 20:41:28下载
- 积分:1
-
qietiu
毕业设计有用,供做算法研究人员参考,小波包分析提取振动信号中的特征频率。( Graduation useful Algorithm for researchers to do reference, Wavelet packet analysis to extract vibration signal characteristic frequency.)
- 2016-08-29 17:21:41下载
- 积分:1
-
Cooperative_Diversity_in_Wireless_Networks
无线网络的中继节点协作分集研究源代码,包括多种接收端技术(Relay nodes in wireless networks of cooperative diversity source code, including a variety of receiver techniques)
- 2010-07-05 23:42:59下载
- 积分: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
-
MultiWiiV1_7
基于 Matlab 的积分分离 PID 控制 算法及仿真 摘 要 MATLAB 是一种集数值计算、符号运算、可视化(flying car)
- 2013-10-11 13:55:27下载
- 积分:1
-
Wind_Turbine
一个不错的风力机模型,能够很好的反应风力发电机的输出特性曲线,不是matlab内部自带的demo文件(A good wind turbine model, wind turbines can be a very good response to the output characteristic curve, is not within the built-in demo file matlab)
- 2011-07-05 20:39:18下载
- 积分:1
-
Onduleur_tri_3niveaux
Abstract—This paper investigates the performance of a 4-switch
- 2012-01-05 09:09:39下载
- 积分:1
-
DoubleFrequzeOneSource
矢量水听器倍频窄波束算法 原创 对传统的波束响应进行的改进算法(Vector Hydrophone octave narrow-beam algorithm originality of traditional beam response of the improved algorithm)
- 2020-11-08 16:29:48下载
- 积分:1
-
TechniquesofModelBasedControl-Softwarefordesignand
设计调整MIMO系统的控制软件,适合链路级平台所使用(design adjustments MIMO system control software, link-level platform suitable for use)
- 2007-01-10 16:40:52下载
- 积分:1
-
beijing03
背景提取,迭代法(Surendra算法);即采用帧差的方法,一帧图像减去前一帧图像,即可以对比得到图像中变化(移动)的区域,扣除移动的区域,即得到不动的背景。采用多帧图像迭代的方法,得到更加准确的背景。(Background extraction, iterative method (Surendra algorithm) frame difference method is used, an image by subtracting the previous frame, which can receive the image contrast change (movement) of the area, less the area of movement, that is obtained immovable background. Multi-frame image iteration method, to be more accurate background.)
- 2013-05-23 20:12:17下载
- 积分:1