-
computer_v1
这是用MATLAB实现的计算器的GUI程序,对于初学MATLAB的新手来说,好不错的一个程序哟(This is achieved using MATLAB GUI calculator program is for beginners new to MATLAB, so good a program yo)
- 2010-12-15 23:27:59下载
- 积分:1
-
RLS-Algorithm
介绍自适应均衡算法RLS的基本代码,可以仿照编写相关程序(RLS adaptive equalization algorithm introduces the basic code, you can follow the preparation of related procedures)
- 2013-10-11 19:43:32下载
- 积分:1
-
xinhao
信号盲分离的程序,对盲信号处理的可以作为参考(Blind separation procedures, blind signal processing can be used as reference)
- 2009-10-07 21:22:31下载
- 积分:1
-
LT_matlab
线性喷泉码的一种——LT码,程序完整,可以在MATLAB环境中直接运行。(A kind of linear fountain code- LT codes, procedures complete, can be run directly in the MATLAB environment.)
- 2021-04-11 02:48:58下载
- 积分:1
-
12
说明: 从随机理论中的二项式分布出发。定量分析了伽尔顿板实验,给出了分布函数。(This paper begins with the binomiM distribution in the random theory and then furthers on analysis of the distributive curve of Gahon board experiment)
- 2011-06-12 21:46:31下载
- 积分:1
-
压电传感器的振动测试探头 vibsensor
基于压电传感器的振动测试探头的matlab模型(Based on piezoelectric vibration sensor test probe matlab model)
- 2013-10-15 18:28:12下载
- 积分:1
-
zp_MP
用matlab实现MP算法进行信号重构,有详细的注释(MP algorithm using matlab to achieve signal reconstruction, detailed notes)
- 2011-11-12 22:24:29下载
- 积分:1
-
work
包含DVB-T标准中的内交织,内编码,卷积交织,和基4FFT 1024。所有程序为MATLAB实现,特别推荐FFT旋转因子求法。(Includes DVB-T standard within intertwined, with coding, Convolutional Interleaver, and base 4FFT 1024. MATLAB realization of all the procedures, in particular, recommended rotating factor FFT method.)
- 2008-12-20 22:06:27下载
- 积分:1
-
advance-matlab-sine-wave
matlab program for advanced sine wave curve
- 2012-08-22 12:54: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