CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 数据帧

搜索资源列表

  1. particle_filtering

    2下载:
  2. 这是用粒子滤波算法进行视频跟踪的源程序 初始参数已近设好了,直接运行就可以了 有兴趣的朋友可以吧它改成差帧定位 省的换个视频就要手调一次参数 为了能运算快些 算法的核心代码是用C++编的 用MEX文件转化成dll数据 在matlab中调用的 希望对大家有所参考和帮助 也希望大家有好的想法,我们一起讨论和改进 有 用粒子滤波进行视频跟踪现在国内做的还不多 需要改进的地方也很多 还需大家共同努力啊,哈哈 由于本人用的视频太大,
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:176838
    • 提供者:高显忠
  1. Alamouti

    0下载:
  2. 瑞利衰落信道中空时编码仿真程序: 1.2根发射天线、1根接收天线2.最高信噪比为12dB,即仿真范围为0dB到12dB3.在每个信噪比条件下,误符号数超过20即停止该信噪比条件下的仿真4.每一帧数据为24个QPSK符号
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4947
    • 提供者:陈功
  1. Mp3bianmajiemayuanlihechengxu

    0下载:
  2. MP3文件以一帧为一个编码单元,各帧编码数据是独立的。为了清晰而准确地描述mp3文件格式,下面采用位流语法描述,这种语法格式与c语言近似,易于理解,且描述清晰-An MP3 file to a coding unit, the encoded data frame is independent. In order to clear and accurate descr iption of mp3 file format, the following descr iption of the use
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:183778
    • 提供者:
  1. 9854125413

    0下载:
  2. 运动估计是视频编码的关键技术,其最基本的原理是利用相邻帧间的时间 相关性,通过预测来减少时间冗余度。在实际编码中,为了节省码率,并不传 输每一帧的全部数据,而是利用运动估计求出每一帧与其预测参考帧之间的差 值。运动估计越准确,差值的分布越趋近与零,差值块的能量越小,经过变换、 量化和熵编码后所产生的码流的比特位率也越少。因此,运动估计搜索的准确 程度直接影响到了编码的压缩性能。 -Motion estimation is the key to video encodin
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:17511
    • 提供者:罗鹏
  1. jpeg_decode

    0下载:
  2. 本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧(不支持扩展串行和递进模式及数学编码)。本解码器类的IDCT算法采用三种模式,分别是浮点解码、定点整数解码和定点整数MMX优化解码,您可根据具体情况选择。-jpeg decoder using Huffman encoder、IDCT based on foating decoder、Fixed-point integer decoder and Fi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:103743
    • 提供者:倾泠月
  1. zhenfengzhuang

    0下载:
  2. 编程实现帧封装。帧封装只是在数据的头和尾上加特定的二进制数据,可以直接用读写二进制文件的方式读出来,然后把该加的头尾写进去就行了。 -Programming frame package. Encapsulated only in the data frame the head and tail add a specific binary data, you can read and write binary files directly read out the way and the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:2075
    • 提供者:
  1. FrameParser

    0下载:
  2. 该程序可用于解析帧数据,经过计算可以很好地解决帧数据解析问题。-The program can be used to resolve the frame data, after calculating the frame can solve the problem of data analysis.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2957
    • 提供者:明月
  1. frame_syn

    1下载:
  2. 这是一个帧同步数据搜索模块,用于检测输入的数据流中的帧头,当检测到帧头后输出一个同步信号。 输入数据为 8bit的并行数据流,数据流中的每帧由 10 个字节组成,为 1个字 节的帧头(47H)加上 9 个字节的数据。各个字节的中间部分与时钟上升沿对齐。 每帧数据中,除帧头外的其他数据也可能为 47H。 在数据传输过程中,帧头数据有可能受到干扰而变为其他数值,因此要求输出同步信号时具有一定的容错功能。-This is a frame synchronization
  3. 所属分类:matlab例程

    • 发布日期:2014-03-16
    • 文件大小:409234
    • 提供者:追月
  1. stp

    0下载:
  2. 生成树协议的国际标准是IEEE802.1d。运行生成树算法的网桥/交换机在规定的间隔 (默认2秒)内通过网桥协议数据单元(BPDU)的组播帧与其他交换机交换配置信息 -Spanning Tree Protocol (STP) is a Layer 2 protocol that runs on bridges and switches. The specification for STP is IEEE 802.1D. The main purpose of STP is to ensure t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:1242
    • 提供者:yupeng
  1. m_send_receive

    0下载:
  2. 64长度的m序列的捕获过程,同时有数据部分经过调制解调和m序列的成帧过程等描述-64 m length sequence capture process, while there is some data through the modem and m describe the sequence of framing processes
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:808
    • 提供者:李双
  1. find_frameStart

    0下载:
  2. 用matlab在所采集到的数据中快速寻找首帧,只需要改几个参数就能实现。-It is easy to find the start frame in recieving data.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:790
    • 提供者:陈作
  1. jiyinjiance

    1下载:
  2. 基音检测: 对给定语料估计其基音周期。 要求用MATLAB或C语言实现有关基音检测算法,并给出检测结果与实验报告 实验语料:MaoYiSheng.raw 发音:“茅以升”;时长0.9s;采样率:8kHz;量化精度为16bits/sample;数据格式 LSB,MSB 分析帧长:20ms(160样点) 总帧数:45-Pitch Detection: For a given corpus to estimate the pitch period. Require MAT
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:932
    • 提供者:zhangyanshan
  1. image-fit

    0下载:
  2. 多帧图像数据拟合,可以对多幅图片数据进行数据拟合。-Fitting multi-frame image data, image data can be multiple data fitting.
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:1322138
    • 提供者:mejyzhng
  1. SavePPM

    0下载:
  2. 将像素数据写成一幅PPM格式的图片,像素数据为灰度图的数据,附件里有一个图像数据,宽150,高90,共100帧-The data will be written in a grayscale image PPM format, the program is written in matlab, the file contains a grayscale data.
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:880852
    • 提供者:ghc
  1. LDPC-PROGRAM

    0下载:
  2. LDPC 从编码到BP解码全部 大家可以参考下 不错的代码 值得深入学习 保证可以在MATLAB上跑-LDPC DEMO 数据帧可以任意选择
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:238442
    • 提供者:蒋超
  1. ALOHA-protocol-simulation

    0下载:
  2. ALOHA协议的思想很简单,只要用户有数据要发送,就尽管让他们发送。当然,这样会产生冲突从而造成帧的破坏。但是,由于广播信道具有反馈性,因此发送方可以在发送数据的过程中进行冲突检测,将接收到的数据与缓冲区的数据进行比较,就可以知道数据帧是否遭到破坏。-ALOHA protocol s thought is very simple, as long as the user data to be sent, although let they send. There are, of course,
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:2125
    • 提供者:熊晓玲
  1. FlexRay_Header_CRC_cal

    0下载:
  2. 这是关于FlexRay总线网络设计过程中,计算每个网络节点的数据帧头部循环校验码的程序。计算结果在控制台下显示为一个二进制数组。-This is a project completed on Visual C++ 6.0, which could be used for calculation of the header CRC code of each node in a FlexRay network. The results are displayed as an array of bin
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:190892
    • 提供者:王刚
  1. dw_pyserial_work

    1下载:
  2. 利用python开发一款跨平台的串口通讯程序,基于串口线程的异步通讯。实现自动查找可用串口,数据帧的异步接收,数据分析和图形显示,可作为硬件调试用的上位机软件。(Using Python to develop a cross platform serial communication program, asynchronous communication based on serial thread. Automatic lookup of available serial ports, asy
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-04
    • 文件大小:2048
    • 提供者:dw001
  1. pprttimestamping

    0下载:
  2. 面向AVS—M 的快速帧问预测模式选择算法()
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-06
    • 文件大小:159744
    • 提供者:EMJW&1452
  1. Ilvinois-consist

    0下载:
  2. 面向AVS—M 的快速帧问预测模式选择算法()
  3. 所属分类:数据挖掘

    • 发布日期:2018-04-30
    • 文件大小:159744
    • 提供者:DCDugm%2B483
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com