-
MATLAB_pro
matlab 仿真实例,对于matlab仿真具有很重要的意义(matlab simulation, matlab simulation for a very important significance)
- 2010-06-20 12:22:54下载
- 积分: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
-
pid_smith
simth_pid控制器,使用matlab仿真实现,m文件(simth_pid)
- 2010-05-14 15:07:42下载
- 积分:1
-
ECG
心电信号低通滤波器、高通滤波器、带阻滤波器、以及QRS波检测(ECG low pass filter and high pass filters, band stop filter, and the QRS wave detection)
- 2010-06-08 02:00:22下载
- 积分:1
-
71477193toolbox
说明: matlab 机器人避障仿真 同时定位与地图创建程序(the robot slam simulation)
- 2010-05-24 00:20:03下载
- 积分:1
-
Spectrogram-of-a-voice-data
用matlab实现对一段语音数据的语谱图(窄带和宽带)的画图分析(Spectrogram of a voice data (narrowband and broadband), drawing analysis using matlab)
- 2012-06-12 10:38:37下载
- 积分:1
-
基于HNLF的全光逻辑与门主程序fiberfwm
基于HNLF的全光逻辑与门主程序,光纤中的四波混频过程的matlab数值模拟仿真代码。(HNLF-based all-optical logic gates main program, fiber four-wave mixing process matlab numerical simulation codes.)
- 2020-07-10 16:18:55下载
- 积分:1
-
chap14
matlab图像处理实例详解chap14——基于simulink的视频和图像处理(matlab image processing examples explain chap14- simulink-based video and image processing)
- 2013-12-16 15:57:39下载
- 积分:1
-
PCA
Principal component analysis,for study about classification data,develop for svm , lvq etc
- 2010-01-27 18:11:44下载
- 积分:1
-
shipinfenxi
说明: 时频分析(GUI),非常适合观察研究非平稳信号的时频特性(Time-Frequency Analysis)
- 2011-04-02 11:26:06下载
- 积分:1