搜索结果
找到约 61 项符合
floating 的查询结果
按分类筛选
- 全部分类
- VHDL/FPGA/Verilog (7)
- 其他 (7)
- DSP编程 (6)
- 单片机开发 (6)
- 其他书籍 (4)
- 数学计算 (3)
- matlab例程 (3)
- 单片机编程 (2)
- 其他嵌入式/单片机内容 (2)
- 汇编语言 (2)
- 语音压缩 (2)
- 数据结构 (2)
- 教程资料 (1)
- ARM (1)
- 可编程逻辑 (1)
- 文章/文档 (1)
- 文件格式 (1)
- Delphi控件源码 (1)
- 软件设计/软件工程 (1)
- Java编程 (1)
- 数值算法/人工智能 (1)
- 微处理器开发 (1)
- 系统设计方案 (1)
- Windows Mobile (1)
- 编译器/解释器 (1)
- 论文 (1)
- 技术资料 (1)
可编程逻辑 WP409利用Xilinx FPGA打造出高端比特精度和周期精度浮点DSP算法实现方案
WP409利用Xilinx FPGA打造出高端比特精度和周期精度浮点DSP算法实现方案:
High-Level Implementation of Bit- and Cycle-Accurate Floating-Point DSP Algorithms with Xilinx FPGAs
语音压缩 The Audio File Library provides a uniform programming interface to standard digital audio file form
The Audio File Library provides a uniform programming interface to
standard digital audio file formats.
This library allows the processing of audio data to and from audio
files of many common formats (currently AIFF, AIFF-C, WAVE, NeXT/Sun
.snd/.au, IRCAM, AVR, Amiga IFF/8SVX, and NIST SPHERE). The ...
其他书籍 关于FPGA流水线设计的论文 This work investigates the use of very deep pipelines for implementing circuits in
关于FPGA流水线设计的论文
This work investigates the use of very deep pipelines for
implementing circuits in FPGAs, where each pipeline
stage is limited to a single FPGA logic element (LE). The
architecture and VHDL design of a parameterized integer
array multiplier is presented and also an IEEE 754
...
文件格式 四套Latex模版
四套Latex模版,分别是:
A good model for writing Curriculum Vitae;
An excellent package to design slides using LaTeX;
A strong package to make floating figure and table style;
For writing formal letters。
数学计算 Two functions, num2bin and bin2num are provided. num2bin takes a double and converts it to a binary
Two functions, num2bin and bin2num are provided. num2bin takes a double and converts it to a binary string representation. bin2num is its inverse operation. It can be used in a numerical analysis course when floating point arithmetic is discussed.
其他嵌入式/单片机内容 This getting started exercise will guide you through the step-by-step process of transforming a MATL
This getting started exercise will guide you through the step-by-step process of transforming a MATLAB floating-point model into a hardware module that can be implemented in silicon (FPGA or ASIC). The design is a general purpose FIR filter taken from the AccelDSP Examples directory.
DSP编程 CCS编程环境 使用的是汇编加C的混合编程方法: The programme of the Correlation Algorithm. Using INT2 to get the input s
CCS编程环境 使用的是汇编加C的混合编程方法:
The programme of the Correlation Algorithm.
Using INT2 to get the input signal.
Array x, in first step, is the input signal produced by programme,
in next step, is the input signal get from A/D,
the length is 128, 32-bit floating point.
Array y, in first s ...
单片机开发 Kiss FFT is a small and simple FFT library. It has no complicated platform-specific optimizations, c
Kiss FFT is a small and simple FFT library. It has no complicated platform-specific optimizations, can do either fixed or floating point with just a recompile, and is efficient enough for all but the most demanding applications.
数学计算 The CoinUtils project is a collection of open-source utilities developed and used by a variety of ot
The CoinUtils project is a collection of open-source utilities developed and used by a variety of other projects in the COIN-OR repository. The project includes classes for storing and manipulating sparse matrices and vectors, performing matrix factorization, parsing input files in standard formats, ...
单片机开发 This sample displays a basic integer calculator powered by the 8051 microcontroller. Although Keil
This sample displays a basic integer calculator powered
by the 8051 microcontroller. Although Keil C51 has a
full floating point math library the evaluation version
is restricted to 2k of object code, so we have constrained
this sample to integer maths in order to fit within this limit.
The progra ...