This directory contains an example ADSP-BF535 subroutine That demonstrates the
initialization of the AC 97 communication link between SPORT0 on the ADSP-BF535
and the AD1885 stereo Codec.
Lab 2 – Synthesizable MATLAB
This lab exercise will explore the effects That different MATLAB coding styles have on hardware. The lab has two parts, each of which begins with a short introduction. This lab exercise is based on the simple MATLAB FIR filter model shown below:
This lab exercise will cover the use of AccelDSP’s design exploration capabilities That include mapping variables to memory and unrolling loop and vector operations. You will learn how to create different hardware architectures without modifying the MATLAB source to explore different area/performance tradeoffs.
Libusb-win32 is a library That allows userspace application to access USB
devices on Windows operation systems (Win98SE, WinME, Win2k, WinXP).
It is derived from and fully API compatible to libusb
This paper introduces a software visualization system That: creates animations of programs without the programmer writing any animation code and provides a window interface That automatically displays program information, explicitly showing the scope and context of its data, and allowing considerable control over animation displays.
This article shows That by using the tools available and understanding the programming system, it is possible to improve programming productivity. Microsoft Foundation Classes (MFC) and other tools let the user build GUIs while working in the same development program That was used to write the rest of the test code. MFC comes bundled with Microsoft Visual C++ and other development systems such as Watcom C/C++ and Borland Inprise C++ Builder.
This article describes Atmel’s FingerChip technology for electronic fingerprint sensing That
combines the advantages of small size, low cost, high accuracy, zero maintenance, low energy
consumption and portability. This technology has applications in a wide range of fixed and
portable secured devices including access control systems, cash terminals, public transport, PCs,
PDAs, Smart Card readers and motor vehicles. It can be used in almost any situation where
rapid, reliable and accurate identification or authentication of an individual is required.
來自澳大利亞Qeensland大學(xué)的計(jì)算機(jī)視覺Matlab工具箱。
This Toolbox provides a number of functions That are useful in computer vision,
machine vision and related areas. It is a somewhat eclectic collection reflecting
the author s personal interest in areas of photometry, photogrammetry, colorimetry. It
covers functions such as image file reading and writing, filtering, segmentation,
feature extraction, camera calibration, camera exterior orientation, display,
color space conversion and blackbody radiators. The Toolbox, combined
with MATLAB and a modern workstation computer, is a useful and convenient
environment for investigation of machine vision algorithms. It is possible to use
MEX files to interface with image acquisition hardware ranging from simple
framegrabbers to Datacube servers.
bject Inspector is a component suite That contains inspectors
allowing you to change anything in your application at runtime.
Object Inspector suite includes:
TPropertyInterface
component for easy access to any property or event of any
component at runtime
TComponentInspector
customizable full-functional runtime object inspector control
TComponentComboBox
control for easy selecting component
TCommonInspector
abstract inspector control for inspect anything in your application
TDBInspector
ready-to-use database inspector control
TIniInspector
ready-to-use ini-file inspector control
TApplicationInspector
ready-to-use inspector control for changing Application properties
at runtime
TSystemColorsInspector
ready-to-use inspector control for changing Windows colors
Examples
small and clean projects illustrating features of inspectors and
TPropertyInterface components
Source codes
full source code of all components and useful internal classes