登录
首页 » Others » USB2.0

USB2.0

于 2011-07-11 发布 文件大小:3KB
0 180
下载积分: 1 下载次数: 11

代码说明:

  用matlab对摄像头进行编程,读取数据并进行处理(Using matlab to program the camera to read the data and processing)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • jialiu
    甲流的症状 ,如果最近感冒了,看看这个是否和自己相符合,( A flow is a very dangerous)
    2009-12-30 17:28:26下载
    积分:1
  • Signal-Denoising-and-procedures
    数字信号处理,输入一段加有噪声的信号,经过一段滤波程序后输出有用波形(Digital signal processing, input a signal with noise added, after a filtering procedure useful for waveform output)
    2011-05-03 15:42:53下载
    积分:1
  • fbg_zhouxiang
    布拉格光纤光栅受轴向应力对反射谱的影响仿真研究(Fiber Bragg grating subjected to axial stress on the reflection spectrum of simulation )
    2010-10-30 16:46:59下载
    积分:1
  • AdaptiveFilteringPrimerwithMATLAB
    内容包括离散时间信号简介、随机变量和随机过程的基本知识、维纳滤波器的基本知识、误差性能曲面的性质、牛顿法、最陡下降法、LMS算法及各种改进算法、最小二乘算法等的介绍。(Include discrete-time signal profiles, random variables and a basic knowledge of stochastic processes, Wiener filter basic knowledge of the nature of the error performance surface, Newton method, steepest descent method, LMS algorithm and a variety of improved algorithms, least-squares algorithm such as introduction.)
    2009-11-14 15:35:30下载
    积分:1
  • BA_nornor2
    send you my example code
    2011-11-11 10:27:22下载
    积分:1
  • nlms
    归一化的最小均方误差算法,是初学者学习无线信道算法的好资料。(normalized linear mean square algorithm useful for freshmen)
    2011-12-22 22:13:37下载
    积分:1
  • parabolicequation
    parabolic equation solver matlab code
    2014-01-09 19:18:21下载
    积分:1
  • fuzzy_control
    用MATLAB编写的离散模糊控制程序,结合本程序,我相信能能更快更好的理解模糊控制算法。算法在MATLAB Version: 7.14.0.739 (R2012a)运行无误。 function [FCU_T1,FCU_T2,FCU_T3,FCU_T4]=fuzzy_table(Me,Mec,Mu,UC) Me 隶属度表1 Mec 隶属度表2 Mu 隶属度表3 UC 模糊规则 FCU_T1 重心加权法,输出精确值 FCU_T2 重心加权法,输出离散值 FCU_T3 重心加权法(对隶属度平方),输出离散值 FCU_T4 最大隶属度法 function [R,n,nE,nEC,nU,nfe,nfec,nfu]=fuzzy_relation(Me,Mec,Mu,UC) Me 隶属度表1 Mec 隶属度表2 Mu 隶属度表3 UC 模糊规则 R 表示全体规则构成的模糊关系 n=nfe×nfec nE 模糊变量E的语言值个数 nEC 表示模糊变量EC的语言值个数 nU 表示模糊变量U的语言值个数 nfe 表示E的等级量个数,示例1中其论域为{-6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6} nfec 表示EC的等级量个数,示例1中其论域为{-6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6} nfu 表示U的等级量个数,示例1中其论域为{-7 -6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6 7} Me 表示E的隶属度表 Mec 表示EC的隶属度表 Mu表示U的隶属度表 UC表示规则表(fuzzy control algorithm(matlab program))
    2015-05-19 14:23:20下载
    积分:1
  • shuzhijifen
    采用matlab仿真软件对数值积分进行了编码,里面包含了各种积分的编码计算(Using numerical integration matlab simulation software was coded, which contains a variety of points of coding using)
    2010-09-27 16:25:09下载
    积分:1
  • On-lineMultistepPredictiveControlofTempretureBased
    预测控制是一种新型的控制算法之一。经典的PID控制方法简单方便,但是精度不高。近年来发展的自适应、自校正方法精度高,但其本质要求在线辨识对象模型,对过程的未建模动态和扰动的适应能力差,鲁棒性不好。预测控制方法集PID和自适应方法二者之长,是一种面向工业过程特点、对模型要求低、在线计算方便、控制精度高的算法。数字计算机向小型、高速、大容量、低成本方向的发展,为预测控制这类新算法的实现提供了物质基础。 本文以PCT—Ⅲ型过程控制系统装置为平台,将预测控制算法运用到实际系统中去,该装置分为水位系统和温度系统。本文是将多步预测控制算法运用到温度系统。应用控制软件采用北京亚控公司的组态王软件(KingView),它界面设计能力强,也可以简单编程,但计算能力差,不能进行矩阵计算。而在温度多步预测控制中,计算量大,编程复杂,因此引入Matlab软件解决计算和编程,要解决的问题是MATLAB和组态王的数据交换,采用动态数据交换技术(DDE)。 预测控制算法有多种,本文采用的是动态矩阵控制方法(DMC)。(Predictive control is one of a new control algorithm. The classic PID control method is simple, but the accuracy is not high. In recent years the development of adaptive, self-calibration method is accurate, but its object model online identification of the essential requirements of the process unmodeled dynamics and disturbances poor adaptability, robustness is not good. Prediction and adaptive PID control method sets the length of the two methods is a feature for industrial processes, low requirement on the model, online convenience of calculation, the control algorithm for high accuracy. Digital computers to small, high-speed, large capacity, lower costs of development, such as predictive control implementation of the new algorithm provides the material base. In this paper, PCT-Ⅲ type of process control system devices as a platform, the predictive control algorithm to apply to the actual system, the device is divided into water system and temperature system. This is a multi-step pre)
    2010-12-24 14:04:25下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载