-
lms
说明: 一个简单的自适应lms算法,用matlab做的仿真,很适合初学者(A simple adaptive lms algorithm, the simulation with matlab do, it is suitable for beginners)
- 2011-03-14 09:11:40下载
- 积分:1
-
53607884MIMO
这是一个基于GUI系统。 GUI是在命令行调用通过键入“ui_start”。 GUI是自我解释性。
工具提示是由于在蓝颜色。将光标定位需要这些详细的说明。主要文件
“runsim.m”。在这些模拟的单变量的选择是没有明确给出。这是因为单输入单输出的结果为特定
(This is a GUI-based system. GUI is invoked on the command line by typing " ui_start" . GUI is self explanatory. Tool tip is due to blue color. Position the cursor need these detailed instructions. Main File " runsim.m" . Single variable in these simulations is not clear given the choice. This is because the single-input single-output results for a particular)
- 2010-05-18 16:43:34下载
- 积分:1
-
yanse
matlab源码,用于实现基于内容的图像检索(matlab source for content-based image retrieval)
- 2013-04-17 17:29:47下载
- 积分:1
-
uitabpanel
This function creates a figure with multiple Tabs.The number of tabs can be changed and they are distributed evenly across the top of the figure. Content is provided for the first 5 tabs to demo the program. The demo uses the screen size to adjust the size of the figure.
- 2014-01-03 21:52:20下载
- 积分:1
-
FENGE
matlab裂缝图像分割,先进行二值化,后边缘检测,最后用ostu类方间法阀值分割。(crack matlab image segmentation, binarization first, after edge detection, and finally between ostu class threshold segmentation method.)
- 2021-03-25 13:09:13下载
- 积分: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
-
half_band_2
设计一个半带滤波器,将信号进行2倍内插后进行滤波。(design a half band filter. twice frequence and then filter.)
- 2009-03-30 13:04:15下载
- 积分:1
-
Aperture_Effeciency_GUI_Even_only
This MATLAB code plot the aperture efficiency Vs the subtended angle. The user enter the value of n (2,4,6 or 8) and the code will plot and tell what is angle value that achieves max efficiency and the value of this efficiency.
- 2011-05-26 16:17:56下载
- 积分:1
-
date2jd
Date to julian date conversion
- 2012-10-06 05:03:50下载
- 积分:1
-
滤波器设计
说明: FIR滤波器设计,50Hz陷波器设计,带通滤波器设计(FIR filter design, 50Hz notch filter design)
- 2019-06-05 21:03:01下载
- 积分:1