-
fpr
source code for fuzzy hmm 2-d in DIP
- 2010-09-01 21:15:29下载
- 积分:1
-
csd_of_communication_signals
对数字调制信号计算循环谱相关,并画出三维图以及二位截面图(Digital modulation signal to the cycle spectral correlation calculation, and draw three-dimensional map, as well as two sections)
- 2009-05-07 10:17:15下载
- 积分:1
-
multi-level-voltage-svpwm-space-vector-control-al
multi-level voltage svpwm space vector control algorithm for motor controlmulti-level voltage svpwm space vector control algorithm for motor controlmulti-level voltage svpwm space vector control algorithm for motor controlmulti-level voltage svpwm space vector control algorithm for motor control
- 2013-10-25 03:35:27下载
- 积分:1
-
vcbffndh
matlab程序运行时导入数据文件作为输入参数,是路径规划的实用方法,用MATLAB实现的压缩传感,用于信号特征提取、信号消噪,多姿态,多角度,有不同光照,时间序列数据分析中的梅林变换工具。( Import data files as input parameters matlab program is running, Is a practical method of path planning, Using MATLAB compressed sensing, For feature extraction, signal de-noising, Much posture, multi-angle, have different light, Time series data analysis Mellin transform tool.)
- 2016-03-07 21:56:52下载
- 积分:1
-
Matlab100cases
MATLAB算法_Matlab实用程序百例(MATLAB algorithm utility _Matlab 100 cases)
- 2009-03-22 16:31:46下载
- 积分:1
-
ACATSP
利用MATLAB编写蚁群算法求解城市最佳路线的一个例子(Ant colony algorithm for an example of the city the best route)
- 2012-05-04 21:43:42下载
- 积分:1
-
simulation_of_outer_race_fault
轴承外圈故障仿真的信号,简单实用,欢迎朋友提供内圈,滚动体,保持架仿真信号!(Signal of Bearing Outer Ring Fault Simulation)
- 2021-03-23 17:39:15下载
- 积分:1
-
ModernSensors2007
Pavel Ripka, Alois Tipek. Modern Sensors Handbook 2007
- 2010-07-13 13:26:36下载
- 积分: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
-
acwmf.m
The proposed filter is able to suppress
high-density of salt-and-pepper noise, at the same time
preserving fine image details, edges and textures well.
- 2012-03-31 12:17:19下载
- 积分:1