As a programming language, C is rather like Pascal or Fortran.. Values are stored in variables.
Programs are structured by defining and calling functions. Program flow is controlled using loops, if
statements and function calls. Input and OUTput can be directed to the terminal or to files. Related data
can be stored together in arrays or structures.
This is a Switch simulation...
with 4 types of switches...
and also we have average simulation time over these 4 switches
1. No Queue
2. Input Queue
3. Input Queue with iterative
4. OUTput QUeue
This program illustrates the effect of alising
of frequency leading to signal distortion,the OUTput graph illustrates frequency respose due to alliasing,easy for students learning DSP
This contribution provides functions for finding an optimum parameter set using the evolutionary algorithm of Differential Evolution. Simply speaking: If you have some complicated function of which you are unable to compute a derivative, and you want to find the parameter set minimizing the OUTput of the function, using this package is one possible way to go.
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
This book gives a concise description of the Java 2 programming language. They give a quick reference for the reader who has already learned (or is learning) Java from a standard textbook
and who wants to know the language in more detail. These book presents the entire Java programming language and essential parts of the class libraries: the collection classes and the input-OUTput classes.
This project features a full-hardware sound compressor using the well known algorithm: IMA ADPCM.
The core acts as a slave WISHBONE device.
The OUTput is perfectly compatible with any sound player with the IMA ADPCM codec (included by default in every Windows). Includes a testbench that takes an uncompressed PCM 16 bits Mono WAV file and OUTputs an IMA ADPCM compressed WAV file.
Compression ratio is fixed for IMA-ADPCM, being 4:1.
PLEASE NOTICE THAT THIS CORE IS LICENSED UNDER http://creativecommons.org/licenses/by-nc-sa/3.0/ (Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported). That means you may use it only for NON-COMMERCIAL purposes.
This code OUTputs various NMEA strings to a com port. The code was
originally used to test naviation programmes.
First select the required com port and the required NMEA message string.
There is a default starting position but this can be changed to suit just by typing
in a new position.
Click on the Start button the current position displayed will change according
to the speed and heading selected and the selected NMEA string will be OUTput to the com port
and will reflect the current position as displayed.
There is a text box which is normally not visible. If you change this to visible the relevant
NMEA string can be displayed.
Enter the Matrix MS-DOS screensaver.
Sample of using bios functions (by int 10h) for text data OUTput (monitor in the text mode) and keyboard input. Requires: Borland C++ 3.1 for DOS.