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 incorporated with fuzzy.asm to create a fuzzy inference engine. Tool chain ---------- FUDGE -> Fuzzy Rules -> MC68HC11.ASM -> CONVERT.BAT -> RULES.ASM -> MPASM FUZZY.ASM -> INTEL HEX Fuzzy input registers --------------------- current_ins 1..8 x 8-bit raw inputs Fuzzy inference function ------------------------ FuzzyEngine Fuzzy output registers ---------------------- cog_outs 1..8 x 8-bit raw outputs
標簽: fuzzy development implements PIC-based
上傳時間: 2014-01-18
上傳用戶:caozhizhi
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 robot workspace.
標簽: point-to-point trajectory algorithm proposes
上傳時間: 2013-12-21
上傳用戶:chenxichenyue
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
標簽: parameters functions specified creating
上傳時間: 2013-12-21
上傳用戶:teddysha
Received chat message sent there is choice, as well as an increase of server features and color displayinformation function
標簽: Received increase features message
上傳時間: 2014-01-21
上傳用戶:1583060504
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).
標簽: Evaultion the contains P87C591
上傳時間: 2017-06-20
上傳用戶:hebmuljb
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 programs is outlined in Figure 1. There are two main programs and one function that are used to extract
標簽: Processing the RADARSAT document
上傳時間: 2013-12-16
上傳用戶:561596
[Damerau–Levenshtein distance] vb.net程式碼,內含兩function,一個計算距離,一個計算相似度。
標簽: Levenshtein distance Damerau net
上傳時間: 2013-12-15
上傳用戶:nanshan
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, entropy, PSNR, and Huffman coding. Help on the DiscreteWavelets Toolbox Help for the toolbox is available by clicking on Help and then Product Help (or press F1) and then clicking on the DiscreteWavelets Toolbox. Several demos and examples are available as well by clicking on the Demos tab on the Help menu. Image Basics The DiscreteWavelets Toolbox comes with 18 grayscale images and 9 color images for you to use. There are three functions available to tell you more about these images. The first function is called |ImageList|. This function can tell you the names and sizes of the digital images in the Toolbox.
標簽: introduction DiscreteWav Objectives notebook
上傳時間: 2017-06-30
上傳用戶:康郎
修改后的PHPExcelParser4。 修改內容: 1,原來sample取出excel時是使用的Unicode編碼。導致插入mysql時也寫入unicode 現在把Unicod編碼轉換成GBK后再在網頁上顯示及寫入數據庫.此部分修改的是U2html這個function。 2,打 開數據庫連接后增加 set Names gbk 3,默認選中把excel的第一列作為字段名 4,默認不選中如果存在表則刪除選項 5,原來對表名及字段名有過濾掉一些字符如"-",現在則取消了這個過濾,我覺得在excel第一列或在操作過程中由人工確定更合適。
標簽: PHPExcelParser4 修改
上傳時間: 2017-07-09
上傳用戶:whenfly
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.
標簽: decimation the program problem
上傳時間: 2014-01-04
上傳用戶:wsf950131