-
Music
music算法的MATLAB代码,用于实现多信号分离定位(music algorithm of MATLAB code for positioning multi-signal separation)
- 2010-07-28 15:29:19下载
- 积分:1
-
chengxu4
卡尔曼滤波的实质是由量测值重构系统的状态向量。(Essence of the Kalman filter is measured by the value of reconfigurable system state vector.)
- 2014-10-15 16:46:51下载
- 积分:1
-
bayesleaterror
基于最小错误概率的贝叶斯分类,用于数字识别分类(Based on minimum error probability Bayesian classifier for Digital Identification and Classification)
- 2013-10-25 17:37:17下载
- 积分:1
-
simulation_of_QuickPass_system
说明: 模拟游乐场的排队,验证Quickpass系统的可靠性(Simulation of the Queue in a theme park to test the stability of QuickPass system )
- 2010-05-01 12:41:19下载
- 积分:1
-
MUMIMO_ZF
MIMO with ZF SIC and optimal ordering with assuming that the channel is a flat fading Rayleigh multipath channel and the modulation is BPSK.
- 2013-09-03 18:44:02下载
- 积分: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
-
MATLAB_CODE
说明: 一个很好的时频变换工具箱, 里面有相关的小波变换例子,维格纳变换例子.(A good time-frequency analysis toolbox, which have wavelet, vigna ville transform time-frequency analysis of the classic routines.)
- 2010-04-05 11:20:30下载
- 积分:1
-
kalman
卡尔曼滤波的matlab程序,带注释,可运行,适合初步接触卡尔曼滤波的学习(matlab code of kalman filter)
- 2013-01-15 15:36:07下载
- 积分:1
-
GAExamples569
有关matlab设计的遗传算法例子初学者必用(Matlab design of the genetic algorithm will use examples beginners)
- 2007-05-22 00:02:24下载
- 积分:1
-
collinearity-diagnostics-matlab
collinearity diagnostic code for matlab
- 2015-01-28 14:50:43下载
- 积分:1