-
LP
井筒参数的计算,盐穴储气库中的注采井的井筒的相关参数计算(Wellbore parameter calculation, salt cavern gas storage in the wellbore injection wells calculate the relevant parameters)
- 2013-11-06 00:13:37下载
- 积分:1
-
PSD_AR_Model
采用matlab语言实现现代信号处理,谱估计,AR模型法(Modern Signal Processing using AR model.)
- 2011-12-08 21:58:13下载
- 积分:1
-
Segmentation
this file gives information about segmentation.matlab is used for processing
- 2013-07-14 14:23:09下载
- 积分:1
-
kalmanaa
用于kalman的设计,为初学者提供一个很好地基础程序,能很好的理解Kalman算法。(For the design of Kalman, provides a very good basic program for beginners, can be a good understanding of Kalman algorithm.)
- 2014-10-15 09:38:17下载
- 积分:1
-
MATLAB
vc与matlab混合编程,
vc与matlab混合编程(vc vc with mixed programming with matlab matlab mixed programming)
- 2011-02-13 16:03:17下载
- 积分:1
-
kwgcgutx
通过虚拟阵元进行DOA估计,基于分段非线性权重值的Pso算法,基于SVPWM的三电平逆变的matlab仿真,这个有中文注释,看得明白,计算多重分形非趋势波动分析,现代信号处理中谱估计在matlab中的使用。( Conducted through virtual array DOA estimation, Based on piecewise nonlinear weight value Pso algorithm, Based on SVPWM three-level inverter matlab simulation, The Chinese have a comment, understand it, Calculate the multifractal trend fluctuation analysis, Modern signal processing used in the spectral estimation in matlab.)
- 2016-03-07 21:25:34下载
- 积分:1
-
dwt
image processing random complex wavelet code for all
- 2013-05-07 20:59:59下载
- 积分:1
-
sample1
粒子群优化算法,在变量已知范围寻求函数最大值。(Particle Swarm Optimization)
- 2020-06-28 19:00:01下载
- 积分:1
-
timesplitrinex
Time split rinex! Input myfile.obs , time[s]
- 2012-03-30 17:32:37下载
- 积分: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