-
ESmart
智能天线波束赋型的研究,使智能天线波束赋型角度更加准确。(Beamforming smart antenna research, so that smart antenna beamforming point of view more accurate.)
- 2009-11-15 11:20:13下载
- 积分:1
-
CFAR
雷达恒虚警模块的仿真程序,添加瑞丽噪声,产生回波,恒虚警快慢处理(Emulator radar CFAR module, add Ruili noise generated echoes CFAR processing speed)
- 2021-03-03 11:39:33下载
- 积分:1
-
M_file
量子遗传算法MATLAB源代码,内含多个子文件,测试时运行main文件即可(Quantum Genetic Algorithm MATLAB source code that contains multiple sub-documents, tests can be run main document)
- 2008-07-21 11:10:14下载
- 积分:1
-
VFcontrol
自己搭建的模型,采用VF控制方法,用MATLAB完成(The model built by ourselves is completed by using VF control method and MATLAB.)
- 2019-05-21 10:57:34下载
- 积分:1
-
weijiangboshu
此程序为稳健波束方面的仿真应用,应用在电磁矢量传感器方面。(This program for the simulation of the sound beam, and electromagnetic vector sensor simulation applications.)
- 2012-06-30 20:44:30下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
erzhihua
一个实例搞定MATLAB界面编程实现图像的二值化功能(An instance with the MATLAB interface programming achieve the function of image binarization
)
- 2014-12-29 10:55:44下载
- 积分:1
-
side_lobe_level
pulse compression in RADAR for back scattering and Araay implementation
- 2014-01-03 02:01:09下载
- 积分:1
-
four-wei-scale
在基于Mean-Shift的目标跟踪算法中,尺度自适应机制是算法研究的一个重要方向。一种典型的方法采
用Lindeberg的尺度空间理论以获取目标尺度信息。但现有算法中将尺度由2.D矢量压缩为1一D量,未能精细地
刻画目标仿射变换时的尺度变化,从而限制了算法的适用范围。为此,该文将尺度维1.D滤波推广至2一D,构造得
到了相应的垂D尺度空间,并利用窄间维和尺度维的Mean-Shift交替迭代,实现了同时在空间位置和尺度方向对
目标的有效跟踪,提高了算法在目标尺度变化时的自适应性,并扩大了算法的适用范围。
关键(Scale adaptive mechanism in the target tracking algorithm based on Mean-Shift algorithm is an important direction of research. A typical method using Lindeberg' s scale space theory to obtain the target scale. However, the existing algorithms will scale from 2. D vector compression for 1-D volume, not fine to portray the target affine transformation of scale changes, thus limiting the scope of application of the algorithm. To this end, the paper will scale dimension. D filter to the 2-D structure has been the vertical D scale space and the use of narrow inter-dimension and scale dimension of the Mean-Shift alternating iteration, effective tracking of the target position in space and scale direction to improve the self-adaptive algorithm when the target scale changes, and to expand the scope of application of the algorithm. Key)
- 2012-06-08 22:53:43下载
- 积分:1
-
Computer-Vision-Using-Local-Binary-Patterns
The local binary pattern (LBP) is a simple yet very efficient operator which labels
the pixels of an image by thresholding the neighborhood of each pixel and considers
the result as a binary number. Perhaps the most important property of the LBP operator in real-world applications is its invariance against monotonic gray level changes caused, for example, by illumination variations. Another equally important is its computational simplicity, which makes it possible to analyze images in challenging real-time settings. LBP is also very flexible: it can be easily adapted to different types of problems and used
together with other image descriptors
- 2013-09-19 10:04:03下载
- 积分:1