This program implements a PIC-based fuzzy inference engine for the Fudge fuzzy development system from Motorola.
It works by taking the output from Fudge for the 68HC11 processor, and converting it to a MPASM compatible assembler file using the convert
batch file.
This file can then be incorp ...
This code proposes genetic algorithm (GA) to optimize the point-to-point trajectory planning for a 3-link robot arm. The objective function for the proposed GA is to minimizing traveling time and space, while not exceeding a maximum
pre-defined torque, without collision with any obstacle in the r ...
The first two functions are useful for creating a blank image of the specified parameters. A possible use is in functions that require a pointer to a result.
The clone function performs an exact copy of the IplImage* parameter
This file contains example code to print over the serial port of the P87C591 MCU and Evaultion Board (EVAL-P87C591QS).
This example will test the I2C function of the P87C591.
This will be done by writing and reading from a serial A/D & D/A (P8591).
This document explains how to read the RADARSAT data CD provided with the book
"Digital Processing of Synthetic Aperture Data" by Ian Cumming and Frank Wong,
Artech House, 2005.
On this web site, programs are provided in MATLAB to read the data and parameters
from the CD. The structure of the progra ...
Objectives
The purpose of this notebook is to give you a brief introduction to the
DiscreteWavelets Toolbox and show you how to use it to load
images. Some basic image manipulation is illustrated as well. You will
also learn how to use measures and tools such as cumulative energy,
entr ...
the program is used to find out the FFT using time in decimation and solves problem of dsp fft ,compared with inbuilt fft and goertzel function , working well given with output also.