-
354657
LMS算法,关于LMS算法的论文,具体的可以看文章(LMS algorithm, thesis on the LMS algorithm, the specific article can be seen)
- 2009-03-31 20:06:08下载
- 积分:1
-
wavelet
基于小波变换模极大值用于检测信号突变点,非原创,测试可用(Based on wavelet transform modulus maxima for point mutation detection signal, non-original, test available)
- 2020-08-24 19:18:15下载
- 积分:1
-
Kalman-and-Wiener-filtering
脑功能近红外光谱成像中的运动伪迹移除方法基于卡尔曼滤波和wiener滤波(Motion artifact removal methods based on Kalman filtering and wiener filtering in brain functional near-infrared spectroscopic imaging)
- 2015-01-08 17:43:09下载
- 积分:1
-
EuclideanRANSAC
RANSAC limited to Euclidean transform
- 2013-11-25 22:50:27下载
- 积分:1
-
P-Vcharacter
该模型能够通过准确的仿真光伏电池的输出特性,如p-v以及I-V的变化曲线(the character of pv)
- 2016-07-30 22:16:43下载
- 积分:1
-
matlab爬虫
说明: matlab爬虫火车网数据具有很好的学习(matlab pachong study)
- 2020-06-02 13:53:46下载
- 积分:1
-
1st
Simulink工具编写代码(MATLAB Function方式),产生一单径瑞利信道,其多普勒谱为经典谱,其中移动速率为120km/h,含理论描述多普勒经典谱(Simulink tools for writing code (MATLAB Function mode) to produce a single path Rayleigh channel, the Doppler spectrum for the classical spectrum, where mobile speed of 120km/h, with the classical theoretical description of Doppler spectrum)
- 2010-10-21 11:38: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
-
slu
LU factorization of a square matrix using *no row exchanges*.
- 2010-03-06 17:28:56下载
- 积分:1
-
music
说明: 修正的music算法,前后向空间平滑算法的特殊形式(Amended music algorithm, before and after spatial smoothing algorithm for the special form)
- 2008-12-01 22:01:33下载
- 积分:1