虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Times

  • 基于LMS和RLS的自适应滤波器的应用仿真

    这是一篇论文,基于LMS和RLS的自适应滤波器应用仿真

    标签: 随机信号分析 LMS RLS 应用仿真

    上传时间: 2015-05-18

    上传用户:Eric9527

  • 图像边缘检测

    模式识别,图像处理,SVM,支持向量机 §编制程序显示印章图像(24位真彩色位图); §    读出位图中每一像素点的(R,G,B)样本值; §    以RGB其中某两个(或三个)为坐标,取一定数量的图像点为分析样本,分析其坐标系中的分布; §    采用本章将要学习的方法找到分类判别函数,对这些样本进行分类;(要求首先将印章与底纹区分,将印章、底纹、签字区分)

    标签: 模式识别 图像处理

    上传时间: 2015-06-08

    上传用户:alqw

  • 麦克风培训资料

    一、名词解释 二、驻极体电容传声器工作原理 三、驻极体电容传声器技术参数 四、实际使用中应注意的几个问题

    标签: 麦克风培训资料

    上传时间: 2016-01-19

    上传用户:Oliver

  • 永磁同步直线电机控制系统的设计与仿真

    本文首先对直线电机的原理和控制方法进行综述,然后利用Matlab进行仿真并作出简要分析。

    标签: 电机 控制 仿真

    上传时间: 2016-02-17

    上传用户:netangels

  • 蛇形矩阵(规律)

    题目描述 蛇行矩阵 Problem 蛇形矩阵是由1开始的自然数依次排列成的一个矩阵上三角形。 输入 Input 本题有多组数据,每组数据由一个正整数N组成。(N不大于100)  输出 Output 对于每一组数据,输出一个N行的蛇形矩阵。两组输出之间不要额外的空行。  矩阵三角中同一行的数字用一个空格分开。行尾不要多余的空格。  样例输入 5 样例输出 1 3 6 10 15 2 5 9 14 4 8 13 7 12 11

    标签: 数字规律 数组 三角形

    上传时间: 2016-02-29

    上传用户:lwol2007

  • 自动导引小车调度(外文)

    Guided vehicles (GVs) are commonly used for the internal transportation of loads in warehouses, production plants and terminals. These guided vehicles can be routed with a variety of vehicle dispatching rules in an attempt to meet performance criteria such as minimizing the average load waiting Times. In this research, we use simulation models of three companies to evaluate the performance of several real-time vehicle dispatching rules, in part described in the literature. It appears that there is a clear difference in average load waiting time between the different dispatching rules in the different environments. Simple rules, based on load and vehicle proximity (distance-based) perform best for all cases. The penalty for this is a relatively high maximum load waiting time. A distance-based rule with time truncation, giving more priority to loads that have to wait longer than a time threshold, appears to yield the best possible overall performance. A rule that particularly considers load-waiting time performs poor overall. We also show that using little pre-arrival information of loads leads to a significant improvement in the performance of the dispatching rules without changing their performance ranking.

    标签: Testing and classifying vehicle dispatching rules in three real-world settings

    上传时间: 2016-04-01

    上传用户:五块钱的油条

  • GoDec_beta_1.0和SSGoDec_beta_1.0代码亲测可运行

    该代码用于视频中背景与前景的分离 Run "TestGoDec" firstly for testing the background modeling by GoDec on Hall  dataset.  Run "TestSSGoDec" firstly for testing the background modeling by Semi-Soft  GoDec on Hall dataset. The time cost on my PC is 8.75s, which is >4 Times  faster than ordinary GoDec. 

    标签: GoDec

    上传时间: 2016-04-25

    上传用户:shiaijianjun

  • 空调机遥控发射机的设计

    单片机课程设计, 设计以AT89C51为核心的遥控器电路,并编写相关的系统软件(汇编、C51程序均可)

    标签: 空调机 遥控发射机

    上传时间: 2016-05-02

    上传用户:949712300

  • 共轭梯度法--MATLAB程序

    共轭梯度法为求解线性方程组而提出。后来,人们把这种方法用于求解无约束最优化问题, 使之成为一种重要的最优化方法。   共轭梯度法的基本思想是把共轭性与最速下降方法相结合, 利用已知点处的梯度构造一组共 轭方向, 并沿这组方向进行搜索, 求出目标函数的极小点。 根据共轭方向的基本性质, 这种 方法具有二次终止性。 在各种优化算法中, 共轭梯度法是非常重要的一种。 其优点是所需存 储量小,具有步收敛性,稳定性高,而且不需要任何外来参数。   共轭方向   无约束最优化方法的核心问题是选择搜索方向 . 在本次实验中 , 我们运用基于共轭方向的一种 算法 — 共轭梯度法   三.算法流程图:     四.实验结果:   (1). 实验函数   f=(3*x1-cos(x2*x3)-1/2)^2+(x1^2-81*(x2+0.1)+sin(x3)+1.06)^2+(exp(-x1*x2)+20*x3+ 1/3*(10*3.14159-3))^2;   给定初始点 (0,0,0) , k=1 ,最 大迭代次数 n       d   确定搜索方向   进 退 法 确 定 搜 索 区 间   分割法确定最 优步长  

    标签: MATLAB 梯度 程序

    上传时间: 2016-05-08

    上传用户:saren11

  • 基于dsp的IIR滤波器设计

    基于dsp的iir滤波器设计包括matlab介绍,ccs介绍。 IIR(Infinite Impulse Response,无限冲激响应)滤波器原理及使用方法; 使用MATLAB语言设计IIR滤波器的方法; 了解DSP对IIR滤波器的设计及编程方法; 在CCS环境下对IIR滤波器的调试方法;

    标签: dsp IIR 滤波器设计

    上传时间: 2016-05-08

    上传用户:梅浩梅浩