-
AFT
Simon haykin《自适应滤波器原理》的书中例子的matlab代码(Simon haykin " Adaptive Filter Theory," the book example matlab code)
- 2009-11-07 13:30:32下载
- 积分:1
-
yuyinxinhaojiance
基于MATLAB的语音信号端点检测,短时能量分析,短时过零率,和GUI界面实现(aaaaa)
- 2009-11-14 13:42:02下载
- 积分:1
-
nibianqi
光伏并网发电系统中逆变器的研究与设计,比较有用的资料,逆变器设计可以参考(Grid-connected PV system inverter design, useful information, inverter design can refer)
- 2013-01-08 19:32:20下载
- 积分:1
-
Psimulation_config
the configuration files for both the uplink and downlink of lte
- 2014-09-24 05:39:20下载
- 积分:1
-
Balanced_relay
mobile user location matlab coding
- 2014-09-10 06:16:13下载
- 积分: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
-
conv
simulation of pwm converter
- 2010-07-28 23:26:13下载
- 积分:1
-
Lungelo-DOL
A simulink model for a direct online starting of an induction motor connected directly across the line.
- 2013-08-15 23:46:55下载
- 积分:1
-
matlab-import-dxf
用matlab读取.dxf文件。本站原有代码dxf2coord_20.m中对于圆弧只能读出其圆心坐标及半径,缺少圆弧起始角及终止角,并不能在应用中实际用起来。修改后可以读出圆弧的起始角和终止角(the script can offer start angle and end angle of an arc,which are unable to access in an earlier script dxf2coord_20.m 。)
- 2020-06-30 07:00:02下载
- 积分:1
-
粒子群算法在疏散中的运用
用matlab对疏散问题以粒子群算法进行模拟(Using MATLAB to simulate evacuation problem with particle swarm optimization)
- 2020-07-05 15:18:58下载
- 积分:1