-
fuzzy-kaiguan
模糊开关 直接转矩控制 直接转矩控制中逆变器开关表的模糊控制(Fuzzy direct torque control switch in the direct torque control inverter switching fuzzy control table)
- 2011-05-26 12:17:32下载
- 积分:1
-
A-star-base-programs
A star algorithm to find the shortest path between two nodes
- 2011-06-03 17:39:17下载
- 积分:1
-
-wavelet-de-noising
本段程序主要是运用小波去噪对信号进行处理(This segment is mainly the use of wavelet de-noising procedure for signal processing)
- 2013-12-04 18:26:01下载
- 积分:1
-
mankiu_v16
matlab实现了五类灰色关联度模型的计算,考虑雨衰 阴影 和多径影响,主要是基于mtlab的程序。( matlab implements five gray correlation degree computing model, Consider shadow rain attenuation and multipath effects Mainly based on the mtlab procedures.)
- 2016-12-21 18:24:27下载
- 积分:1
-
faifan
可以动态调节运行环境的参数,能量谱分析计算,基于kaiser窗的双谱线插值FFT谐波分析。( Can dynamically adjust the parameters of the operating environment, Energy spectrum analysis and calculation, Dual-line interpolation FFT harmonic analysis kaiser windows.)
- 2016-12-30 18:43:58下载
- 积分:1
-
iamge
图像的特征提取,用于图像的分类研究
主要是用的MATLAB(Image feature extraction)
- 2010-06-01 16:40:51下载
- 积分:1
-
cfoPchannel
ofdm同步偏移估计,主要针对符号的同步(ofdm estimation)
- 2014-10-10 10:11:40下载
- 积分:1
-
MLE
用matlab实现基于正态分布的极大似然估计(Realization of maximum likelihood estimation based on normal distribution)
- 2018-08-18 14:44:39下载
- 积分: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
-
eig_Jacobi
求对称矩阵全部特征值的Jacobi方法(Symmetric matrix for all the eigenvalues of Jacobi method)
- 2009-03-20 08:41:07下载
- 积分:1