-
AQ430_C_Code
matlab的关于bpsk的仿真代码,对正在学习bpsk的朋友很有帮助(simulation code, matlab on bpsk friends are learning bpsk helpful)
- 2013-01-09 22:58:54下载
- 积分: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
-
MT_Forward
地球物理大地电磁测深的正演代码,包含了有限差分、有限元等(magnetotelluric 2D forward finite element program)
- 2013-12-23 14:24:27下载
- 积分:1
-
FSOUCP
基于人工鱼群算法的投影寻踪模型通用MATLAB源码(Artificial fish-swarm algorithm based on Projection Pursuit Model GM MATLAB source)
- 2008-12-20 11:21:19下载
- 积分:1
-
GMM_EM
E-step and M-step in GMM
- 2010-11-17 03:29:50下载
- 积分:1
-
pso
壁障 粒子群算法 结构简单 内有详细说明(Barrier particle swarm algorithm is described in detail within a simple structure)
- 2011-09-22 09:41:39下载
- 积分:1
-
fhcq_zxmzf
用matlab程序模拟凤凰传奇《最炫民族风》的代码(song played by matlab)
- 2012-11-09 17:13:11下载
- 积分:1
-
分岔图的总结
说明: 混沌动力学行为研究的程序说明,功率谱,最大李雅谱指数,三维、二维以及时间序列图(Program description of chaotic dynamics behavior study, power spectrum, maximum lyapunov index, three - dimensional, two - dimensional and time series diagrams)
- 2020-10-08 16:57:36下载
- 积分:1
-
lqr
说明: 无人驾驶汽车运动控制分为纵向控制和横向控制。纵向控制是指通过对油门和制动的协调,实现对期望车速的精确跟随。横向控制实现无人驾驶汽车的路径跟踪。其目的是在保证车辆操纵稳定性的前提下,不仅使车辆精确跟踪期望道路,同时使车辆具有良好的动力性和乘坐舒适性。(The motion control of driverless cars is divided into vertical control and lateral control. Longitudinal control refers to the precise follow-up of the desired speed by coordinating the throttle and brake. Lateral control enables path tracking of driverless cars. The purpose is to ensure that the vehicle accurately tracks the desired road while ensuring the stability of the vehicle, while at the same time making the vehicle have good power and ride comfort.)
- 2021-04-15 21:18:54下载
- 积分:1
-
Unititled1
该程序是实现一个心电信号监测的模拟波形设计,能使显示不同的界面。(The program is to achieve a simulated ECG waveform monitoring design, can display a different interface.
)
- 2011-12-12 17:21:23下载
- 积分:1