-
hamming1
带海明窗的FFT滤波器,带通滤波器,附带批处理程序(FFT with Hamming window filters, band-pass filter, with a batch process)
- 2009-10-29 00:48:52下载
- 积分:1
-
bresenham_line3d
采用3D Bresenham算法在两点间划一直线
% This program is ported to MATLAB from:
% B.Pendleton. line3d - 3D Bresenham s (a 3D line drawing algorithm)
% ftp://ftp.isc.org/pub/usenet/comp.sources.unix/volume26/line3d, 1992
%
% Which is referenced by:
% Fischer, J., A. del Rio (2004). A Fast Method for Applying Rigid
% Transformations to Volume Data, WSCG2004 Conference.
% http://wscg.zcu.cz/wscg2004/Papers_2004_Short/M19.pdf (3D Bresenham algorithm used in a straight line between two points This program is ported to MATLAB from: B. Pendleton. Line3d- 3D Bresenham s (a 3D line drawing algorithm) ftp://ftp.isc.org/pub/usenet/comp.sources.unix/volume26/line3d, 1992 Which is referenced by: Fischer, J., A. del Rio (2004). A Fast Method for Applying Rigid Transformations to Volume Data, WSCG2004 Conference. http :// wscg.zcu.cz/wscg2004/Papers_2004_Short/M19.pdf)
- 2020-09-01 20:18:08下载
- 积分:1
-
unit02
说明: 用MATLAB编写的qpsk调制解调程序并且方针通过(MATLAB prepared using QPSK modulation and demodulation process and approach adopted by)
- 2008-09-25 20:59:17下载
- 积分:1
-
HAF
an Adaptive Fuzzy Filter for Restoring Highly
Corrupted Images by Histogram Estimation
- 2013-07-15 02:37:22下载
- 积分:1
-
1
说明: 用Matlab快速求斜率,方法简单易行,程序条理可靠。(无)
- 2010-10-28 21:04:02下载
- 积分:1
-
fenzhi
#include <iostream.h>
int main()
{
int i(0),sum(0)
while (i<=100)
{
sum=sum+i
++i
}cout<<"sum="<<sum<<endl
return 0;
}
- 2009-12-11 22:03:44下载
- 积分:1
-
matlabcodeandimagedata
粒子滤波的Matlab例程,可实现基本的例子滤波算法(Matlab routines particle filter can be realized example of the basic filtering algorithm)
- 2010-05-20 15:57:07下载
- 积分:1
-
ver_0.8
CNN - Convolutional neural network class
- 2010-06-13 23:09:47下载
- 积分:1
-
在C程序中显示汉字
在许多C程序设计中,要用到汉字进行提示或人机交互,而现行的Turbo C集成开发环境不是汉化的,如何编制能显示汉字的C程序呢?本实例提供一种在非汉化环境下正常显示汉字的方法。(in many C program design, the use of Chinese characters for hints or human-computer interaction, and the existing Turbo C integrated development environment is not finished, will show how to prepare Chinese C procedures? The examples provide an environment in the effort to show Chinese characters under the normal method.)
- 2005-03-31 22:48:07下载
- 积分:1
-
gammacorrection
A simple MATLAB Programme for the gamma correction of an image
- 2009-05-28 16:34:41下载
- 积分:1