-
LSAlgorithm_d
一个关于最小二乘法的改进算法代码,编程语言为matlab(An improvement on the method of least squares algorithm code, the programming language for matlab)
- 2014-09-19 16:25:23下载
- 积分:1
-
关于面部检测的MATLAB算法-face_detection
一个关于面部检测的MATLAB算法,将人脸部分用矩形框表示出。(A MATLAB algorithm on face detection, will face some expressed rectangular box.)
- 2010-06-11 08:00:06下载
- 积分:1
-
FingerPrintProject
Finger Print Code By Matlab
- 2009-10-08 02:21:16下载
- 积分:1
-
bessel
此程序主要功能是 1 画出标准零阶贝塞尔函数,
2 在估计多普勒时,接收信号的实部或者虚部的自相关函数接近于贝塞尔函数,所以画出了一条接近于贝塞尔函数的曲线图(The main function of this program is 1 shows the standard zero-order Bessel function,
2 estimate the Doppler, the autocorrelation function of the received signal or the imaginary portion of the real part close to the Bessel function, so to draw a graph of the Bessel function is close to)
- 2014-09-20 15:16:24下载
- 积分:1
-
mirfunction
this mfile is riten in matlab and is related to mirtoolbox
- 2010-07-29 05:57:56下载
- 积分:1
-
gsmk
gmsk modulation of numerical data generated by a random source, the output of the modulator give two signals, the first is gmsk signal and the other is gaussien frequency pulse shape
- 2009-05-04 01:17:18下载
- 积分:1
-
Matlab-recognizing
预备实验 Matlab软件环境的熟悉,里面一些最简单的只是知识,可以帮助刚入门的学习(Prepared to experiment with Matlab software environment, which is just some of the most simple knowledge that can help just getting started learning)
- 2009-05-07 17:46:32下载
- 积分:1
-
Vehicle-Type-Recognition
一个用于识别客车、轿车、面包车等的车型识别的程序,用matlab编写,利用背景差分得到车辆区域,再做后续图像处理(A model identification procedures used to identify buses, cars, vans, etc., using matlab prepared using the context of the differential area of the vehicle, then a subsequent image processing)
- 2013-04-30 10:09:41下载
- 积分:1
-
K-mean-clustring
K-mean for clustering based method
- 2014-02-16 14:48:20下载
- 积分:1
-
matlab
y3k=fft(u,(m+n-2)/4)
i=1:(m+n-2)/4
subplot(5,2,9) stem(i,u)
title( 滤波后上采样 )
k=1:(m+n-2)/4
subplot(5,2,10) stem(k,y3k)
title( 上采样频谱 )
xlabel( k ) ylabel( y3k ) (y3k = fft (u, (m+ n-2)/4) i = 1: (m+ n-2)/4 subplot (5,2,9) stem (i, u) title (after filtering the sample) k = 1: (m+ n-2)/4 subplot (5,2,10) stem (k, y3k) title (on the sample spectrum) xlabel (k) ylabel (y3k))
- 2009-01-06 13:09:09下载
- 积分:1