首 页文档资料下载资料维修视频包年699元
请登录  |  免费注册
当前位置:精通维修下载 > 文档资料 > 家电技术 > 单元电路介绍 > 其它电路
DSP常用词语及其含义(Let's Talk DSP)
来源:本站整理  作者:佚名  2011-02-10 08:30:40



DSP常用词语及其含义(Let's Talk DSP)

Algorithms: A defined procedure for solving a problem or performing an operation. Algorithms are stored in a DSP through a series of instructions.

Analog: Analog refers to eleCTRICal signals that vary continuously over time. Analog signals must be converted into digital form by an analog to digital converter in order for a DSP to process them.

Bits: The smallest unit that a digital word CAN be broken down to. The number of bits reflects the word width. The greater the number of bits in a word, the larger the number that can be represented by that word.

Cycle Time: Length of time to complete an instruction.

Digital: Digital describes electronic technology that generates, stores, and processes data in terms of two states: positive and non-positive. Positive is represnted by the number 1 and non-positive by the number 0. Data transmitted or stored with digital technology is expressed as a string of 0's and 1's. Each of these state digits is referred to as a bit.

DMA (Direct Memory ACCessing): The DSP's I/O processor supports DMA of data between DSP memory and external memory, host or peripherals through the external, host, serial, SPI, and UART ports. Each DMA operation transfers an entire bLOCk of data.

Fixed Point: A method used by the DSP to manipulate and represent numbers best suited not to grow larger than the biggest number that can be hELD in a single internal register. The size of the register is determined by the number of bits it can contain. E.g., 32-bit numbers can be larger than 16-bit numbers.

Floating Point: A system where a number is represented with a mantissa and an exponent. E.g., a x 2b where "a" is the mantissa and b is the exponent. This method allows the DSP to manipulate very small numbers or very large numbers. Floating Point processors represent numbers in a standard format established by the IEEE. It is a scientific notation represented by 32-bits.

Harvard Architecture: DSPs use memory architectures that have separate buses for program and data storage. The two buses let the DSP get a data word and an instruction simultaneously.

I/ Input/Output. Interfaces/devices used for transferring data and control information between the DSP and peripherals.

I/O Processor: The DSP has a distributed DMA architecture with DMA controllers for each DMA capable peripheral. Also, most ports have some direct (non-DMA) access to internal memory and I/O memory. The term I/O processor refers globally to the DMA controllers, DMA channel arbitration, and peripheral-to-bus connections.

MIPS: Millions of Instructions Per Second where each instruction can perform multiple operations.

MACS: Multiply-and-Accumulate Per Second

MOPS: Million of Operations Per Second

MFLOPS: Million of Floating Point Operations Per Second

Von Neumann Architecture: This is the architecture used by most (non-DSP) microprocessors. This architecture uses a single address and data bus for memory access.

Word: A string of bits representing a data value. Word lengths in DSPs are typically 16-bit, 24-bit, 32-bit, and 48-bit.

关键词:

文章评论评论内容只代表网友观点,与本站立场无关!

   评论摘要(共 0 条,得分 0 分,平均 0 分)

推荐阅读

图文阅读

热门阅读

Copyright © 2007-2017 down.gzweix.Com. All Rights Reserved .
页面执行时间:19,015.63000 毫秒