-
ti661
课程设计时编写的matlab程序代码,模拟数据分析处理的过程,研究生时的现代信号处理的作业。( Course designed to prepare the matlab program code, Analog data analysis processing, Modern signal processing jobs when the graduate.)
- 2017-04-09 19:53:57下载
- 积分:1
-
mohuPID
倒立摆模糊PID控制以及MATLAB仿真(Inverted pendulum fuzzy PID control and MATLAB simulation)
- 2010-05-15 09:34:01下载
- 积分:1
-
excercise_PCA
Matlab Coce for PCA 5
- 2012-05-08 21:09:30下载
- 积分:1
-
OQPSK_AWGN2
oqpsk in awgn channel
- 2011-06-22 00:21:52下载
- 积分:1
-
FPGA_PID
基于Xilinx System Generator的Simulink仿真代码(Based on the Xilinx System Generator Simulink simulation code)
- 2020-10-25 16:50:00下载
- 积分:1
-
classifier
各种分类器的源码,有注释和功能描述,马氏,贝叶斯,最大似然等(Various classifier source, there are notes and functional description)
- 2014-11-16 17:29:37下载
- 积分:1
-
anheader
Analyse GPS Header in RINEX
- 2015-03-02 21:02:37下载
- 积分:1
-
multimedia_materials
Joint Estimation of Channel and Oscillator Phase
Noise in MIMO Systems Hani Mehrpouyan, Member, IEEE, Ali A. Nasir, Student Member, IEEE, Steven D. Blostein, Senior Member, IEEE,
Thomas Eriksson, George K. Karagiannidis, Senior Member, IEEE, and Tommy Svensson, Senior Member, IEEE
IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 60, NO. 9, SEPTEMBER 2012 1
- 2014-02-21 07:53:18下载
- 积分: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
-
Tutorial-by-EEMD
应用EEMD方法分析温度的完整的程序,可直接运行。内附详细的程序调用以及分析。(Tutorial to analysis the annual mean global surface temperature anomaly by EEMD)
- 2012-05-07 11:36:46下载
- 积分:1