-
Face_test_luminance
Detecting faces or in general, objects, inside gray-level images is still a hard topic for new researches and students all over the world.
It s certainly not your fault. Many researches who do not have access to the right resources, struggle for weeks and months before they understand how to manage their project.
- 2012-09-21 01:17:00下载
- 积分:1
-
LMEDS.m
RANSAC image processing
- 2009-03-04 22:39:07下载
- 积分:1
-
MATLAB_leida_gongjuxiang
说明: 关于脉冲压缩的问题
。脉冲压缩的质量直接
影响雷达的探测性能。经典的脉冲压缩是通过匹
配滤波器来实现的[1 ]
。从本质上讲 ,脉冲压缩是对
发射信号的匹配滤波 ,但由于不同的目标回波信
号带有不同的多普勒信息 ,具有不确定性 ,所以它
只能是准匹配滤波(Pulse compression on the issue. Direct impact on the quality of pulse compression radar detection performance. Classical matched filter pulse compression is achieved by [1]. In essence, the pulse compression is a matched filtering the transmitted signal, but the different echo signals with different Doppler information is uncertain, it can only be quasi-matched filter)
- 2010-04-28 11:27:28下载
- 积分:1
-
RadialBasesFn
RBFN Radial basis function networks
- 2012-06-22 06:13:12下载
- 积分:1
-
DSP_chaper4_Code
本资源是现代数字信号处理理论及算法(何子述版)的作业仿真第四章的代码(This resource is the code of the fourth chapter of operational simulation of modern digital signal processing theory and algorithm (He Zishu Edition).)
- 2018-07-09 19:33:13下载
- 积分:1
-
m-gold-chebyshev-sequence
chebyshev混沌扩频序列、m序列、gold序列实现与性能分析比较 包括实现方法、自相关性、互相关性等(chebyshev、m、gold sequence)
- 2021-04-25 08:48:46下载
- 积分:1
-
GPOPS-II
说明: GPOPS轨迹优化的模板,内附有说明,适用于各种轨迹优化情况(GPOPS trajectory optimization template with instructions)
- 2020-07-17 21:08:48下载
- 积分:1
-
shujutongjifenxi2
数据的统计描述与分析的matlab实现与分析(Statistical description and analysis matlab realize and Analysis)
- 2007-09-22 13:53:58下载
- 积分:1
-
contourdemo
一个用matlab画出三维图像的等高线的小程序,非常适合初学者。(A small program using matlab to draw the contour of the three-dimensional image, very suitable for beginners.)
- 2012-08-16 21:15:39下载
- 积分:1
-
bisection
Step 1: Set i=1 FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2 FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then OUTPUT(p) STOP.
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p FA=FP else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,No=’, No) STOP.
- 2011-11-23 09:46:51下载
- 积分:1