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.478.181 Times

Data Acquisition software
Filter: All | Freeware | Demo
 

Data Acquisition

< 1 2 3 4 5 > 
Released: August 26, 2012  |  Added: August 26, 2012 | Visits: 473

GXSM GXSM -- Gnome X Scanning Microscopy: A multi-channel image and vector-probe data acquisition and visualization system designed for SPM techniques (STM,AFM..), but also SPA-LEED. A plug-in interface allows any user add-on data-processing and special hardware and instrument support. Based on... Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 2 MB Download (50): GXSM Download

Released: October 07, 2012  |  Added: October 07, 2012 | Visits: 567

ipmems Cross-platform data acquisition and visualization software with an embedded HTTP/HTTPS-server, binary protocol parsing library, remote secure administration server, embedded Groovy scripting facilities and HMI (SCADA) visualization module. Platforms: Windows, Mac, Solaris, Linux

License: Freeware Size: 7.73 MB Download (49): ipmems Download

Released: July 03, 2012  |  Added: July 03, 2012 | Visits: 516

MNDACS - Java Control System MNDACS (Mesh Networked Data Acquisition and Control System) is a Java, network based control system. The project approach is to build a mesh system to tolerate control unit breakdowns with load balancing between units. Platforms: Windows, Mac, Linux

License: Freeware Size: 6.36 MB Download (45): MNDACS - Java Control System Download

Released: September 05, 2012  |  Added: September 05, 2012 | Visits: 406

Procedures-Based Language PBL (prounounced 'pibble') is a general-purpose language targeted to SCADA applications (Systems Control And Data Acquisition). Platforms: Mac, BSD, Solaris, Linux

License: Freeware Size: 7.52 KB Download (45): Procedures-Based Language Download

Released: September 10, 2012  |  Added: September 10, 2012 | Visits: 451

TIDAL Tools for Respiratory Physiology TIDAL is a collection of data acquisition and processing tools forresearch in respiratory physiology. It provides a high-level language for specifying experimental protocols and required computations. Platforms: Windows, Mac, BSD, Solaris, Linux

License: Freeware Size: 610.93 KB Download (43): TIDAL Tools for Respiratory Physiology Download

Released: August 22, 2012  |  Added: August 22, 2012 | Visits: 364

AXAnalyst AXAnalyst goes beyond data acquisition and uses artificial intelligence routines to analyze the incoming data to help you shave time off of those autocross runs! We know it works, because we use it ourselves! Data analysis is the key for finding out Platforms: Mac

License: Shareware Cost: $89.99 USD Size: 3.4 MB Download (50): AXAnalyst Download

Released: August 21, 2012  |  Added: August 21, 2012 | Visits: 408

AXAnalyst+Video AXAnalyst+Video combines the best in data acquisition and analysis with your in-car (or outside-of-car) video, producing videos with overlaid data. Data analysis is the key for finding out how you can go faster. Video of the driver is the key for bre Platforms: Mac

License: Shareware Cost: $149.99 USD Size: 3.6 MB Download (55): AXAnalyst+Video Download

Added: May 10, 2013 | Visits: 355

Vision Egg The Vision Egg is a Python programming library (with demo applications) that uses standard, inexpensive computer graphics cards to produce visual stimuli for vision research experiments. The Vision Egg is a high level interface between Python and OpenGL. In addition to methods for automatic... Platforms: *nix, Python, BSD

License: Freeware Download (52): Vision Egg Download

Added: April 14, 2013 | Visits: 513

Real Time Heart Rate Monitor This is a crude attempt at quasi-realtime signal processing using the PC sound card as an analogue data acquisition device. The cardiogram signal is generated by a Polar heart rate monitor strap and transmitted wirelessly to a receiver connect to the PC microphone. See here for the physical... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Real Time Heart Rate Monitor Download

Added: June 29, 2013 | Visits: 452

