-
dbri_subr
Clear out structures. This also intializes the command queue to all DBRI WAIT s since the WAIT opcode is 0.
- 2015-11-30 22:19:56下载
- 积分:1
-
matlab
完整的matlab程序实现数字下变频,ddc_out为主程序。内有详细的注释,易懂。(Complete matlab program digital down conversion. ddc_out is the main program. There are detailed notes, and easy to understand.
)
- 2021-03-16 20:29:21下载
- 积分:1
-
SVMcgForRegress
SVM(支持向量机)参数寻优代码,可自动实现支持向量机的参数寻优(SVM (support vector machine) parameter optimization code that can automatically support vector machine parameter optimization)
- 2020-12-25 20:29:05下载
- 积分:1
-
dsp
读取声音信号,并实现对其的插值,matlab仿真(Reading the sound signal, the realization of interpolation)
- 2015-03-17 20:41:01下载
- 积分:1
-
IA_LD
IA_LD是用免疫优化算法(immune algorithm)解决物流配送中心选址(Logistics and Distribution)的问题。文件打开后运行IA_LD.m文件即可得到结果,代码中有详细注释,方便修改。运行示例已经保存为图片附在压缩包中。(IA_LD is immune optimization algorithm (immune algorithm) to solve the logistics distribution center location (Logistics and Distribution) problem. Run IA_LD.m file to get the file to open the result, the code has detailed notes, easy to modify. Run the sample has been saved as a picture attached to the compressed package.)
- 2014-02-08 12:25:55下载
- 积分:1
-
27A_Star_最少时
A星算法,应用于路径规划,可以实现可视化(A star algorithm applied to path planning)
- 2018-01-05 16:35:52下载
- 积分:1
-
NRS_FW_FS
Neighborhood rough set based heterogeneous feature subset selection
- 2009-03-27 02:25:44下载
- 积分:1
-
Chapter-23--Modern-optimization
关于启发式算法的简单介绍以及实例应用分析(A brief introduction of Heuristic with examples.)
- 2011-08-23 21:28:52下载
- 积分: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
-
chordal
輸入兩個由TF, ZPK, SS 或 FRD建立的system function後,程式會自動計算在riemann plot上的Chordal distance值。(function delta=chordal(G1,G2)
This is the Chordal distance calculation tool on riemann plot.
)
- 2009-06-01 14:45:10下载
- 积分:1