搜索资源列表
玫瑰线
- 汇编语言,完成至少4种玫瑰线 的作图,图形可参见数学手册(可以用定点运算;建议采用浮点运算)。-compiled language, the completion of at least four types of roses line drawing, graphics can be found in mathematics Manual (Operators can use sentinel; Proposed floating-point operations).
玫瑰曲线
- 至少4种玫瑰线 的作图,图形可参见数学手册(可以用定点运算;建议采用浮点运算)。其中的a、n、φ参数可修改-at least four species of roses line drawing, graphics can be found in mathematics Manual (Operators can use sentinel; Proposed floating-point operations). The a, n, can modify parameters
26104-510_ANSI_C_source_code
- 最新跨平台的amr音频压缩库,不是使用定点运算的-latest cross-platform amr audio compression library, instead of using fixed-point operations
ccmulVHDL
- vhdl语言编写的复数乘法运算器原代码,采用定点运算,并将复数乘法转为实数运算。-VHDL language in the plural multiplication with the original code using fixed-point computation. will the plural multiplication to real operations.
26073-410_ANSI-C_source_code
- 基本定点运算程序库,语音编码或DSP定点实现-basic sentinel Operational procedures for speech coding fixed-point DSP to achieve or
G.729_win32_vc
- 已经验证过的ITU G.729B源码 1.使用定点运算, 纯c实现 2.已经附带了VC6的项目文件(原始的ITU源码只有makefile,没有VC项目文件), 方便初学者入门使用 3.用于测试G.729编码和解码 4.主要应用于VoIP项目-has tested the ITU G.729B a source. Operational use of sentinel, 2-c achieve. has been accompanied by VC6 project documen
hanshuku
- 函数库,其中包括定点运算、浮点运算,希望大家喜欢-functions, including fixed-point operations, floating-point operations, hope you like
MCS-51danpianjishiyongzichengxu
- MCS-51单片机实用子程序库 (一) MCS-51定点运算子程序库及其使用说明 (二) MCS-51 浮点运算子程序库及其使用说明-MCS-51 microcontroller practical subroutine library (1) MCS-51-point computation and use of the subroutine (2) MCS-51 floating-point operations and subroutine library use
DSPfixedpoint
- DSP定点运算,主要说明定点的运算,以及在DSP芯片中的应用-DSP-point computation, mainly provides fixed-point arithmetic, and the DSP chip in the application
dsp-fixed-point-computation
- 该文档主要讲述dsp芯片中进行定点运算所设计的基本问题,分别介绍了定标、从浮点到定点的运算,定点的快速运算及其实现。文档中举出大量的例子说明,相信下载阅读后肯定会很有收获。-the document focuses on the dsp chip sentinel operation designed the basic problem introduced calibration, from floating-point to fixed-point arithmetic, fixed-poi
MCS-51r2
- 单片机定点运算子程序库,源程序经KEIL测试ok.-SCM - point computation subroutine library, source testing by KEIL ok.
MCS-51定点运算子程序库
- MCS-51定点运算子程序库,定点运算子程序库文件名为DQ51.ASM,为便于使用,先将有关约定说明如下: 1.多字节定点操作数:用[R0]或[R1]来表示存放在由R0或R1指示的连续单元中的数 据。地址小的单元存放数据的高字节。例如:[R0]=123456H,若(R0)=30H,则(30H)=12H, (31H)=34H,(32H)=56H。 2.运算精度:单次定点运算精度为结果最低位的当量值。 3.工作区:数据工作区固定在PSW、A、B、R2~R7,用户只要不在
simulationforofdm(802.16d)
- 在vc上做的802.16d ofdm phy的仿真,定点运算,实现的一部分功能,供参考
dspdingdianyunsuan
- 一篇关于DSP芯片的定点运算的文章 对用定点dsp实现浮点运算大有帮助
定点运算器.rar
- 实现二进制定点运算: 1.定点整数补码加法 2.定点整数补码减法 3.定点小数Booth补码一位乘法 4.定点小数原码一位除法(加减交替法) 5.定点小数补码一位除法(加减交替法) 6.定点小数原码一位乘法 7.定点小数原码两位乘法 8.定点整数原码乘法 9.定点整数原码除法,achieve binary fixed point operations : 1. Sentinel integral complement Adder 2. Sentinel integral
kiss_fft_v1_2_8.zip
- 大名鼎鼎的kiss fft算法,其中有针对浮点运算的优化,以及针对定点运算的优化,The famous kiss fft algorithm, which optimized for floating-point operations, as well as the optimal fixed-point computation
2400 bps MELP语音编解码器_fixpoint.tar
- 2400 bps MELP语音编解码器 定点运算算法-2400 bps MELP speech codec algorithm sentinel Operational
FFT32_LIB
- 在TMS320F2812上做的32点傅立叶算法(定点运算)。-TMS320F2812 make up at the 32-point Fourier algorithm (fixed-point computation).
DSP
- DSP芯片的定点运算,DSP芯片的定点运算 -sssssss
eetop.cn_利用FPGA实现浮点运算的verilog代码
- 计算机里整数和小数形式就是按普通格式进行存储,例如1024、3.1415926等等,这个没什么特点,但是这样的数精度不高,表达也不够全面,为了能够有一种数的通用表示法,就发明了浮点数。 浮点数的表示形式有点像科学计数法(*.*****×10^***),它的表示形式是0.*****×10^***,在计算机中的形式为 .***** e ±***),其中前面的星号代表定点小数,也就是整数部分为0的纯小数,后面的指数部分是定点整数。利用这样的形式就能表示出任意一个整数和小数,例如1024就能表示成0.