搜索资源列表
programmer1
- 在MCS51上实现计算器的功能模块 (完成加减乘除正余弦开方正余切E的幂和对数等的运算,使用了Cx51标准库函数中math.h)
fenpin
- 用VHDL语言实现2的n次幂分频程序,程序包含2,4,8,16分频-VHDL language with the power of 2 frequency procedure n
a-square-root-algorithm
- 介绍一种高速高精度的开方算法它适用于最一般开方运算形式汉, 算法将数据映射 至(0,1000)区间, 进而将该区间进行非均匀分段, 并用查表与线性插值相结合的方法, 既实现了高速、高精度开方运算, 又使数据表格占用较少的存贮单元这种算法还很容易推广应用于其他幂函数计算-Introduced a high-speed high-precision square root algorithm, it applies to the Han Dynasty, the most general for
FFT_C
- 快速傅里叶变化C语言程序,非常好用,可以实现2的任意幂次方个采样点运算,已测试过!-fast fourier transform
PC_c51
- pc与单片机通讯,在MCS51上实现计算器和时钟例子的主程序。包括用键盘进行加减乘除正余弦开方正余切E的幂等的运算及调整时钟和控制时钟显示-pc Communication with MCU , in the example of the main program of the calculator and clock on MCS51 . Including addition, subtraction, multiplication and division with the keyboard
fft
- 可综合的C,实现可重构的2的任意次幂的FFT加速设计-C, can be integrated to achieve any power of reconfigurable FFT accelerate the design
DITONGLBOQI
- 在 惯 性 导 航 系 统 里 往 需 要 对 陀 螺 仪 和 加 速 度计进 行 性 能测 试 , 这 时就 要设 计一 种 测 试 它 们 的 滤 波器 。 滤 波器 从 功 能 上 可 分 为 四种 低通 、 高通 、 带 通 、 带 阻 滤 波 器 。 文 中所 要 研 究 的低 通 滤 波器 是 通 过 低 频 信号 而 抑 止 高频 信号 的滤 波器 , 巴 特 沃 思 滤 波器 是 最 简 单 的低通 滤波 器
hilbert
- 该函数实现希尔伯特变换,变换长度必须是2的n次幂-This function implements the Hilbert transform, the transform length must be a power of 2 n
Stack_CycleQuene
- 本人自己实现的栈与循环队列。 栈中实现了数据的后进先出。 循环队列长度固定为2的整数次幂以方便队列指针的环回计算。-My own stack and circular queue. The stack implements LIFO. Circular queue length is fixed to an integer power of 2 to facilitate loop calculating of the queue pointer .
RS(204-188)decoder
- rs_decoder.v(顶层文件), SyndromeCalc.v(计算伴随式), BM_KES.v(BM求解关键方程), Forney.v(Forney算法求误差样值), CheinSearch.v(搜索错误位置),ff_mul.v(有限域乘法)。 ROM及初始化文件: rom_inv.v(求逆运算), rom_power.v(求幂运算); rom_inv.mif(ROM初始化文件), rom_power.mif(ROM初始化文件)。 仿真波形:
LEDWATER
- 跑马灯/流水灯代码,实现左右移和幂布式流水四种模式的循环变换,并包含testbench文件。-Marquee/water lamp code, move around to achieve the water and power distributed four modes of loop transformations, and includes testbench files.
cordic
- cordic算法,实现加减乘除、幂次方、开方的运算(CORDIC algorithm implementation, power add, subtract, multiply and divide and square root operations)
RS(204,188)译码器的设计
- RS(204,188)译码器说明 原文件: rs_decoder.v(顶层文件), SyndromeCalc.v(计算伴随式), BM_KES.v(BM求解关键方程), Forney.v(Forney算法求误差样值), CheinSearch.v(搜索错误位置),ff_mul.v(有限域乘法)。 ROM及初始化文件: rom_inv.v(求逆运算), rom_power.v(求幂运算); rom_inv.mif(ROM初始化文件), rom_po
计算器课设
- 基于51单片机多位十进制计算器设计 带文档说明 程序源码 proteus仿真图 (1)系统通过4×4的矩阵键盘输入数字及运算符。 (2)可以进行多位十进制数以内的运算(包括加,减,乘,除,幂次方,对数,三角函数等功能),如果计算结果超过显示范围,则屏幕显示E。 (3)可显示输入时的数字及结果 (4)设计控制电路总体方案; (5)电路的设计、仿真与调试;(Design of multi bit decimal number calculator based on MCU)
