针对图像具体应用的库有:VLIB、VICP Signal Processing Library
数学运算库有:IQMath、fastRTS、fastMath
6x Software Libraries
Last updated: 10/18/2013
|
|
This wikipage highlights and overview the various software libraries provided by Texas Instruments for its c6x family of devices. Various software libraries are provided to help reduce customer development time by providing optimized routines that can be used directly by the customers in their solutions or used as examples by customers as illustration on approaches to optimize for the c6x device family.
The software libraries are provided to serve a variety of end product needs:
The sections below will highlight each software library as well as provide links to obtain the software and get additional information. The library deliveries may vary in their content and form, but in general:
Many libraries can be downloaded in a single package as part of the Multicore SDK:
http://www.ti.com/tool/bioslinuxmcsdk
The Texas Instruments math library (MathLIB) is an optimized floating-point math function library for C programmers using TI c6x floating point devices. These routines are typically used in computationally intensive real-time applications where optimal execution speed is critical. By using these routines instead of the routines found in the existing run-time-support libraries, you can achieve execution speeds considerably faster without rewriting existing code. The MATHLIB library includes all floating-point math routines currently provided in existing run-time-support libraries. These new functions can be called with the current run-time-support library names or the new names included in the math library.
Types of function provided:
In addition MathLIB supports:
|
The IQMath library is collection of highly optimized and high precision fixed point mathematical functions that support variable Q point format for the variables. The library includes various arithmetic, trigonometric and mathematical functions. These routines are typically used in computationally intensive real-time applications where optimal execution speed & high accuracy is critical. By using these routines you can achieve execution speeds considerable faster than equivalent code written in standard ANSI C language. In addition, by providing ready-to-use high precision functions, TI IQmath library can shorten significantly your DSP application development time. Many commonly used IQMath kernels are provided in source to enable pipelining and help achieve significant performance improvements. The IQmath library release also includes example implementation of complex FFT and FIR kernels using the IQmath kernels.
|
Note: The source IQMATH package contains complete inlined source for all the functions and is distributed only after an approval process. This package can be requested from the download link mentioned in the table. Approval may take between 1-5 working days. Please write to the software developers list to expedite the approval process.
The fastRTS library is highly optimized software emulation of floating point operations for fixed point devices (e.g., c64x, c64x+). The fastRTS library allows replacing the standard run time support library routines with functionally equivalent fastRTS routines. The release also includes C implementation for a subset of functions available with the fastRTS library. The C codes allow the user to inline these functions and get much improved performance
|
DSPLIB contains an extensive portfolio of commonly used digital signal processing routines that serve as building blocks for various signal processing applications. These routines are optimized to provide a user with the fast execution leveraging the capabilities of the c6x device. DSPLIB includes fixed point as well as floating point kernel since latest generation c6x processors support both fixed and floating point computations. Source code is provided to allow users to customize functions to match specific customer needs.
Functions supported by DSPLIB include:
|
The Image and Video processing Library (IMGLIB) is a collection of more than 70 building block kernels that can be used for image and video processing applications. The rich set of software routines included in IMGLIB perform image processing functionality that includes:
|
See Also
VLIB is software library of more than 40 royalty-free kernels from Texas Instruments accelerates video analytics development and increases performance up to 10 times. VLIB is an extensible library that is optimized for the C6x DSP core and is available royalty-free. This collection of 40+ kernels provide the ability to perform:
VLIB provides an extensible foundation for the following applications:
|
See Also
The VICP is Video and Imaging CoProcessor available on dm644x and dm64x devices. The VICP signal processing library enables faster development time by providing various ready to use functions for signal processing. By offloading pixel processing intensive operations such as image unpack, color space conversion, median filter and alpha-blending to the VICP, the dsp headroom can be significantly improved.
|
See Also
VoLIB provides components that, together, facilitate the development of the signal processing chain for Voice over IP applications such as infrastructure, enterprise, residential gateways and IP phones. Together with optimized implementations of ITU-T voice codecs, that can be acquired from TI separately, the components of VoLIB satisfy most of the fundamental building blocks required to develop a complete VoIP signal processing chain.
VOLIB comprises a collection of stand-alone voice processing components that provides the following functionality:
These blocks may be quickly linked with relative ease in order to suit the needs of most voice processing systems. The components are reliable field-hardened voice processing building blocks from Telogy’s VoIP solutions.
Each package comprises one or more Embedded Communication Object (ECO) components. An ECO is a collection of portable ANSI-C functions and data structures encapsulated in a strict object oriented manner to facilitate instantiation of multiple independent object instances. Each ECO has, at it's heart, an algorithm that has been optimized to operate efficiently in a real-time embedded communications environment.
|
The FAX Library (FAXLIB) provides components that allow a development team to reduce time-to-market by providing the major building blocks of a fax-relay processing system. G3 Fax relay processing is comprised of two modules: Fax Modem (FM), and Facsimile Interface Unit (FIU). FM implements the modulation/demodulation functions for V.21, V.27ter, V.29, V.17 and V.33, and HDLC framing/de-framing. FIU implements T.30 protocol processing, packet network facsimile processing, and compensations for network impairments: delay, jitter, and packet loss. It receives messages including demodulated data from FM and performs protocol conversion to a digital facsimile protocol (i.e. T.38) for transmission over the packet network. Likewise, in the receive direction, data packets are converted to T.30 protocol and passed to FM for HDLC framing if necessary and modulation for transmission over the analog connection.
The components provided in FAXLIB can be used together to implement complete fax over packet functionality as illustrated in the Figure below or used as separate components.
FAXLIB includes:
The Facsimile Modem Unit (FM) is a software module that performs all the modulation and demodulation functions required of a fax modem: demodulation of PCM data received at the analog interface, and modulation of facsimile protocol messages received from the FIU. The FM module has the following capabilities and features:
The Facsimile Interface Unit (FIU) is a software module that process messages (including data) from the Facsimile Modem Unit (FM) for transmission over a packet network and vice versa. Likewise, it process digital data received from the network and passes them to FM for transmission over the analog connection. In doing so, the FIU performs protocol conversion between Group 3 facsimile protocols and the digital facsimile protocol employed over the packet network. The FIU performs the following functions:
The High-level Data Link Control (HDLC) processing utility software that performs HDLC formatting and de-formatting of transmit and receive data streams.
|
See Also
The AER serves the purpose of removing and minimizing the impact of acoustic echo in a phone or other similar devices or systems. The acoustic echo is generated by the coupling between the speaker and the microphone of the same device or system. When the system is operated in hands-free mode, the acoustic echo can be very strong, and may be even higher than the direct speech power generated by the near-end talker.
|
The TI Embedded Processor Software Toolkit for Medical Imaging (STK-MED) is a collection of several standard ultrasound and optical coherence tomography (OCT) algorithms for TI’s C6x architecture. The algorithms showcase how medical imaging functions can leverage the C6x architecture for efficient performance and low power consumption. The goal of STK-MED is to shorten customer development time of medical imaging systems by providing optimized implementations of commonly used processing blocks. The source code contained in the STK-MED can easily be extended or modified to develop customized and differentiated modules.
The STK-MED includes the following optimized modules:
|
See Also
TI provides a collection of speech, audio, image, and video codecs optimized for its devices.
|
If you have issues with or questions about the DSP software libraries, you can look for support from TI's E2E community forums. It is recommended that you place your question tagged according to the specific library (e.g., 'DSPLIB'). The tag is important as it lets the TI support team filter your questions to the right people. Without the tag, responses to your posts may be delayed.
If you believe you have found a bug or if you wish to see a new feature in the future release of the libraries, you can report it to the developers list mentioned below and provide as much detail as you can on your requests. Before filing a bug report or a feature request, you may want to post on the TI E2E forums with a question about the issue. It is also recommended that you search or browse forum items to make sure you are not posting a duplicate request of an existing forum post.
The Software Libraries developers mailing list exists for users to report issues, submit feature requests and discuss ideas. Please feel free to write to us with any feedback you may have for us.