搜索资源列表
03_Quantization
- This lab exercise will introduce you to AccelDSP’s floating- to fixed-point conversion features. AccelDSP will automatically generate a fixed-point representation of a floating-point design. This process is controllable by using quantize directives.-
11
- 这是一个关于DSP定点和浮点运算的比较详细的解释,多学习DSP帮助很大-This is a study on fixed-point DSP and floating-point operations in a more detailed explanation, very helpful learning DSP
DSPC55Xfloat
- 定点DSPC55X实现浮点运算定标问题讨论及其精度-Fixed-point floating-point operations to achieve DSPC55X calibration problem discussion and the precision
1129704224
- 超大容量的DSP资料的介绍和你需要知道的DSP定点和浮点的介绍DENG DENG -DSP super-capacity data presentation and you need to know about fixed-point DSP and floating-point presentation DENG DENG
float_fixed_point_son_prog
- 包含定点和浮点运算的子程序库,有详细的说明文档,能够完成各种形式的定点浮点运算-Fixed-point and floating-point operations that contains the subroutine library, there is detailed documentation, be able to achieve various forms of fixed-point floating-point operations
mtd
- MTD定点浮点仿真,可直接用于fpga算法的仿真程序,产生了扫频信号,仿真直接输出系统频率响应函数,为系统测试带来好处-MTD fixed-point floating-point simulation, fpga algorithm can be used directly in the simulation program to produce a sweep signal, the direct simulation output system frequency response fun
dspzs
- 本书全面系统地介绍了DSP芯片的基本原理、开发和应用。首先,介绍了目前广泛使用的DSP 芯片的基本结构和特征,定点和浮点DSP处理中的一些关键问题。然后,对用C 语言和MATLAB 语言进行DSP算法的模拟进行了介绍。-This book a comprehensive and systematic introduction to the basic principles of DSP chips, the development and application. First of all, o
DualDSPbasedembeddedvisualfeedbackcontrolsystemfor
- 为了满足多种电力电子变换器对其控制平台的不同要求,缩短开发时间,实现控制平台硬件的通用化和软件 的模块化,在基于双定点数字信号处理器(DSP)TMS320LF2407的大容量变换器专用控制平台的基础上, 提出了电力电子变换通用控制平台的设计目标。描述了基于定点和浮点DSP(TMS320F2812和TMS320VC33)的通用 控制平台各单元的设计方法。介绍了基于MATLAB实时工具箱(RTW)的调试方法。实验结果验证了设计和调试方法 的正确性和可行性,该通用控制平台达到了设计目标
digital-signal-processing-application-in-21xx
- 这是一本关于在ADI ADSP 21XX系列上开发数字信号算法应用的讲解,涉及浮点、定点,一维,二维FFT/DCT等算法!即使对于其他DSP开发平台的工程师我想也有不少帮助。-This is a book about the ADI ADSP 21XX series of digital signal algorithm is applied to develop explanations, involving floating-point, fixed point, one-dimension
fix2float_signed
- VHDL语言,有符号定点数转化为浮点数,Pavle Belanovic教授编写-Conversion from signed fixed-point to floating-point representation
float_fixnumber
- 将15位(1,5,9)格式的浮点数转换成18位的定点数-To 15 (1,5,9) floating-point format into 18 fixed points
RGBtoYCbCr
- 在Blackfin,将RGB转为YUV的DSP定点程序。浮点转定点 -In the Blackfin, the RGB to YUV in the DSP fixed-point program. Switch to fixed-point floating-point
Dsp-fixed
- 本书全面系统地介绍了DSP 芯片的基本原理、开发和应用。首先,介绍了目前广泛使用的DSP 芯片的基本结构和特 征,定点和浮点DSP 处理中的一些关键问题。然后,对用C 语言和MATLAB 语言进行 DSP 算法的模拟进行了介绍。接着,以目前应用最广的TI DSP 芯片为例,介绍了定点和 浮点DSP 芯片的软硬件设计方法,DSP 芯片的C 语言和汇编语言的开发方法以及DSP 芯 片的开发工具及使用,并以三个应用系统的设计为例,介绍了定点和浮点DSP 芯片的开 发过程。最后,
Dabrowski-Pawlowski-Marciniak-SPA2007
- This paper presents aspects of parallelism of computations in processing of signals using digital signal processors (DSPs) with multi-issue assembler instructions. We present general features of the contemporary DSPs with special attention paid to th
pid)
- 这是一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。 -This is a t
an404
- ifft The Altera® FFT MegaCore® function uses block-floating-point (BFP) arithmetic internally to perform calculations. BFP architecture is a trade-off between fixed-point and full floating-point architecture.-ifft The Altera® FFT Meg
IQmathlab
- IQmath.lib的作用描述。定点dsp运算转浮点运算-Iqmath. lib part describing the operation. fixed dsp to floating-point operations
PID-contro
- 网上找来的一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。-The Interne
PIDmcu
- 这是一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分-This is
3.1.5-Math
- 这是我们学校的DSP实验箱5502的DSP定点与浮点运算实验程序,保证可以用,功能很全,程序实现了定点加法,减法,乘法,除法 以及浮点加减乘除运算,还有就是浮点转定点运算与 定点转浮点运算.-This is our school s DSP DSP 5502 kit fixed and floating-point test procedures to ensure that you can use, features a very full, the program achieved a po