Home > By category > Scripts > Development Tools
Sort by : Name|Date|Downloads|Rating|

Listing of Development Tools in Scripts

TIMESPLITRINEX splits a RINEX GPS file by time. TIMESPLIT(FILENAME,t) breaks a RINEX file into shorter files of length t in seconds. Useful for breaking a large file into days, or a day file into hours, etc. EXAMPLE: If 'myfile.obs' is a day-long rinex file, TIMESPLIT('myfile.

  • Publisher: Ian Howat
  • Date: 23-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab
  • TA-Lib
  • License: Freeware
  • Price: 0.00
  • Rating

TA-Lib provides common functions for the technical analysis of financial market data. Features: - C/C API TA-Lib is totally embedded within your application using static library. You access the functionality by including the header file "ta_libc.h" - Excel API Just add the TA-Lib Excel add-ins to your workbook and you get access to all the TA functions in your spreadsheet.

  • Platform: Scripts, C and C plus plus

This program demonstrates the quaternion belt-trick, also known as the Dirac belt-trick and the waiter trick. It generates an AVI movie file (also included) which shows a stereo movie of the belt-trick in action. Notes: (1) If you want to save time and see the end-result, just watch the included AVI movie.

  • Platform: Scripts, Matlab

This is the 1st part of 1st Lecture of the MatLab's Video Lectures Series in ARABIC language. The Video File's format is "mp4". The total length of this lecture is 01:36:40 ------------------------------------------------------- The length of this part is 00:14:36 **************************************************************** In this lecture you will: 1- Get an introduction about MatLab programing language.

  • Platform: Scripts, Matlab

The input 3D shapes can have different numbers of points. Any shape from the input group can be selected as the template shape. The code aligns each of the rest of the input shapes to the template. The result is a group of shapes with one-to-one point correspondence.

  • Publisher: Qing He
  • Date: 23-06-2013
  • Size: 246 KB
  • Platform: Scripts, Matlab

This algo was the next big thing after the simple LPC algo designed on 1984. This offers a much better voice quality than LPC with a minor increase in Bandwidth. Bitrate = 13 kbps..

  • Platform: Scripts, Matlab

Performs hierarchical clustering of data using specified method and seraches for optimal cutoff empoying VIF criterion suggested in "Okada Y. et al - Detection of Cluster Boundary in Microarray Data by Reference to MIPS Functional Catalogue Database (2001)".

  • Publisher: Denis
  • Date: 23-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

this project aims at recognizing characters from a text image. Both the uppercase and lowercase letter with numerals are recognized. And spaces are also recognized within different words. The process of OCR involves several steps including segmentation, feature extraction, and classification.

  • Platform: Scripts, Matlab

Given a desired value "y0", this function finds all the elements "y" in a vector whose values are the closest to "y0" in the whole vector, and also the positions "xi". So, the output is a set of points [xi,y0] given in two vectors, one for the values and another one for the positions.

  • Publisher: AdridodAn
  • Date: 23-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

Imagine that you have a set of observations that have been properly labelled. It should be interesting not only to analyze the data pdf but also to study the weigth of each class (observations' labels) to each one of the histogram bins. In this way I have developed a version of HIST, that is called LHIST.

  • Platform: Scripts, Matlab
  • ntimes
  • License: Shareware
  • Price: .price.
  • Rating

Given 2 3D arrays, A and B, where A(:,:,i) and B(:,:,i) are i 2D matrices, multiply A(:,:,i)*B(:,:,i) without the use of a for loop. More an experiment in coding than a practically useful piece of code, the goal was to derive an efficient method for multiplying many matrices together without the use of computationally expensive for loops.

  • Platform: Scripts, Matlab

CompactBSD is a set of tools that allow you to compress OpenBSD onto a small (32MB) compact flash card for use in small embedded servers. CompactBSD can be used to power wireless hot spots, which is what FatPort uses it for. CompactBSD contains elements of flashdist, a very well maintained tool that lets you easily build an embedded firewall.

  • Platform: Scripts, Python

Stability of the system obtained from the a typical biochemical network was checked using simulink.

  • Publisher: SURAJ
  • Date: 23-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

[DATA TIME] = readFlukeFile(FILENAME), reads a CSV file with recorded measurements from a Fluke multimeter. It returns DATA (a vector of measurement values) and TIME (a vector of measurement times). The "time" of each measurement is the elapsed time in seconds since the start of the recording session.

  • Platform: Scripts, Matlab

Segment the vessel branches from dynamic image of fluorescent microscopy == Install ====== - Add all attached files to matlab path - Download "Better Skeletonization" from following URL and add to matlab path http://www.mathworks.com/matlabcentral/fileexchange/11123-better-skeletonization == Instruction ========= 1.

  • Platform: Scripts, Matlab

This file characterizes the heat losses of a PHEV during the charging process. Heat losses emerge in the inverter and each of the two battery modules. They get absorbed by a cooling plate with cool water flow that is in an parallel arrangement. That means three mass flows are mixed after they absorbed waste heat from the inverter or energy storage system.

  • Platform: Scripts, Matlab

GUI is provided to visualize forward/inverse kinematics, end effector workspace, manipulability, ellipse tracing, and position control of a 4RRR parallel planar manipulator. The files are created as part of the final project for the Math Methods in Robotics course at University at Buffalo.

  • Publisher: Dan Peng
  • Date: 23-06-2013
  • Size: 399 KB
  • Platform: Scripts, Matlab

function result=perl_regexp_rep(instr,regexstr,repstr) executes a perl regex match or substitution it can replace REGEXP or REGEXPREP >> perl_regexp_rep( ... 'the quick brown fox jumped over the lazy dog', ... 'e.*?e') ans = e quick brown fox jumpe >> perl_regexp_rep( .

  • Platform: Scripts, Matlab

Consists of hard_main.m, hard_func.m, and hard_stop.m. hard_main.m: Main calling function with two primary characteristics:(1) Sets 'events' in 'odeset' so events occur when velocity crosses zero OR when displacement hits a hard stop, (2) Calls the integration function each time such has to be restarted due to an event, (3) Accumulates history and plots results hard_func.

  • Platform: Scripts, Matlab

change in Vdc are sensed & are used to generate the current reference only at zero crossing of voltage. otherwise may cause imbalance.

  • Platform: Scripts, Matlab

This code calculates BER values for 16-QAM in Rayleigh Channel. You can compare the BER plot with the theoretical values from MATLAB BER TOOL..

  • Platform: Scripts, Matlab

The zip file contains several matlab files. These files implement the optimal vlassifier (optimal_classifier.m), a sub-optimal classifier (SOS_STBC_Classifier.m) which is based on Second Order Statistic and a low-complexity sub optimal code-parameter classifier (CP_Classifier.

  • Platform: Scripts, Matlab

Basic implementation of the Phase Spectrum Compensation (PSC) [1] method for single channel speech enhancement is included, along with a demo that illustrates its usage. References: [1] A.P. Stark, K.K. Wojcicki, J.G. Lyons and K.K. Paliwal, "Noise driven short time phase spectrum compensation procedure for speech enhancement", Proc.

  • Platform: Scripts, Matlab

Ultimate SAML is an OASIS SAML v1.x and v2.0 specifications compliant .NET toolkit. It offers an elegant and easy way to add support for Single Sign-On SAML 1.x and 2.0 to your ASP.NET applications. * Features * Supports SAML 1.x * Supports SAML 2.

  • Platform: WinOther, WinServer, WinVista, WinVista x64, WinXP
  • allan
  • License: Shareware
  • Price: .price.
  • Rating

allan.m calculates the standard Allan deviation (ADEV) of a time domain signal. It is intended for stability analysis of frequency data (although the analysis can be applied to other types of data). Fractional frequency or phase data sets with sample rate or time stamp information are handled.

  • Platform: Scripts, Matlab

This is a 2 player game that demonstrates UDP communication with MATLABâ„¢ and the Instrument Control Toolboxd-OC?D?. Play against colleagues (after work hours of course) and see who is "King of the Lab.".

  • Publisher: Isaac Noh
  • Date: 22-06-2013
  • Size: 2253 KB
  • Platform: Scripts, Matlab

Different elevations cannot be identified with standard matlab functions such as surf, even changing FaceColor attribute to activate interpolation. In contrast, with this function alows one can define contour levels and different colors are applied to each level.

  • Platform: Scripts, Matlab
  • Sine PWM
  • License: Shareware
  • Price: .price.
  • Rating

Instead of Triangular wave generator from Library browser Embedded Matlab func (user defined) is used. Make sure that tha amplitude of sine and triangle wave are equal.and also the freq of triangular is not less than twice the freq of sine wave.(remember sampling theorem?) And to increase the simulation speed decrease the sampling time value in unit delay block.

  • Platform: Scripts, Matlab

This program fuses/combines/mixes 2 images It supports both Gray & Color Images In the program, Alpha Factor can be varied to vary the proportion of mixing of each image. With Alpha Factor = 0.5, the two images are mixed equally. With Alpha Facotr < 0.

  • Publisher: Athi
  • Date: 22-06-2013
  • Size: 604 KB
  • Platform: Scripts, Matlab

Segmentation by growing a region from user defined seed point, using intensity mean measure. Simple and efficient (only one loop) example of "Region Growing" algorithm from a single seed point. The region is iteratively grown by comparing all unallocated neighbouring pixels to the region, using mathematical morphology.

  • Platform: Scripts, Matlab

New Downloads

WebSite X5 FREE 11

WebSite X5 FREE is the easiest
software to turn your website
dreams into reality. It
includes the latest
state-of-the-art ...

Efficient Calendar Free

Efficient Calendar Free is an
elegant scheduler, planner and
reminder. Begin to use
Efficient Calendar Free now to
help ...

Visual SEO Studio

A desktop SEO Audit Tool, a
Visual approach to make SEO
tasks quick and easy. Crawl,
Spot on-site issues at a
glance, ...

Fayetracker

FayeTRACKER is a replacement
application for the netstat
feature in Windows. It offers
the same functionality as the
...

BitComet Ultra Accelerator

BITCOMET ULTRA ACCELERATOR is
an effective plug-in for
BitComet P2P. The program
includes most modern
technology that is ...

Donar MP3 Recorder

Donar MP3 Recorder is a
flexible sound recorder tool
designed to capture any sound
in real-time that goes through
your PC ...

Portable Efficient Sticky
Notes

Throw away the traditional
paper sticky notes and start
using the completely free
Efficient Sticky Notes!
"Stick" your ...

Azureus Ultra Accelerator

Azureus Ultra Accelerator is a
program designed to boost
Azureus downloads. These
practical and professional
plug-in ...

Aktiv Download Manager

Aktiv Download Manager is a
most needed tool for those
looking impatiently for the
next download. The application
is ...

Forgotten Space

In the game Forgotten Space,
crazy flights in spaceships of
the future are in store for
you. Many high-profile
shootings ...