-
fading
this file contain source code for fading in matlab.
- 2010-11-21 23:07:15下载
- 积分:1
-
wavelet
matlab小波分析的程序,实现与傅里叶变换的对比(matlab wavelet analysis procedures to achieve contrast with the Fourier transform)
- 2014-02-21 22:43:51下载
- 积分:1
-
OFDM
基于matlab的ofdm系统仿真性能、源代码、原理(Performance of ofdm system based on matlab simulation, the source, and principle)
- 2014-02-09 11:24:20下载
- 积分:1
-
KalmanFilter-matlab
文件内容是Kalman滤波器的MATLAB代码(The MATLAB code of the Kalman Filter)
- 2019-06-15 09:49:12下载
- 积分: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
-
restruct
说明: 用MATLAB实现数字图像的傅里叶变换,显示图像频谱(Digital images using MATLAB Fourier transform, display the image spectrum)
- 2010-03-31 11:26:18下载
- 积分:1
-
sesan
非线性光学中光纤材料色散随波长变化的曲线仿真 matlab(Nonlinear optical fiber material dispersion versus wavelength curve simulation matlab)
- 2013-08-11 14:56:56下载
- 积分:1
-
my-program
使用线性调频信号,实现雷达信号的脉冲压缩,MTI,MTD(Use chirp signal, pulse compression radar signal, MTI, MTD)
- 2021-04-27 23:48:44下载
- 积分:1
-
branchbound
高效线性整数规划求解matlab源程序,详细注释,完善测试(linear integer programming matlab source codes with detailed remarks and tests,)
- 2013-11-06 09:12:12下载
- 积分:1
-
ISO-8859-1__camera_tracking_1245
to search centroid from image
- 2011-01-18 19:08:14下载
- 积分:1