A robotic s subject work from the university.
An example of Denavit-Hartemberg application over a concrete robot.
The code is writen for Matlab with the use of the free tool Hemero.
The documentation of the work is in Spanish.
This application can make
a comparative analysis of two images using different methods: Logical
Operators and singular value decomposition (SVD). In conclusion, with
this work we have tried to collect a few methods for differentiating
textures.
This application note considers the design of frequency-
selective filters, which modify the frequency content
and phase of input signals according to some specification.
Two classes of frequency-selective digital filters
are considered: infinite impulse response (IIR) and finite
impulse response (FIR) filters. The design process
consists of determining the coefficients of the IIR or FIR
filters, which results in the desired magnitude and
phase response being closely approximated.
This application note considers the design of frequency-
selective filters, which modify the frequency content
and phase of input signals according to some specification.
Two classes of frequency-selective digital filters
are considered: infinite impulse response (IIR) and finite
impulse response (FIR) filters. The design process
consists of determining the coefficients of the IIR or FIR
filters, which results in the desired magnitude and
phase response being closely approximated.
Client/Server application. This application was written using RMI Java. It resolve "access to critical section " example problem.
To use this program you should change in *.bat / *.sh files the java path according in your computer
In this paper, the feasibility of replacing a chaos source by an equivalent digital pseudo-random generator realized using Linear Feedback Shift Register (LFSR) is studied. Particular emphasis is given on the digital implementation Piece-Wise Linear Affine Maps (PWAM). As an application, an FPGA implementation of four different maps has been experimentally verified in a FM-DCSK test radio system.
hese are the zip files that are associated with application note
ADSP-BF533 Blackfin Booting Process (EE-240)
example.zip:
Used throughout the EE-note to explain in detail the various booting modes.
BF533 Ez Kit Multiple DXE Boot.zip:
Multi-DXE Boot Example used with the ADSP-BF533 Ez-Kit Lite.
Host Boot.zip:
Example Host code to demonstrate SPI Slave Mode Booting
Program_Atmel.zip:
Example code that programs the Atmel DataFlashes via an ADSP-BF532 Processor
All programs have been written for VisualDSP++ 3.5
This C++ code example demonstrates how to localise an application to adapt to the selected phone language. The example application has two sets of localised strings (English and German) for the application name, labels, text, and image. The application also includes number, currency, date, and time localisation, in which the TLocale method is used for localisation even if the selected phone language is neither one of the two application languages. The updated example has been tested to support S60 5th Edition and touch UI.
This C++ application demonstrates how to display Chinese characters from resource files. The application supports internationalization and localization. In the updated version also the context-sensitive help has been added. The application supports following languages: English, Taiwan Chinese, Taiwan English, HongKong Chinese, HongKong English, Mainland Chinese, and Mainland English. Main classes: TFontSpec, CCnvCharacterSetConverter