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

Takes software
Filter: All | Freeware | Demo
 

Takes

< 1 2 3 4 5 > 
Added: June 19, 2013 | Visits: 428

PAN THOMPKINS ALGORITIM IMPLEMENTATION paste the Dat file in work directory or give the path then run the program it takes 70 sec to execute



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): PAN THOMPKINS ALGORITIM IMPLEMENTATION Download

Added: April 08, 2013 | Visits: 389

TDM simulation The program takes the number of inputs first then the input data for each channel is taken. The data is multiplexed and sent





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): TDM simulation Download

Added: June 08, 2013 | Visits: 401

Bresenham optimized for Matlab This code does not use any for loops and takes advantage of Matlabs internally optimized routines to produce a fast, optimized version of Bresenham's line drawing algorithm


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Bresenham optimized for Matlab Download

Added: August 10, 2013 | Visits: 332

Sort Eigenvectors & Eigenvalues This function takes in two matrices P and D, presumably the outputfrom Matlab's eig function, and then sorts the columns of P tomatch the sorted columns of D (going from largest to smallest)EXAMPLE:D = -90 0 0 0 -30 0 0 0 -60P = 1 2 3 1 2 3 1 2 3[P,D]=sortem(P,D)P = 2 3 1 2 3 1 2 3 1D = -30 0 0 0...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Sort Eigenvectors & Eigenvalues Download

Added: June 08, 2013 | Visits: 443

Inverse Discrete Fourier Transform of a finite sequence The Fourier transform takes a signal in the time domain and maps it, without loss of information, into the frequency domain. The frequency domain representation is exactly the same signal, in a different form. The inverse Fourier transform(IDFT) maps the signal back from the frequency domain into...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (51): Inverse Discrete Fourier Transform of a finite sequence Download

Added: August 19, 2013 | Visits: 431

Assign the same values to many output variables MANY takes in the variable x and assign it to all the output variables. MANY takes in the variable x and assign it to all the output variables.This function works as the equation sign in C++ so that the following expression in C++:x1 = x2 = x3 = x4 = x5 = 8; is equivalent to the following...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Assign the same values to many output variables Download

Added: August 09, 2013 | Visits: 351

Threshold detector It takes parts of incoming vector that above threshold and return cell array of parts.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Threshold detector Download

Added: August 05, 2013 | Visits: 393

Spider (radar) Chart Takes a numeric verctor and cell string vector and plots a spider chart (One data set is allowed)


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Spider (radar) Chart Download

Added: July 06, 2013 | Visits: 504

Graphical Simulation of an Elevator Upon giving the number of floors as input, the elevator takes a random number of passengers and takes them up to a random floor between 2 and number of floors, before going down and picking up other passengers.The code has extensive comments explaining how everything works.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (58): Graphical Simulation of an Elevator Download

Added: August 08, 2013 | Visits: 419

Sliding Spectrometer It takes a 8 khz sampling in real-time, and performs a FFT at 100 hz with a sliding hamming window to give clean results. All of this is in a GUI which allows you to see the spectrometer and energymeter. Some of the background audio processing code is from http://www.speech-recognition.de by...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Sliding Spectrometer Download

Added: September 02, 2013 | Visits: 448

Guitar Distortion Effect This function takes an audio vector and a constant as inputs. The output is the input audio vector but with a distortion effect added to it. The effect is much like that of an overdriven guitar amplifier. GDIST.m also works well with many other instruments and sound.For instructions on how to use...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Guitar Distortion Effect Download

Added: August 16, 2013 | Visits: 308

Introduction doT Simscape As part of the reform STI2D which takes effect in September 2011 to 2012, see this video tutorial (approximately 15 minutes), which includes demonstrations and exercises.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 563.2 KB Download (47): Introduction doT Simscape Download

Added: July 16, 2013 | Visits: 296

Small calculater GUI his GUI takes 2 user chosen numbers and applies a matchmatical operation on the two numbers. Also shows save and load functionality.My first attempt at a GUI


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Small calculater GUI Download

Added: August 23, 2013 | Visits: 374

Mth Order Piecewise Spline Interpolation GSP is a graphical user interface which takes x and y points as inputs, along with the order m, then outputs mth order splines between each of the x points. In most cases additional constraints are to be entered as well. Example: Input: x points : [1 2 3 4] y points : [2 7 -1 5] Order : 2 *One...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Mth Order Piecewise Spline Interpolation Download

Added: July 28, 2013 | Visits: 455

Paste a Matlab figure to Excel This Function takes the current Matlab figure (gcf) and paste it into an existing Excel File.Example:plot(1:10)xlsPasteTo('Book2','Sheet1',300, 400,'D6')


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 102.4 KB Download (46): Paste a Matlab figure to Excel Download

Added: April 16, 2013 | Visits: 183

htmlslideshowselect This procedure takes as input a folder with stored figures and creates html file for displaying them in a web browser as a slide show. The figures can be organized in custom lists for displaying only a subset of stored figures.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): htmlslideshowselect Download

Added: May 29, 2013 | Visits: 428

Change of Picture Format his function takes a picture in one format (e.g. jpg) and saves it in another format (e.g. eps). Availeble formats are the ones that MATLAB supports, see "help print", "help fileformats".


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Change of Picture Format Download

Added: August 15, 2013 | Visits: 356

PHPMD PHPMD takes a given PHP source code base and look for several potential problems within that source. PHPMD can be seen as an user friendly frontend application for the raw metrics stream measured by PHP Depend. It aims to be a PHP equivalent of the well known Java tool PMD.PHPMD will look for...


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 522.24 KB Download (50): PHPMD Download

Added: September 14, 2013 | Visits: 353

PDO Pagination PDO Pagination takes an SQL query and execute it once to retrieve the total number of rows that it would return.HTML code with links to all result pages are being generated, with the page number and number of results being displayed per page, listed.


Platforms: PHP

License: Freeware Size: 10 KB Download (42): PDO Pagination Download

Added: June 23, 2013 | Visits: 496

PHP AJAX pagination PHP AJAX pagination takes as parameters an SQL query, the number of results to show per page and the current page number.HTML and javascript code is generated in order to display links for browsing the query result pages.When the user clicks on the links an AJAX request is sent to a script that...


Platforms: PHP

License: Freeware Size: 61.44 KB Download (44): PHP AJAX pagination Download

< 1 2 3 4 5 >