搜索资源列表
rc6_avr
- 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
doc_filter_by_software_c_code_by_zhzzh18
- 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
软件法实现7段 SVPWM
- 利用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
CFARzz
- 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
TimerMode_PWM
- 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
lks
- 给大家传两个Keil的插件,平凡工作室做的,很棒,可以在Keil中模拟出实验板,能作不少实验(ledkey,simboard) 使用说明: 1. 请将下载的2个插件内容拷贝到uVision 的安装目录下的 \\Keil\\C51\\BIN 中 2. 修改 Tool.ini, 此文件位于 uVision 的安装目录 \\keil 下. 请将下面的内容 添加到 [C51] 部分的后面. AGSI1=ledkey.dll (\"ledkey\") AGSI2
ReverseSort
- 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
verilog_risc
- 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
DigitalFilterCprogram
- 在许多的数据采集系统中,现场的强电设备较多,不可避免 地会产生尖脉冲干扰,这种干扰一般持续时间短,峰值大,对这样 的数据进行数字滤波处理时,仅仅采用算术平均或移动平均滤波 时,尽管对脉冲干扰进行了1/n的处理,但,其剩余值仍然较大。 这种场合最好的策略是:将被认为是受干扰的信号数据去掉,这 就是防脉冲干扰平均值滤波法的原理。-In many data acquisition system, the strong electrical equipment at the
MovingAverageFilter
- This zip file contains the moving average filter code written in verilog HDL
Average
- 利用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
Average
- Average value precision
Geodetic.formula.calculating.average.argument
- 大地主题解算平均引数公式Geodetic formula for calculating the average argument -Geodetic formula for calculating the average argument
Moving_average_algorithm
- Document detailing the moving average algorithm.
Extra-Excercise---Moving-Average-Jiten-Bhatt-1130
- VHDL code on implementing a system to calculate moving average
average-pcf8591
- 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! ! !
Measured-peak--maximum--average
- 测峰值,最大值,平均值c51程序,1602显示-Measured peak, maximum, average c51 procedures, 1602
AVERAGE-CALCULATE
- 提供两种去除最大值和最小值计算数组平均值的方案 皆只需循环一次-calculate average(without max and min)
The-arithmetic-average-filtering
- 基于KEIL开发环境的算术平均值滤波51单片机C语言程序代码-KEIL development environment based on the arithmetic average of the filter 51 microcontroller C language code
unsigned-int-Average
- 把采集到的一段数据,去掉最大值、最小值之后,进行平均处理-Get rid of a piece of data, collected after maximum, minimum, average processing