-
chazhihenihe
matlab实现插值与拟合,可以运行的程序(matlab program to complete chazhi and nihe)
- 2009-10-21 22:29:51下载
- 积分:1
-
Adaptive_noise_cancellation_in_the_power_of_signal
自适应噪声对消在微弱电力信号检测中的应用可以检测到很微弱的信号保护电力线进行了MATLAB仿真(Adaptive noise cancellation in the weak electrical signal detection application can detect very weak signals to protect the power lines of the MATLAB simulation)
- 2009-12-19 18:16:29下载
- 积分:1
-
txt2
智能天线的自适应算法通过迭代运算获取用于波束形成的最优权值矢量时,是否具有较快的收敛速度和较小的稳态误差成为决定波束形成性能的主要因素.据此提出在传统的LMS算法中引入变步长和变换域的思想,采用改进的自适应算法用于波束形成.MATLAB仿真结果表明,该算法具有较快的收敛速度和较小的稳态误差,波束形成的性能更优.(lms)
- 2010-05-07 16:54:28下载
- 积分:1
-
61d47eec86ea
jakes model explaintion with source code
- 2011-08-05 16:24:08下载
- 积分:1
-
MATLAB
MATLAB作图教程全 适应初学者 基本编程方法(The MATLAB the mapping tutorial full adaptation beginners)
- 2013-01-18 11:10:13下载
- 积分:1
-
wiener
这是一个利用维纳滤波实现语音增强的matlab程序.在输入语音信噪比不是很低的情况下,效果不错.(This is a use of Wiener filtering speech enhancement matlab program, good results in a low signal-to-noise ratio of the input speech is not the case.)
- 2013-03-19 19:24:18下载
- 积分:1
-
CycleInterpolatorTest
extends Activity Instrumentation Test Case2.
- 2014-02-19 12:23:15下载
- 积分:1
-
pzhifa
p值法 ,通用程序,需要稍微改动一下,一定要注意,。(p value method, common procedures, need to look a little change, we must note.)
- 2010-08-22 09:08:33下载
- 积分:1
-
digital-filter
please do not put files on these
- 2012-05-16 18:51:28下载
- 积分: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