CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - average

搜索资源列表

  1. rc6_avr

    0下载:
  2. AVR单片机的优化RC6 加密算法(速度快,其优化思想绝对值得学习) 在有128bytes RAM 的AVR单片机上执行 rc6 16/10/8(16 bit/10 rounds/8 bytes keys) * 对多数代码进行了 C 语言优化,对数据相关循环移位,模乘等用ASM优化 * 在4MHz无乘法器的AVR上得到平均 1172 Bytes/s的加解密速度。 * 编译器: AVR-G-AVR optimization RC6 encryption algorithm
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:5854
    • 提供者:陈谭
  1. doc_filter_by_software_c_code_by_zhzzh18

    0下载:
  2. 1、限幅滤波法(又称程序判断滤波法) 2、中位值滤波法 3、算术平均滤波法 4、递推平均滤波法(又称滑动平均滤波法) 5、中位值平均滤波法(又称防脉冲干扰平均滤波法) 6、限幅平均滤波法 7、一阶滞后滤波法 8、加权递推平均滤波法 9、消抖滤波法 10、限幅消抖滤波法 -1, limiting filtering method (also known as the filtering procedure judgment) 2, and the media
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1330
    • 提供者:许海洋
  1. 软件法实现7段 SVPWM

    1下载:
  2. 利用TMS320LF240x实现SVPWM算法的程序 下面给出了利用TMS320LF2407实现SVPWM算法的一个应用程序。在该程序中,我们假设有200个电压矢量Uout 平均分布在电角度为2π的范围内,通过改变SVPWM的调制周期T可以改变输出的3相正弦波的频率。 源程序代码-use TMS320LF240x SVPWM algorithm to achieve the following procedure is the use of TMS320LF2407 SVPWM algo
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:20584
    • 提供者:zhangfj_99
  1. CFARzz

    0下载:
  2. CFAR代码,CFAR是用于雷达的一种滤波方法,称为平均值滤波,本程序给出了主程序以及CFAR-function,并且有噪音图和信号图,可以进行比较分析-CFAR code, CFAR radar for a filtering method, known as average filtering, the process is the main program and CFAR-function, and the noise and signal map plan, it can conduc
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:1053474
    • 提供者:zz
  1. TimerMode_PWM

    0下载:
  2. he LPC932 can be used to create a Pulse Width Modulated PWM signal. That s an analog signal, with only 2 discrete levels, for example 0V and 5V and a constant period. The current value of this signal at a certain poiTnt of time is proportional to its
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:1141
    • 提供者:赵树斌
  1. lks

    0下载:
  2. 给大家传两个Keil的插件,平凡工作室做的,很棒,可以在Keil中模拟出实验板,能作不少实验(ledkey,simboard) 使用说明: 1. 请将下载的2个插件内容拷贝到uVision 的安装目录下的 \\Keil\\C51\\BIN 中 2. 修改 Tool.ini, 此文件位于 uVision 的安装目录 \\keil 下. 请将下面的内容 添加到 [C51] 部分的后面. AGSI1=ledkey.dll (\"ledkey\") AGSI2
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:129764
    • 提供者:李伟
  1. ReverseSort

    0下载:
  2. ReverseSort程序描述: 本程序包括:线性链表的逆序(从尾到头排序),链表正常排序(按.num项从大到小排序), 链表输出-ReverseSort procedures Descr iption : The procedures include : linear Chain Reverse (from the tail end of the motorway sequencing), Ranking List normal (. num items on average ran
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:1787
    • 提供者:邢兰停
  1. verilog_risc

    0下载:
  2. RISC状态机由三个功能单元构成:处理器、控制器和存储器。 RISC状态机经优化可实现高效的流水线操作。 RISC 中的数据线为16位。 在数据存储器中的0到15的位置放置16个随机数,求16个数的和,放在数据存储器的16、17的位置,高位在前 对这16个数进行排序,从大到小放置在18到33的位置 求出前16个数的平均数,放在34的位置 基本指令有NOP, ADD, SUB, AND, RD, WR, BR,BC。 因为采用16位指令,有扩充的余地。-RISC
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:129602
    • 提供者:lyn
  1. DigitalFilterCprogram

    0下载:
  2. 在许多的数据采集系统中,现场的强电设备较多,不可避免 地会产生尖脉冲干扰,这种干扰一般持续时间短,峰值大,对这样 的数据进行数字滤波处理时,仅仅采用算术平均或移动平均滤波 时,尽管对脉冲干扰进行了1/n的处理,但,其剩余值仍然较大。 这种场合最好的策略是:将被认为是受干扰的信号数据去掉,这 就是防脉冲干扰平均值滤波法的原理。-In many data acquisition system, the strong electrical equipment at the
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-02
    • 文件大小:4316
    • 提供者:倪晨
  1. MovingAverageFilter

    1下载:
  2. This zip file contains the moving average filter code written in verilog HDL
  3. 所属分类:VHDL编程

    • 发布日期:2013-05-27
    • 文件大小:1148361
    • 提供者:Jagan
  1. Average

    0下载:
  2. 利用ISE软件编写的求平均数的verilog程序,可以用来求平均数,用来对信号幅度的平均值进行计算-ISE software written request using the average of the verilog program can be used to seek the average used to calculate the average amplitude of the signal
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:193743
    • 提供者:蜡笔
  1. Average

    0下载:
  2. Average value precision
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-01
    • 文件大小:3944
    • 提供者:Ninoslav
  1. Geodetic.formula.calculating.average.argument

    0下载:
  2. 大地主题解算平均引数公式Geodetic formula for calculating the average argument -Geodetic formula for calculating the average argument
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:191726
    • 提供者:o00
  1. Moving_average_algorithm

    0下载:
  2. Document detailing the moving average algorithm.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-23
    • 文件大小:60436
    • 提供者:mcholbi
  1. Extra-Excercise---Moving-Average-Jiten-Bhatt-1130

    0下载:
  2. VHDL code on implementing a system to calculate moving average
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-26
    • 文件大小:151275
    • 提供者:Parvathy
  1. average-pcf8591

    0下载:
  2. linux下S3C2440控制PCF8591,读取4通道数据并计算平均值。关键点是,每次读取必须抛掉第一个数据,有效数据从第二个算起-S3C2440 linux under control PCF8591, 4-channel data read and calculate the average. The key point is that each read data to discard the first valid data from the second counting! ! !
  3. 所属分类:嵌入式Linux

    • 发布日期:2013-07-04
    • 文件大小:1234
    • 提供者:123
  1. Measured-peak--maximum--average

    0下载:
  2. 测峰值,最大值,平均值c51程序,1602显示-Measured peak, maximum, average c51 procedures, 1602
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:3496
    • 提供者:李昕月
  1. AVERAGE-CALCULATE

    0下载:
  2. 提供两种去除最大值和最小值计算数组平均值的方案 皆只需循环一次-calculate average(without max and min)
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:1078
    • 提供者:邓志浩
  1. The-arithmetic-average-filtering

    0下载:
  2. 基于KEIL开发环境的算术平均值滤波51单片机C语言程序代码-KEIL development environment based on the arithmetic average of the filter 51 microcontroller C language code
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:10894
    • 提供者:汪彦飞
  1. unsigned-int-Average

    0下载:
  2. 把采集到的一段数据,去掉最大值、最小值之后,进行平均处理-Get rid of a piece of data, collected after maximum, minimum, average processing
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-13
    • 文件大小:2285
    • 提供者:刘帅
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com