-
Programs_15a
实现线性动态系统模型的Arma模型,具有处理动态纹理建模的功能。(dynamic textures are seqences of images showing spatial regularity,temporal continuity.)
- 2010-11-04 16:59:49下载
- 积分:1
-
Papers
电子稳像综述,阐述电子稳像的发展过程和主要理论、方法等。(Overview of electronic image stabilization to explain the development process of electronic image stabilization and the main theories, methods.)
- 2009-11-28 12:01:42下载
- 积分:1
-
Digital-beam-forming
画出下述情况下均匀线阵方向图
1)计算来波方向为0度方向图
2)画出来波方向为45度时的方向图
3)画出来波方向为0度,幅度取分贝数:20log***(单位为dB)时的方向图
4)画出来波方向为0度,随着阵元数的增加,当N=16,N=32时的方向图,并对方向图的变化情况进行说明(Draw the following conditions uniform linear array
1) calculation of wave direction is 0 degrees direction diagram
2) draw out the wave direction is 45 degrees direction map
3) draw out the wave direction is 0 degrees, and amplitude decibels: 20log*** (unit dB) when the direction of FIG.
4) draw out the wave direction is 0 degrees, with the increase of the number of array elements, when N=16, N=32 pattern, and the change of direction is described
)
- 2013-05-02 23:44:17下载
- 积分:1
-
Matlab_Codes
Digital Control Systems, Troy Nagle, Matlab Codes
- 2010-09-05 08:09:56下载
- 积分:1
-
Matlab-script
it is a code for remove noise in machine vision
- 2011-02-15 18:07:57下载
- 积分:1
-
edgecode
数字图像处理中的边缘检测程序合集,包括VC++和MATLAB实现(Digital Image Processing Edge Detection Collection procedures, including the VC and MATLAB)
- 2007-06-01 11:10:08下载
- 积分:1
-
Chien搜索BCH译码算法
说明: %inverstable
inverse_tb = gf(zeros(1, t+1), m);
for i=1:t+1,
inverse_tb(i) = alpha^(-i+1);
end;
%chien's search
lambda_v = zero;
accu_tb=gf(ones(1, t+1), m);
for i=1:n,
lambda_v=lambda*accu_tb';
accu_tb = accu_tb.*inverse_tb;
if(lambda_v==zero)
error(1,n-i+1)=1;
else
error(1,n-i+1)=0;
end
end
found = find(error(1,:)~=0)
- 2021-04-23 11:08:47下载
- 积分:1
-
8FSK
8FSK系统,波形生成,相干解调,非相干解调等(8FSK systems, waveform generation, coherent detection, non-coherent demodulation, etc.)
- 2021-05-13 09:30:03下载
- 积分:1
-
matlab
matlab 高层绘图 ,卫星图,二维的(matlab drawing high-level, satellite map, two-dimensional)
- 2008-08-20 16:17:43下载
- 积分:1
-
Code
改程序包里包含中值、均值滤波、自适应中值滤波和一种改进的椒盐噪声滤波程序,前三种是给第四种作对比的,第四种方法对椒盐滤除效果很好。(Change the program package contains the value, mean filtering, adaptive median filter and an improved impulse noise filtering program is the first three compare to the fourth, the fourth method works well for removing salt and pepper.)
- 2011-05-08 14:26:04下载
- 积分:1