-
work
产生随机数,然后计算概率,一个非常实用的MATLAB程序(this brief program can generate some random numbers and calculate the probability)
- 2009-12-23 09:38:30下载
- 积分:1
-
gmmtbx
GMMTBX GMM工具箱 包含GMM建模的各种函数(GMMTBX GMM modeling toolbox contains a variety of functions GMM)
- 2009-06-01 12:42:01下载
- 积分:1
-
JTFA(matlab)
说明: 利用matlab实现的时频分析,很好,很强大!(Using matlab to achieve the time-frequency analysis, very good, very powerful!)
- 2008-12-03 19:39:42下载
- 积分:1
-
CHAP4
pid,神经网络,模糊控制,专家控制,一些有用的案列(pid, neural networks, fuzzy control, expert control, some useful text columns)
- 2014-10-30 19:46:51下载
- 积分:1
-
about-radar-algrithem-
关于雷达原理和雷达系统方面的各种基础理论算法,对每一个算法都用MATLAB 进行编程实现(Radar principle and radar systems, the underlying theory of algorithms, each algorithm using MATLAB programming)
- 2012-11-28 00:26:11下载
- 积分: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
-
LMS_adaptive_filter
LMS的自适应回声滤波器代码,应用于MATLAB软件~(LMS adaptive echo filter code, used in MATLAB software ~)
- 2009-03-23 16:00:20下载
- 积分:1
-
picedit
说明: (1) 條碼掃描槍 (1個): 用於刷證件Barcode(條碼)
(2) 鐳射列印機 (1台): 用於列印證件(型號: Epson stylus C67)
(3) 攝像頭 (1個): 用於攝制來賓照片
((1) bar code scanner (1): for Brush documents Barcode (Barcode) (2) laser printer (1 unit): used to print documents (Model: Epson stylus C67) (3) camera ( 1): for shooting photos guests)
- 2010-04-29 12:32:50下载
- 积分:1
-
foulou
包括 MUSIC算法,ESPRIT算法 ROOT-MUSIC算法,分析了该信号的时域、频域、倒谱,循环谱等,esprit算法对有干扰的信号频率进行估计。( Including the MUSIC algorithm, ESPRIT algorithm ROOT-MUSIC algorithm, Analysis of the signal time domain, frequency domain, cepstrum, cyclic spectrum, etc. esprit algorithm signal frequency interference can be assesse.)
- 2016-06-02 18:07:46下载
- 积分:1
-
EngineeringMatlabProgramming
这是一本关于matlab的英文书籍,对初学者很有用处(This is a book about the English matlab books useful for beginners)
- 2009-11-05 13:32:23下载
- 积分:1