-
OFDM_4QAM_R14
simulation model from matlab. sharing for acedamic purpose
- 2009-06-03 10:18:44下载
- 积分:1
-
EBU706U_iden_obj
识别物体的MATLAB代码,识别图像中物体。(identify objects in an image using matlab, including source file)
- 2010-02-26 23:27:01下载
- 积分:1
-
xingguanfx
运用相关分析法来进行系统辨识,采用的是M序列输入信号。(Carried out using correlation analysis, system identification, using the M sequence input signal.)
- 2010-06-25 12:27:31下载
- 积分:1
-
MATLAB
精通matlab科学计算中的所有实例的源代码!!!(Versed in scientific computing matlab source code for all instances! ! !)
- 2011-06-23 20:11:04下载
- 积分:1
-
strapdown
对捷联惯导的速度、经纬度、姿态角等参数进行解算(A programme to compute the speed,latitude,longitude and attitude of strapdown inertial navigation system)
- 2021-04-20 17:48:50下载
- 积分: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
-
Hidden-Markov-Models_4_1
说明: 语音识别HMM隐马尔可夫全过程的matlab程序,运行测试能出结果,希望对你们有用,实在没点数才把自己压箱底的东西拿出来,呜呜(HMM speech recognition, Hidden Markov whole process of matlab program, run the test to the result, I hope helpful for you, it is only then did their own pressure points things bottom out, whining)
- 2011-03-08 11:24:56下载
- 积分:1
-
OFDM_Map_OFDMA
OFDM到AFDMA的映射(matlab)(OFDM to AFDMA mapping (matlab))
- 2008-05-27 15:45:40下载
- 积分:1
-
test1
水果图像识别,利用MATLAB进行图形的特征提取,边缘检测,阈值分割等(Fruit and image recognition, the use of MATLAB for graphics feature extraction, edge detection, thresholding, etc.)
- 2011-05-22 10:46:04下载
- 积分:1
-
cell
元胞自动机的matlab范例程序,适合搞科研的的同学哈(Cellular automata matlab example programs for students engaged in research ha)
- 2011-09-23 22:20:25下载
- 积分:1