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

视频<b>采集卡</b>

  • Matlab是一套功能强大的技术计算(technical computing)软件工具

    Matlab是一套功能强大的技术计算(technical computing)软件工具,就数据采集方面来说,它集中了信号采集(它内置一些著名厂商的数据采集卡驱动程序),信号分析(计算),可视化(绘图),文件处理(存盘,打印等)各方面功能于一体,而且很容易开发出WINDOWS图形用户界面(Graphical user interface,缩写为GUI).

    标签: technical computing Matlab 计算

    上传时间: 2014-01-13

    上传用户:shinesyh

  • crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC

    crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。 循环冗余校验CRC 循环冗余校验方法的原理如下: (1) 设要发送的数据对应的多项式为P(x)。 (2) 发送方和接收方约定一个生成多项式G(x),设该生成多项式 的最高次幂为r。 (3) 在数据块的末尾添加r个0,则其相对应的多项式为M(x)=XrP(x) 。(左移r位) (4) 用M(x)除以G(x),获得商Q(x)和余式R(x),则 M(x)=Q(x) ×G(x)+R(x)。 (5) 令T(x)=M(x)+R(x),采用模2运算,T(x)所对应的数据是在原数 据块的末尾加上余式所对应的数据得到的。 (6) 发送T(x)所对应的数据。 (7) 设接收端接收到的数据对应的多项式为T’(x),将T’(x)除以G(x) ,若余式为0,则认为没有错误,否则认为有错

    标签: crc CRC 多项式 位运算

    上传时间: 2014-01-16

    上传用户:hphh

  • 最新版comedi的源码

    最新版comedi的源码,是一些采集板卡的驱动,主要针对研华公司的采集卡

    标签: comedi 源码

    上传时间: 2014-08-07

    上传用户:宋桃子

  • 用labview实现软件无线电

    用labview实现软件无线电,无须DSP.本程序用于当没有NI的采集卡的交互式SDR

    标签: labview 软件无线电

    上传时间: 2015-12-22

    上传用户:asddsd

  • 用labview实现软件无线电

    用labview实现软件无线电,无须DSP.本程序用于当没有NI的采集卡的程序式SDR

    标签: labview 软件无线电

    上传时间: 2014-01-27

    上传用户:xuan‘nian

  • 原名叫avifile

    原名叫avifile,是一个linux上进行多媒体开发的东东,提供了音视频播放采集

    标签: avifile

    上传时间: 2016-01-11

    上传用户:franktu

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    标签: represented integers group items

    上传时间: 2016-01-17

    上传用户:jeffery

  • 该程序可以通过自己写的程序端通过UART控制相机

    该程序可以通过自己写的程序端通过UART控制相机,调整其参数。(编写时是针对Matrox Helios XCL采集卡和Atmel UM8相机)

    标签: UART 程序 控制 相机

    上传时间: 2013-12-19

    上传用户:cuibaigao

  • 从自主研发的角度

    从自主研发的角度,提出了基于虚拟仪器的数字示波器的一种新的设计方法,该方法对数据采集卡硬件设计和配套软件的开发进行了研究。采用PCI接口,用DMA方式传输据,使得采样频率可达100MHz,用户可通过软面 板设置采样参数,采集的数据先送到系统内存,再直接以波形形式显示到软面板上,或者以数据文件格式存到Pc机硬盘。该虚拟示波器已成功运用于弱电信号的采集。

    标签: 角度

    上传时间: 2014-01-09

    上传用户:Avoid98

  • 用游标的方法实现对称差的计算

    用游标的方法实现对称差的计算,即 (A-B)+(B-A)

    标签: 对称 计算

    上传时间: 2016-05-23

    上传用户:远远ssad