-
amrwb适用于3G系统的变速率语音编码技术,这篇文档介绍了amrwb中的帧结构。...
amrwb适用于3G系统的变速率语音编码技术,这篇文档介绍了amrwb中的帧结构。-amrwb applicable to the 3G system variable-rate speech coding technology, This document describes the amrwb the frame structure.
- 2022-07-21 15:59:07下载
- 积分:1
-
本文是一个PPT文件,其中为我们介绍了PCM编码的基本过程
本文是一个PPT文件,其中为我们介绍了PCM编码的基本过程-This article is a PPT file, which we introduced the basic process of PCM coding
- 2023-06-18 22:45:03下载
- 积分:1
-
in IEEE downloaded to the EMD and Blind Source Separation of the classic article...
在IEEE上下载到的,EMD和盲源分离的经典文章,对EMD的使用,和应用也是大有裨益-in IEEE downloaded to the EMD and Blind Source Separation of the classic article on the use of EMD. and applications are also of great benefit
- 2022-03-22 06:07:40下载
- 积分:1
-
关于无线传感器网络功率控制的一些文章,很有用的哦…
关于无线传感器网络功率控制的一些文章,很有用的哦。-On wireless sensor network power control of a number of articles, very useful Oh.
- 2022-03-19 13:08:05下载
- 积分:1
-
4 connected LED control procedure is to use assembler interrupt timer 1 minute t...
控制4连LED的程序 是汇编程序用定时器中断来实现1分钟进1位
-4 connected LED control procedure is to use assembler interrupt timer 1 minute to achieve a
- 2022-09-07 23:30:02下载
- 积分:1
-
MCS
MCS-51与数码显示器和键盘的接口,一个原理PPT文件-MCS-51 with digital display and keypad interface, a principle of PPT files
- 2022-04-27 00:05:54下载
- 积分:1
-
PDZ结构控制的规范和模板
PDZ规范和模板的控制
- 2022-05-20 18:01:03下载
- 积分:1
-
计数器高级直接用VS.NET打开来使用,COUNT非常好
计数器高级直接用VS.NET打开来使用,COUNT非常好-directly with senior counter VS.NET open to use, very good COUNT
- 2022-07-25 09:37:23下载
- 积分:1
-
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返...
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返回有效的实际值 */
#define A 10
char value
char filter()
{
char new_value
new_value = get_ad()
if ( ( new_value - value > A ) || ( value - new_value > A )
return value
return new_value
}
2、中位值滤波法
/* N值可根据实际情况调整
排序采用冒泡法*/-10 kinds of software filtering method one example of the procedure, limit the Deputy filter/* A value can be adjusted according to the actual value for the RMS, new_value filter for the current sampling procedures for the effective return of the actual value* /# define A 10 char value char filter () (char new_value new_value = get_ad () if ((new_value- value> A) | | (value- new_value> A) return value return new_value ) 2, the median filtering method/* N values can be adjust the actual situation in the use of bubble sort method* /
- 2023-08-29 16:45:03下载
- 积分:1
-
FAT32文件格式简介。对FAT32文件格式做了一个初步的介绍,使读者能真了解FAT32文件格式的原理。...
FAT32文件格式简介。对FAT32文件格式做了一个初步的介绍,使读者能真了解FAT32文件格式的原理。-About FAT32 file format. FAT32 file format made for an initial introduction, so that the reader can genuinely understand the principle of FAT32 file format.
- 2022-09-30 18:30:03下载
- 积分:1