Arduino meets MATLAB The current submission illustrates a way to use the popular open source arduino boards with MATLAB illustrating the capabilities of data acquisition and visualization in real time .The Arduino Demilanove based on the ATMEGA 328 is used to send a series of time series through the serial interface... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Arduino meets MATLAB Download

Added: May 21, 2013 | Visits: 279

MATLAB sound - code example MATLAB supports sound acquisition and generation using Data Acquisition Toolbox.This MATLAB code example shows you to acquire two seconds of audio data from a sound card, calculate the frequency components, and plot the results.Use the "Save and Publish to HTML" button in the MATLAB Editor to... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): MATLAB sound - code example Download

Added: April 24, 2013 | Visits: 315

Spectrogram Scope SPECGRAMSCOPE makes it fairly easy to include a spectrogram scope in your real-time data acquisition and analysis application. You feed spectrumscope your data, and it plots the FFT - simple enough! It takes 2 steps to use SPECGRAMSCOPE. First, you initialize the scope with basic information... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 133.12 KB Download (39): Spectrogram Scope Download

Sending digital codes with Measurement Computing boards with mex I found the Data Acquisition Toolbox too slow for my needs in sending 16-bit digital codes with my PCIM-DAS1602, so I adapted C code from the MCC Universal Library to send codes very fast, at up to 10kHz. This code simply sends two bytes, and then flips a strobe on and off. You can send character... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Sending digital codes with Measurement Computing boards with mex Download

Added: July 14, 2013 | Visits: 323

Intruder Detection and Recording This Intruder Detection example shows how the Image Acquisition and Data Acquisition Toolboxes can be used together.This program displays live video and audio data acquired from a web cam and sound card. Whenever certain motion or sound thresholds are exceeded, an alarm will sound while the video... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Intruder Detection and Recording Download

Added: July 24, 2013 | Visits: 415

MATLAB Support Package for Vernier SensorDAQ Vernier SensorDAQ (www.vernier.com/sensordaq) is a USB data-acquisition interface. It can be used to gather data from Vernier sensors (www.vernier.com/sensors) and also includes terminals for analog and digital I/O.This support package extends the capabilites of Data Acquisition Toolbox (R2011b... Platforms: Matlab

License: Freeware Size: 665.6 KB Download (39): MATLAB Support Package for Vernier SensorDAQ Download

Added: August 18, 2013 | Visits: 135

Data Acquisition Thing % ai=anaLogger;% ai.nChannels=4;% ai.SampleRate=1000;% ai.start;% pause(3);% ai.stop;% [v t]=ai.getdata;%% figure;% plot(t,v); Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Data Acquisition Thing Download

Read a National Instruments USB-TC01 single channel Thermometer in MATLAB Data Acquisition Toolboxd-OC?D? software provides a complete set of tools for analog input, analog output, and digital I/O from a variety of PC-compatible data acquisition hardware.Support for the National Instrument USB-TC01 device was added to Data Acquisition Toolbox in R2011b. If you have... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Read a National Instruments USB-TC01 single channel Thermometer in MATLAB Download

Added: April 25, 2013 | Visits: 340

Sonar Demo In this demo the Windows sound card is used as a data acquisition device. A chirp waveform is played out the speaker and captured by the microphone concurrently. The time delay between pitch and catch indicates separation distance. The time delay is determined using signal processing concepts... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Sonar Demo Download

Added: July 30, 2013 | Visits: 390

Ni DAQ Toolbox This toolbox allows users to perform data acquisition under MATLAB (c) version 5 from MathWorks using the NiDAQ (c) library from National Instruments. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 225.28 KB Download (51): Ni DAQ Toolbox Download

Added: August 08, 2013 | Visits: 322

SoundRecorder Demo The primary goal of this submisstion is to provide an example of how to build a Test & Measurement related GUI using GUIDE and the Data Acquisition (DAQ) Toolbox in MATLAB. MATLAB users in a Test & Measurement field can use the code in this submission as an outline to their own applications or as... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 583.68 KB Download (48): SoundRecorder Demo Download

< 1 2 3 4 5 >