CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 搜索资源 - 帧 处理

搜索资源列表

  1. 伺服电动机控制5帧(通用协议传输)

    2下载:
  2. 在vb中用字符串的形式来处理串口协议,具有一定的通用性!本程序用来控制伺服电机,调试通过!-vb used in a string of serial form to the agreement, which have a certain commonality! Procedures used to control the servo motor, debugging through!
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:4063
    • 提供者:王永胜
  1. GPS接收机

    0下载:
  2. GPS接收机只要处于工作状态就会源源不断地把接收并计算出的GPS导航定位信息通过串口传送到计算机中。前面的代码只负责从串口接收数据并将其放置于缓存,在没有进一步处理之前缓存中是一长串字节流,这些信息在没有经过分类提取之前是无法加以利用的。因此,必须通过程序将各个字段的信息从缓存字节流中提取出来,将其转化成有实际意义的,可供高层决策使用的定位信息数据。同其他通讯协议类似,对GPS进行信息提取必须首先明确其帧结构,然后才能根据其结构完成对各定位信息的提取。对于本文所使用的GARMIN GPS天线板,
  3. 所属分类:GPS编程

    • 发布日期:2015-06-11
    • 文件大小:2882
    • 提供者:黄里文
  1. Animationfps

    0下载:
  2. Android游戏开发之帧动画的处理源码-Android game development deal with the source frame animation
  3. 所属分类:android

    • 发布日期:2017-04-05
    • 文件大小:437224
    • 提供者:欧阳三
  1. Mpeg4Decoder0809011

    0下载:
  2. symbian上的yuv视频文件处理程序 可对yuv的每一帧数据进行读取 处理 显示-symbian the yuv video file handling procedures can yuv data of each frame read treatment showed
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-30
    • 文件大小:43477
    • 提供者:赵欣
  1. 75448151lsp3

    0下载:
  2. 语音信号的LPC线性预测编码程序,求其基因周期的源程序了,分帧,预处理,LPC算法-LPC Linear Predictive speech signal coding process, seeking the source of its genetic cycle, and sub-frame, pre, LPC algorithm
  3. 所属分类:Voice Compress

    • 发布日期:2017-04-07
    • 文件大小:1883
    • 提供者:david
  1. TD-SCDMABasebandsignalprocessing

    0下载:
  2. 考虑到TD-SCDMA多种业务信道,本程序可以完成多重业务信道的仿真。完整的程序,包括Turbo信道编解码,CRC生成,扰码,交织,误码率统计,扩频等,程序编写规范,注释非常详细,是研究tdscdma的好东西,也是学习数字信号处理的好材料。-the program can complete several operation.the complete process, including the turbo channel encoding and decoding, CRC,scrambler
  3. 所属分类:3G develop

    • 发布日期:2017-04-03
    • 文件大小:8777
    • 提供者:caiyh
  1. frame

    0下载:
  2. 语音信号处理,分帧,matlab源程序。 语音信号处理,分帧,matlab源程序。-Speech signal processing, sub-frame, matlab source. Speech signal processing, sub-frame, matlab source.
  3. 所属分类:Voice Compress

    • 发布日期:2017-11-13
    • 文件大小:2579
    • 提供者:lizhi
  1. vb_programm

    0下载:
  2. 以921600的波特率接受数据,并识别帧头,对数据进行分组处理,并可保存于txt中-921600 baud rate to accept the data and identify the frame header, the data packet processing, can be stored in txt
  3. 所属分类:Com Port

    • 发布日期:2017-11-19
    • 文件大小:1864367
    • 提供者:李敏
  1. lpczl

    0下载:
  2. 通过改变想要处理的帧,和预测器阶数,对原始语音帧和预测语音帧作一个比较,并作出短时谱和lpc谱,最后作倒谱比较。-By changing the processing of the desired frame, and the predictor order, the original speech frame and the predicted speech frame to make a comparison and to make short-term spectrum and the l
  3. 所属分类:Voice Compress

    • 发布日期:2017-04-10
    • 文件大小:1299
    • 提供者:chen
  1. rwpitch

    0下载:
  2. 对输入的语音信号进行分帧处理,低通滤波,中心削波,求自相关函数最后得到基音轨迹。-Speech input signal framing processing, low-pass filtering, center clipping, seeking autocorrelation function finally got the pitch trajectory.
  3. 所属分类:Voice Compress

    • 发布日期:2017-04-05
    • 文件大小:993
    • 提供者:chen
  1. kikok

    0下载:
  2. 语音信号的分帧加窗的matlab实现及语音信号处理预加重、加窗分帧matlab程序-Sub-frame window of the speech signal and speech signal processing matlab to achieve pre-emphasis, adding windows framing matlab program
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-03
    • 文件大小:16304
    • 提供者:卓鹏
  1. Cepstrum

    0下载:
  2. 对一段语音信号进行处理 分析对象:voiced and unvoiced speech 语音中的清音和浊音 在GUI界面上实现以下功能: 1显示短时频谱 既对信号分帧后直接进行傅里叶变换 2在上面基础上经对数运算后再进行傅里叶反变换得到倒谱 显示两个图像(取对数和之后反变换的) 3根据倒谱再进行倒谱分析 用它观察自相关等等 最终实现基音周期估计(Pitch Detection)和 追踪 Pitch Tracking 这里还要应用到其他一
  3. 所属分类:Voice Compress

    • 发布日期:2017-04-29
    • 文件大小:13382
    • 提供者:wjy
  1. TransmitDiversity_Mode2

    0下载:
  2. LTE下行链路发射分集仿真,仿真配置:16QAM调制、1/3码率Turbo编码、10MHz带宽、每个子帧一个PDCCH符号、单码字、8次迭代Turbo译码,每次处理1000万比特用户数据、早期终止机制、MMSE(最小均方误差)MIMO接收器,PDSCH发射端进行发射分集预编码。信道模型是LTE-MIMO信道附加AWGN信道。收发两端采用的双天线配置,天线相关性为中等。-LTE downlink transmit diversity simulation configuration: 16QAM
  3. 所属分类:3G develop

    • 发布日期:2017-05-05
    • 文件大小:41990
    • 提供者:陈陈
  1. RS232

    0下载:
  2. 打开、关闭串口,读取串口数据,处理串口错误,数据帧封装与解析,多通道绘制波形。(Open and close the serial port, read the serial data, deal with serial error, data frame encapsulation and analysis, multi-channel rendering waveform.)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:CheckerYoung
  1. SCFDE

    5下载:
  2. 该算法是迄今为止我找到的最好的最完整的单载波频域均衡的原理。众所周知,时域均衡一直是接收机的瓶颈能估,频域均衡则要简单的多。频域均衡使用基于块传输的机制,类似于OFDM,并且是单载波的。接收机十分完整,包含载波同步、帧同步等,最重要的均衡处理。(This algorithm is the best and the most complete single carrier frequency domain equalization principle I have found so far. As
  3. 所属分类:通讯编程

    • 发布日期:2020-12-01
    • 文件大小:15360
    • 提供者:呆_呆
搜珍网 www.dssz.com