signal processing libraries

Searching for signal processing libraries? Use the drop-down menus on this page to select the best signal processing library for your C5000(tm) low-power DSP. The TMS320C55x DSP library, for example, is a collection of high-level optimized function modules that includes C-callable functions (ANSI-C language-compatible) for general signal processing math and vector functions ported to C55x DSPs. Download this free DSP library now or peruse the entire list of signal processing libraries. Click here

DaVinci(TM) Video Processors:
-------------------------------
Two new ARM(r) Cortex(tm)-A8 MPUs for industrial computing As part of the debut of 31 new ARM processors, TI has launched Sitara, a new family of high-performance microprocessors (MPUs). Sitara AM3505 and AM3517 ARM MPUs provide 1000 Dhrystone MIPS, industrial temperature options for harsh development environments, and sub-1 W power levels that eliminate the need for heat sinks and fans. Read more about Sitara AM35x features and benefits for industrial applications now.

Click here

TI adds 31 ARM processors to its portfolio Now offering the broadest range of ARM technology-based processors of any single supplier, TI's new processors include 29 Stellaris Cortex-M3 microcontrollers, and the first two devices in the new Sitara family of ARM9 and Cortex-A8-based microprocessors (MPUs). All spanning several generations of code-compatible ARM architectures, the new devices include unique IP for motion control applications, intelligent analog functionality and expanded connectivity options, along with reduced pricing. Learn more today.

Click here

Programming digital video using TI DaVinci(tm) Technology and Green Hills Soft View this on-demand webcast to explore the benefits of using Green Hills Software's MULTI dual-debug system to build your latest cutting- edge digital video system. See how the MULTI solution provides the industryâÂÂs most powerful and proven tools for developing embedded software with maximum reliability, maximum performance, and minimum code size.

Click here


C5000(TM) Low Power DSPs:
---------------------------
Software support for the eZdsp Interested in finding code written for TI's new eZdsp USB stick development tool? From this landing page you can download test code, access schematics and Gerber files, or browse topics about the tool in the E2E Community forum. View or contribute technical content here.
Click here

Major Expansion of ARM Embedded Processor Portfolio Offers Scalable Design Options

TI launches 30+ new ARM® devices for industrial, medical applications

Expansion spans Cortex™-M3, Cortex-A8 and ARM9 family cores - the most ARM-based products from a single manufacturer
TI is now expanding its embedded processor portfolio with new ARM® processors, including 29 products in the Stellaris® Cortex™-M3™ microcontroller (MCU) platform and the first two devices in the new Sitara family of ARM9 and Cortex-A8-based microprocessors (MPUs). TI’s ARM portfolio is:
The broadest range of code compatible ARM processors available from a single manufacturer
Suitable for a range of applications, including industrial and medical end equipments


TI Executive Articulates Portfolio Strategy
An extensive software and tool offering to allow customers focus on product differentiation

FREE TI/ARM design reference toolDownload ARM Platform Technical Overview


TI expands Stellaris® MCU family to bring additional flexible memory, connectivity and package options, and also reduces pricing
New Stellaris MCUs include unique IP for motion control applications, intelligent analog functionality and expanded advanced connectivity options to provide a broad range of price/performance solutions for industrial applications. The portfolio also offers extended memory range pin-compatibility, along with new compact packages for space and cost savings.

Pin-compatible flexibility in memory sizes and extended connectivity in 29 new Stellaris parts
Immediate price reduction averaging 13 percent across the Stellaris family
New compact 48-lead QFN package for small form-factor embedded applications
For more info: www.ti.com/29stellaris
Join TI online, Nov.17th for eTech Day:
Join us online on November 17th for a day of interactive problem solving: Attend live and on-demand ARM, Digital and Analog training and chat with TI subject matter experts who will be available in “Office Hours” forums to answer real-time questions. Register now to hear more about AM3505/17 processors, Stellaris® ARM Cortex™-M3 MCUs, DSP+ARM! - More

FLOATING POINT REPRESENTATION

Summary

IEEE 754 Floating point is the most common representation used to store real numbers in a computer.

Index

1. What are floating point numbers
2. How to represent a floating point number.
a. Single and Double precisions
3.Data ranges

What are floating point numbers?

The term ‘floating point’ refers to the decimal point (or) binary point in a real number.
The decimal point placed in between group of digits is called floating point numbers.

Ex: 28.36, 0.00124

Floating point number representation IEEE 754 standard:

Floating point number contains three components
1. Sign bit - Represents the sign of floating point number.
2. Exponent - Represents the magnitude of the exponent (explained at later part) (Ex: 1.086 * 10^6)
3. Mantissa - Represents the precision bits of the number. (Ex: 1.086 * 10^6)


Single Precession floating point representation (32bit):


Summary:


31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0

S ------ E-8bit------ -----------------------------M-23bit-------------------

Double Precession floating point representation (64bit):



Sign - 1bit, Exponent 11-bit, Mantissa - 52bit

Come back tomorrow…Add your comments/Suggestions on this article

Digital Signal Processing Kit - Texas Instruments

TI-Specific Web Pages - Part-I - Mirrors


Customer Support Guide
eXpressDSP Algorithm Standard Documents
eXpressDSP Developer's Kit Release Notes
TMS320C6000 Code Composer Studio Manuals
TMS320 DSP Algorithm Standard Documentation
TMs320 DSP Developer's Kit Release Bulletin



Reblog this post [with Zemanta]

Getting Started with DaVinci

DaVinci Technology Developers Wiki (great articles on DaVinci topics)
Spectrum Digital Support Pages (low level hardware documentation on various Davinci EVM boards)
Linux Community for DaVinci Processors (open source software downloads)
DaVinci Linux Open Source Mailing List
DaVinci Technology Page (links to device specific documentation)
DaVinci EVM Registration Page (register your EVM and access software updates, applies to EVMs for DM6446, DM6437, DM648, DM355, and DM6467)

DM6467 Boot up - RPC error

DM6467 Boot up Montavista Linux

TI Davinci resources

Search This Blog

Share/Print this post

Bookmark and Share
| More

TI DSP FeedCount

TwitterCounter for @psakamoori