-
NW
说明: Needleman-Wunsch algorithm Matlab.
- 2012-05-13 01:01:44下载
- 积分:1
-
WMX-mimo2
Great information about alamouti
- 2013-11-10 10:26:14下载
- 积分:1
-
Final-Game
"Guess The Number" Gae For Beginers.
- 2013-12-12 21:10:34下载
- 积分:1
-
马尔科夫预测模型
马尔科夫预测模型MATLAB实例,内涵理论指导和数据(maerkefu model matlab code with data and theory pdf)
- 2017-07-21 15:14:05下载
- 积分:1
-
trying
温度控制的各种PID算法 Z-N Smith预估器
m和mdl文件(Temperature control pid Z-N Smith predictor)
- 2010-09-07 20:00:56下载
- 积分:1
-
MATLABInterpolation_and_fitting
用matlab实现插值与拟合,统计领域用的比较多(Matlab implementation with interpolation and fitting, statistical areas are more used)
- 2010-11-22 11:19:42下载
- 积分:1
-
sampling
this implement upsampling image using the bilinear method and repication method
- 2010-12-08 12:45:45下载
- 积分:1
-
Untitled
ls ber performance OF OFDM CHANNEL WHICH shows why ls in ofdm is better than other.
- 2013-12-17 21:25:15下载
- 积分: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
-
biomaterialscasestudy
Several case studies for biomaterials.Included heart valves, wound dressing, dental biomaterials and joint replacement.
- 2010-11-11 14:25:20下载
- 积分:1