-
ICA
ICA独立成分分析对信号进行特征提取,盲源分析保留有用信号通道(ICA independent component analysis for signal feature extraction and blind source analysis to preserve the desired signal channel)
- 2012-07-17 21:29:42下载
- 积分:1
-
road
BP神经网络预测公路运量
1.问题的描述
公路运量主要包括公路的客运量和公路货运量两个方面。据研究,某地区的公路运量主要与该地区的人数、机动车数量和公路面积有关,表1给出了20年得公路运量相关数据,表中人数和公路客运量的单位为万人,机动车数量单位为万两,公路面积的单位为万平方千米,公路货运量单位为万吨。
根据有关部门数据,该地区2010年和2011年的人数分别为73.39和75.55万人,机动车数量分别为3.9635和4.0975万辆,公路面积将分别为0.9880和1.0268万平方米。请利用BP神经网络预测该地区2010年2011年得公路客运量和公路货运量。
(BP neural network to predict the road traffic (1) description of the problem of road traffic including road passenger and road freight volume two. According to research, an area of road traffic and the number of the region, the number of motor vehicles and road area, Table 1 shows the 20 years have to road traffic-related data, the table number and road passenger traffic units for people , million two units of the number of motor vehicles, road area in square kilometers, the highway freight volume was 10 000 tons. According to relevant data, the number of people of the region in 2010 and 2011 were 73.39 and 75.55 million, the number of motor vehicles were 3.9635 and 4.0975 million units, the road area were 0.9880 and 1.0268 million square meters. Please use the BP neural network in the region in 2011, 2010 have highway passenger volume and road cargo.)
- 2012-08-13 20:09:28下载
- 积分:1
-
lpc_m
实现LPC线性预测分析,能够提取AR模型参数并进行DCT变换处理(The realization of LPC linear prediction analysis, AR model parameters can be extracted and DCT transform)
- 2007-12-04 15:34:19下载
- 积分:1
-
Sample
光线布拉格光栅反射谱,matlab模拟程序(Bragg grating reflection spectrum of light, matlab simulation program)
- 2011-04-24 09:38:33下载
- 积分:1
-
VDSL_up
VDSL的上行链路仿真,满足以下指标:
1.下行(局端到用户端)速率:20Mbps,上行(用户端到局端)速率:5Mbps;传输距离为500m;在Eb/N0 = 15dB时实现误比特率Pe<=10-4
2.可用信道频谱:0.138MHz-12MHz
3.双绞线模型采用RLCG模型,传输介质为0.4mm PE cable
(simulation of VDSL up link)
- 2011-07-19 21:43:28下载
- 积分:1
-
zuixiaofangchazijiaozheng
最小方差自校正调节器matlab程序。运用最小二乘法,可设定遗忘因子。(Minimum variance self-tuning regulator matlab program. Least square method, you can set a forgetting factor.)
- 2013-08-12 16:01:33下载
- 积分:1
-
zhengche
七自由度整车模型,四个车轮的转动,纵向侧向运动,以及横摆运动,包括dugoff轮胎模型以及其中的参数(Seven degrees of freedom vehicle model, four wheel rotation, vertical lateral movement and yaw movement, including dugoff tire model and parameters which)
- 2021-03-30 16:39:10下载
- 积分: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
-
Train-Weigher-data-processing-based-on-HHT
本matlab程序可以对列车称重仪的数据进行分析处理,是一个hilbert-huang变换的很好例子!(The matlab program can train weighing instrument of data analysis and processing, is a hilbert-huang transform a good example!)
- 2009-12-15 10:36:59下载
- 积分:1
-
matlabclassiccodeexamples
这是一个matlab的程序包,里面都是一些经典和常用的例子,有完整的代码。(this is a package of matlab code, in which there are lots of classic and useful examples with whole code.)
- 2010-01-19 10:10:35下载
- 积分:1