Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.424.633 Times

Adaptive Instruments freeware
Filter: All | Freeware | Demo
 

Adaptive Instruments

< 1 2 3 4 5 > 
Added: January 08, 2010 | Visits: 1.414

Apogee These are drivers for the range of scientific CCD cameras manufactured by Apogee Instruments Inc. The drivers are accompanied by a full GUI interface designed for use in an astronomical environment. The .tgz binary can be installed using the following commands cd / tar -xvzPf...



Platforms: *nix

License: Freeware Size: 22 MB Download (152): Apogee Download

Added: August 09, 2010 | Visits: 1.102

libTLC54x libTLC54x is a library to communicate with the Texas Instruments TLC548/TLC549 8-Bit A/D-Converter via serial or parallel connector. The library just needs the device to be opened and than you can read data from the TLC54x. libTLC54x hides the process of getting the data bit by bit and also...





Platforms: *nix

License: Freeware Download (143): libTLC54x Download

Added: November 12, 2010 | Visits: 1.756

TiLP TiLP is a linking program for Texas Instruments graphing calculators. TiLP (formerly GtkTiLink) can transfer data between Texas Instruments scientific calculators and a computer/workstation. It works with all link cables (parallel, serial, Black/Gray/Silver Link) and it supports all calcs...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (156): TiLP Download

Added: September 03, 2010 | Visits: 804

Cabel Cabel is a graphical user interface for building csound instruments by patching modules similar to modular synthesizers. Cabel project is simply customizable through XML. Its intended for Csound beginners to learn some fundamentals about this wonderful language (although installing all...


Platforms: *nix

License: Freeware Size: 94.21 KB Download (91): Cabel Download

Added: November 26, 2010 | Visits: 1.115

Bumblebee Instrument Management System Bumblebee is a system for managing instruments and other resources, like analytical equipment, that must be shared between a number of users. Bumblebee is designed to be more efficient than a calendar on the wall or a whiteboard for both users and administrators. Bumblebee is also able to...


Platforms: *nix

License: Freeware Size: 337.92 KB Download (102): Bumblebee Instrument Management System Download

Added: February 27, 2010 | Visits: 1.301

TiEmu TiEmu is an emulator of Texas Instruments hand-helds (TI89/92/92+/V200). TiEmu is full-featured with a graphical debugger.. TiEmu, a TI89/92(+)/V200 emulator for Linux


Platforms: *nix

License: Freeware Size: 2.2 MB Download (270): TiEmu Download

Added: July 13, 2010 | Visits: 858

AdaptWeb AdaptWeb project is an adaptive learning system. AdaptWeb provides an adaptive learning system associated to a course and to a particular student profile. Different learning procedures are offered as guided navigation, hierarchical content presentations, and deterministic presentations....


Platforms: *nix

License: Freeware Size: 2.1 MB Download (111): AdaptWeb Download

Released: September 01, 2012  |  Added: September 01, 2012 | Visits: 659

Java Marine API Java Marine API is a small, handy NMEA 0183 library specially designed to enable an easy access to data provided by marine instruments such as GPS, sonar or autopilot. Also, the manipulation of data is supported. Currently the library supports 11 GPS sentence types.


Platforms: Windows

License: Freeware Download (49): Java Marine API Download

Added: June 13, 2013 | Visits: 523

Instrument Element The Instrument Element is a Grid/Cloud component that provides the computational/data Grid with an abstraction of real instruments, and Users with a more interactive interface to control them. More information: http://instrumentelem.sourceforge.net/


Platforms: *nix

License: Freeware Size: 1.93 MB Download (45): Instrument Element Download

Added: May 10, 2013 | Visits: 485

Adaptive Illumination Compensation It follows the algorithm written by Phil Chen in one of his papers.It will compensate all black-based values or minimum values pixels followed by the Y component of  the YCbCr space.  Requirements: - MATLAB 7 or higher - MATLAB's Image Processing Toolbox


Platforms: Windows, Mac, *nix, Matlab, BSD Solaris

License: Freeware Download (61): Adaptive Illumination Compensation Download

Added: May 04, 2013 | Visits: 608

Huffman Coding and Decoding for Text Compression Static Huffman Coding and Decoding, and Adaptive Huffman Coding and Decoding for text compression


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Huffman Coding and Decoding for Text Compression Download

Added: June 04, 2013 | Visits: 433

Delta Modulation and Adaptive Delta Modulation Platform: Matlab 6.5The project provides a graphical user interface made d-deOC¦d-deOC¦in GUIDE.Consists of Delta Modulation and Adaptive Delta, which are modulation techniques which is one bit quantizer.once the modulation, use the NRZ line code, to conform to the comm channel., and...


Platforms: Matlab

License: Freeware Size: 583.68 KB Download (48): Delta Modulation and Adaptive Delta Modulation Download

Added: August 18, 2013 | Visits: 432

LMS Algorithm Demonstration LMS filters in an adaptive filter architecture is a time honored means for identifying an unknown filter. By running the example code provided you can demonstrate one process to identify an unknown FIR filter.


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): LMS Algorithm Demonstration Download

