-
K-means-clustering-algorithm
说明: 用matlab实现K均值聚类算法,里面有详细的英文备注和举例,可以看明白(Achieved using K means clustering algorithm matlab)
- 2011-02-27 22:30:31下载
- 积分:1
-
t5_2_lungkuta
用经典龙格-库塔法和变步长的龙格-库塔法求解微分方程(Classical Runge- Kutta method and the variable step Runge- Kutta method for solving differential equations)
- 2012-05-20 21:39:14下载
- 积分:1
-
wavelet-network
小波神经网络的训练和预测,隐含层采用morlet小波基函数,包含简单的函数拟合算例。(Training and prediction of wavelet neural network. Hidden layer uses morlet wavelet function with a simple example.)
- 2016-01-03 15:23:29下载
- 积分: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
-
ChineseRadarsExamples
Chinese Radars Examples Type and Functionality
- 2010-01-07 17:58:42下载
- 积分:1
-
1
说明: Simple Fabrication of Metal-Based Piezoelectric MEMS by Direct Deposition of Pb(Zr,Ti)O3 Thin Films on Titanium Substrates
- 2011-04-02 01:57:49下载
- 积分:1
-
correlation
采用互相关法计算相位差程序。用小波对信号进行消噪,再用互相关法检测两个信号的相位差。(Using correlation method to calculate the interval phase of two signals. Wavelet method is used for signal denoising, and then the interval phase of two signals is detected by correlation method.)
- 2012-05-21 13:41:04下载
- 积分:1
-
电动出租车的充电负荷计算
电动出租车的充电负荷计算,蒙特卡洛法,电动汽车充电负荷模型(Electric Taxi Charging Load Calculation, Monte Carlo Method, Electric Vehicle Charging Load Model)
- 2021-04-20 21:38:51下载
- 积分:1
-
kpcaFordata_mine
核主分量计算得也很有用的程序~已经调通很好用~(KPCA,which is very useful in signal processing!)
- 2011-12-04 10:42:13下载
- 积分:1
-
随书仿真模型
说明: 现代永磁同步电机控制原理及MATLAB仿真__袁雷编著pdf以及随书仿真模型(Control principle of modern permanent magnet synchronous motor and MATLAB simulation)
- 2020-12-22 16:19:07下载
- 积分:1