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

数字<b>语音处理</b>

  • 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

  • 本程序主要针对近景数码相片中的标志点的精确定位

    本程序主要针对近景数码相片中的标志点的精确定位,采用VC ++语言,通过一些基本的数字图象处理的方法以及数学中最小二乘算法,所编写的

    标签: 程序 数码相片 标志点 近景

    上传时间: 2013-12-10

    上传用户:xfbs821

  • 著名的k均值算法程序

    著名的k均值算法程序,希望对做语音处理的人有用

    标签: 均值算法 程序

    上传时间: 2015-12-25

    上传用户:我们的船长

  • 嵌入系统

    嵌入系统,用于语音处理,消除回声,使声音更清楚,使用microchip pic24 16位单片机,开发环境mplab7。0以上

    标签: 嵌入系统

    上传时间: 2016-01-13

    上传用户:heart520beat

  • 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

  • 数学方便的书籍

    数学方便的书籍,主要讲数字信号的处理与分析,英文原版书籍

    标签: 书籍

    上传时间: 2016-01-17

    上传用户:520

  • 代码是关于LPC2468 外设源代码

    代码是关于LPC2468 外设源代码,其涵盖USB主从模式,和语音处理代码

    标签: 2468 LPC 代码 外设

    上传时间: 2013-12-13

    上传用户:懒龙1988

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

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

    标签: 对称 计算

    上传时间: 2016-05-23

    上传用户:远远ssad

  • 含有线性插值, 样条插值,Gau ·清华大学2002年出版的《科学 ·等值线图广泛应用于石油勘探 ·此文件包括蒙特卡罗方法的基 ·书是针对工程上常用的行之有 ·一个目标跟踪系统的M

    含有线性插值, 样条插值,Gau ·清华大学2002年出版的《科学 ·等值线图广泛应用于石油勘探 ·此文件包括蒙特卡罗方法的基 ·书是针对工程上常用的行之有 ·一个目标跟踪系统的MATLAB ·基于最小二乘原理的曲线拟合 ·三次样条曲线拟合 这个也是 ·快速傅立叶变换的源代码,是 ·数字水印技术处理

    标签: 2002 Gau 线性插值 插值

    上传时间: 2014-01-18

    上传用户:1079836864

  • 词法分析器 对输入一个函数

    词法分析器 对输入一个函数,并对其分析main() { int a,b a = 10 b = a + 20 }

    标签: 分析器 函数 输入

    上传时间: 2013-12-20

    上传用户:hfmm633