Added: August 12, 2013 | Visits: 394

RLS Algorithm Demo RLS is one of the great adaptive filter algorithms. In this file ,an experiment is made to identify a linear noisy system with the help of RLS algorithm. The weights of the estimated system is nearly identical with the real one.A reference is used to write the algorithm.


Platforms: Matlab

License: Freeware Size: 51.2 KB Download (43): RLS Algorithm Demo Download

Added: May 02, 2013 | Visits: 336

NLMS Algorithm Demo NLMS is one of the adaptive filter algorithms. In this file ,an experiment is made to identify a linear noisy system with the help of NLMS algorithm. The weights of the estimated system is nearly identical with the real one. Also , adaptive learning rate has been applied.A reference is used to...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): NLMS Algorithm Demo Download

Added: March 24, 2013 | Visits: 347

Ramdomic Search Unconstrained global optimization using adaptive random search.Based on the algorithm written in C for constrained global optimization in 1989/09/29 and published as:A.R. Secchi and C.A. Perlingeiro, "Busca Aleatoria Adaptativa", in Proc. of XII Congresso Nacional de Matematica Aplicada e...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Ramdomic Search Download

findInstrument - Find and connect to instruments using the model or manufacturer name obj = findInstrument('STR') returns an interface object to an instrument whose model name, vendor name or VISA resource matches any part of the string STR. findInstrument requires the Instrument Control Toolboxd-OC?D? and a VISA adaptor, and currently only works with USB and GPIB instruments....


Platforms: Matlab


Added: August 21, 2013 | Visits: 605

Panels Three Four Layout Panels Three Four Layout is a grid based, adaptive layout for Panels module. It's similar to flexible layout that you can find in Panels' core, with the exception that in adaptive layout final page is rendered based on how panes are connected to the panel grid. It means that panes automatically...


Platforms: PHP

License: Freeware Size: 10 KB Download (44): Panels Three Four Layout Download

Added: October 19, 2013 | Visits: 431

Cirklz Cirklz is a probabilistic step-sequencer for Native Instruments Reaktor 5. It has a simple interface, that produces complex loops that never repeat. Use it to control other softsynths, hardware synths, fx and drum machines. Features # 4 track sequencer # MIDI Out # Probability sequencing # Easy...


Platforms: Mac

License: Freeware Size: 1003.52 KB Download (38): Cirklz Download

Added: June 25, 2013 | Visits: 468

Matrix Synthesizer The Matrix Synthesizer lets you create short melodies using a simple matrix of "tone blocks" and allows you to play these tunes on a variety of musical instruments. This application is written in JavaFX and was inspired by Andr?*N*?*A* Michelle's tone matrix.


Platforms: Mac

License: Freeware Size: 943 B Download (46): Matrix Synthesizer Download

< 1 2 3 4 5 >