-
delay
网络平均时延的计算,通过两种算法互相验证结果(Average network delay calculation results in two mutual authentication algorithm)
- 2013-09-06 10:36:34下载
- 积分:1
-
oneuserenergydetection
性能最好的单用户能量检测频谱感知,都是最好的东西,曲线和理论值进行比较,效果明显。欢迎批评指正。(The best performance of a single-user energy detection spectrum sensing, are the best thing, curves and theoretical values are compared, the effect is obvious. Welcome criticism.)
- 2014-11-13 18:58:00下载
- 积分:1
-
svmTrain
[model] = SVMTRAIN(X, Y, C, kernelFunction, tol, max_passes) trains an
SVM classifier and returns trained model. X is the matrix of training
examples. Each row is a training example, and the jth column holds the
jth feature. Y is a column matrix containing 1 for positive examples
and 0 for negative examples. C is the standard SVM regularization
parameter. tol is a tolerance value used for determining equality of
floating point numbers. max_passes controls the number of iterations
over the dataset (without changes to alpha) before the algorithm quits.
- 2013-05-14 08:53:31下载
- 积分:1
-
PGM_Programming_Assignment_1
code matlab progeram graphical model
- 2013-04-14 18:26:47下载
- 积分:1
-
车牌识别系统MATLAB源代码完整
说明: clc; clear all; close all; [filename, pathname, filterindex] = uigetfile({'*.jpg;*.tif;*.png;*.gif','All Image Files';... '*.*','All Files' }, '选择待处理图像', ... 'images\01.jpg'); file = fullfile(pathname, filename);%文件路径和文件名创建合成完整文件名 id = Get_Id(file);%得到file中的所有对象 Img = imread(file);%根据路径和文件名读取图片到Img [Plate, bw, Loc] = Pre_Process(Img); % 车牌区域预处理 result = Plate_Process(Plate, id); % 车牌区域二值化处理 % 寻找连续有文字的块,若长度大于某阈值,则认为该块有两个字符组成,需要分割 bw = Segmation(result); words = Main_Process(bw); % 主流程处理 Write_Mask(words, id); % 写出到模板库 str = Pattern_Recognition(words); % 识别(Mike is a student. He is my good friend. He is busy at the weekend. He is going to read a magazine this Saturday morning. He is going to go to the zoo this Saturday afternoon. He is going to buy a book this Sunday morning. He is going to learn Kungfu this Sunday afternoon. He is going to watch TV this Sunday evening.)
- 2017-08-13 02:35:37下载
- 积分:1
-
WiMAX_downlink_80216e
WIMAX系统下行仿真,采用matlab语言实现,包括编码解码,子载波映射等(WIMAX system downlink simulation using matlab language, including encoding and decoding, sub-carrier mapping)
- 2011-07-04 16:22:38下载
- 积分:1
-
partial
This project will filter noise from video source
- 2014-02-20 19:34:30下载
- 积分:1
-
Gabor
Gabor滤波器实现图像的滤波,含有Gabor核函数,有助于理解Gabor的各个参数设置及Gabor滤波器的基本原理,适用于学习研究(Gabor filter can be applied in image filtering, containing the Gabor kernel function.It is helpful to understand the basic principle of each parameter setting and Gabor filter , and suitable for learning)
- 2013-11-21 18:22:53下载
- 积分:1
-
fuzzycontrolerpid
说明: 基于MATLAB下SIMULINK自带的模糊控制模块,实现模糊PID控制算法。(Based on SIMULINK under MATLAB own fuzzy control module, the realization of fuzzy PID control algorithm.)
- 2008-11-25 19:01:05下载
- 积分:1
-
lagrange
拉格朗日插值,利用拉格朗日法进行插值计算,欢迎下载,谢谢(lagrange interp)
- 2013-09-21 11:03:22下载
- 积分:1