搜索资源列表
CORDIC
- 用verilog写的CORDIC算法实现,很适合做超越函数的运算。通常用于实现正弦乘法,或者坐标变换。-The cordic arithmetic implemented by verilog is adapted to exceed function.It is usually used to implement sine multiplication or coordinate tuansform.
calculator.c
- 单片机与扫描式键盘,LED实现的简易计算器,8位加减法,4位乘法-SCM and scanning keyboard, LED simple calculators, and subtract eight, four multiplication
FDSJS
- 一个浮点数计算子程序,浮点数格式化,加,减对阶,结果规格化,浮点数乘法,浮点数除法等 -a float calculation subroutine, floats, formatting, plus or minus the bands, the result is normalized, floats, multiplication, division, etc. float
TMS320C54x DSP 的cpu和外围设备
- 针对在FPGA中实现FIR滤波器的关键--乘法运算的高效实现进行了研究,给了了将乘法化为查表的DA算法,并采用这一算法设计了FIR滤波器。通过FPGA仿零点验证,证明了这一方法是可行和高效的,其实现的滤波器的性能优于用DSP和传统方法实现FIR滤波器。最后介绍整数的CSD表示和还处于研究阶段的根据FPGA实现的要求改进的最优表示。-view of the FPGA FIR filters achieve the key -- the multiplication Efficient Implem
ARMzhiling
- ARM 指令集寄存器和处理器模式(26-bit 体系) 寄存器和处理器模式(32-bit 体系) 程序状态寄存器和操纵它的指令 寄存器装载和存储指令 算术和逻辑指令 移位操作 乘法指令 比较指令 分支指令 条件执行 软件中断指令-ARM instruction set processor registers and model (26-bit system) and the processor registers mode (32-bi
4bits_alu
- 实现4位加减乘除的alu,采用超前进位加法和布斯乘法,代码较为简单。-achieve four of the ALU arithmetic using CLA Bush and multiplication, code more simple.
乘法运算
- 基于51单片机的乘法运算程序-SCM multiplication procedure
EMC 汇编双字节乘法
- 义隆单片机 汇编双字节乘法,可直接调用
mutl16 实现16位移位乘法和除法
- 实现16位移位,可以实现乘法和除法。满足设计要求,实现代码简短,用verilog完成方便,容易操作。-Achieve 16-bit shift, multiplication and division can be achieved. Meet the design requirements to achieve a short code, complete with verilog convenient, easy to operate.
float_data_multiple_use_fixed_
- 采用fpga做小数运算的程序,使用了三级流水线技术,这是学习流水线和定点小数乘法很好的例子!,a program of float multiply, using 3-stage pipeline technology
MatrixMul.rar
- 编写TMS320C54x汇编语言程序,计算矩阵乘法: 要求:① 两个矩阵的数据由DATA段输入(可放在源程序中,也可单独建立一个数据文件); ② 两个矩阵的数据从0口以数据文件IN.DAT输入,计算结果从1口以数据文件OUT.DAT输出。 ,TMS320C54x assembly language program to prepare the calculation of matrix multiplication: Request: ① two matrices of data inpu
4位乘法累加器
- 4位乘法累加器,有需要的下吧,其他位的可以自行修改~-Multiplication accumulator 4
MinMux
- C语言写的最小二乘法,可以在DSP中调用,使用环境CCS-LMS in c language,may be can be used in DSP,using enviroment is ccs
32bits_multiple
- 改程序实现了C8051F120混合信号片上系统32位乘法,提高了在C8051上实现乘法的精度,较少了计算误差-Reform process to achieve the C8051F120 mixed-signal system-on-chip 32-bit multiplication to improve the C8051 to achieve precision multiplication, the calculation error of less
Desktop
- 用MATLAB仿真递推最小二乘法的新方法,但不是很完善,有待改进-Recursive least squares method using MATLAB simulation of the new method, but not perfect, room for improvement
RLSAdaptiveFilteringAlgorithmsandDSPimplementation
- 基于dsp,采用最小二乘法实现的自适应滤波器的研究与实现-RLS Adaptive Filtering Algorithms and DSP implementation
8051Pproteus-108
- 《单片机C语言程序设计实训100例——基于8051+Proteus仿真》案例压缩包 第 03 篇 综合设计 08 1602LCD随机模拟显示乘法口诀-" Microcontroller C Programming Language Training 100 cases- based on 8051+ Proteus simulation," Case No. 03 compressed package integrated design 08 1602LCD stocha
lcd1602
- 08 1602LCD随机模拟显示乘法口诀08 1602LCD随机模拟显示乘法口诀-08 1602LCD stochastic simulation shows the multiplication formulas 08 1602LCD stochastic simulation shows the multiplication formulas
2015112208
- 实现8位二进制数的原码一位乘法,并将乘法运算结果通过七段数码管显示(The realization of the 8 bit binary code a multiplication)
最小二乘法曲线拟合
- 最小二乘法曲线拟合,基于C语言编写的算法(Least squares curve fitting algorithm based on C language)