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

Coeds Uploaded software
Filter: All | Freeware | Demo
 

Coeds Uploaded

< 1 2 3 4 5 
Added: June 10, 2013 | Visits: 570

Find optimal FIR Wiener filter for multiple inputs MISO_FIRWIENER(N, X, Y) computes the optimal FIR Wiener filter of order N, given any number of (stationary) random input signals as the columns of matrix X, and one output signal in column vector Y.Requires BLOCK_LEVISON.M, also on the file exchange.By Keenan Pepper; uploaded with permission.



Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Find optimal FIR Wiener filter for multiple inputs Download

Added: September 08, 2013 | Visits: 276

DICOM gantry tilt correction This is a modified version of a script uploaded by the user Denny. I grabbed a copy and unfortunately found it didn't work for me. So, I modified it and made some improvements.Improvements include:- Some timing code to show you how long it took to process each slice (average time only)- Progress...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): DICOM gantry tilt correction Download

Added: June 16, 2013 | Visits: 557

SATGLOBE - Rendering Satellite Views of Earth SATGLOBE - This file renders a fully manipulatable satellite view of earth at a resolution of two pixels per degree, with added international political boundaries and gridlines. The imagery was obtained from NASA, and the globe was rendered using the MATLAB Mapping Toolbox.The Mapping Toolbox is...


Platforms: Matlab

License: Freeware Size: 460.8 KB Download (43): SATGLOBE - Rendering Satellite Views of Earth Download

Character Recognition Example (I&II): Pre-processing of Image This demo shows some examples for image pre-processing before the recognition stage. the first example is just some commnads of image processing which are commonly used for preprocessing, while the second example shows how to use the simple command to automate the image processing stage...


Platforms: Matlab

License: Freeware Size: 81.92 KB Download (43): Character Recognition Example (I&II): Pre-processing of Image Download

Added: August 12, 2013 | Visits: 469

Run a 53132A counter with a USB GPIB interface Control a 53132A counter remotely using standard Matlab without the instrument module by treating the GPIB USB interface as a com port. There are lots of little tricks to get this to work. This module also uses a small program SystemError, which is also uploaded to this site, to help debug this...


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Run a 53132A counter with a USB GPIB interface Download

Added: April 19, 2013 | Visits: 550

Sun Azimuth Data Using this script, you can generate a set of data regarding Sun Azimuth Positions at various instants of time for any location on Earth. This data can be used in many applications, like, in determination of orientation of any plane's azimuth from True North.The syntax is 'sun_azimuth_data' (no...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (40): Sun Azimuth Data Download

Added: September 01, 2013 | Visits: 456

Marching Cubes This function uses a vectorized version of the marching cubes algorithm to compute a triangulated mesh of the isosurface within a given 3D matrix of scalar values at a given isosurface value. The output is a triangulated mesh specified in terms of a face list and a vertex list. The orientation of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Marching Cubes Download

Added: April 09, 2013 | Visits: 254

Flipping Trade Signals Generates GBM curve with specified drift and volatility parameters.Trade entries are modeled through a zero-intelligence model assuming a Poisson arrival process for trades conditioned on a set number of trades on the GBM curve.All credit for the GBM curve generator goes to...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Flipping Trade Signals Download

Added: July 19, 2013 | Visits: 447

RIRE Vanderbilt file auto upload This function constructs the system command line to call the java upload script to interact with RIRE website. The java script logs into the RIRE website, creates new method there, uploades the files and optionally submits the method. The name of the method is derived from the name of the folder...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 17.85 MB Download (39): RIRE Vanderbilt file auto upload Download

Added: June 29, 2013 | Visits: 411

Torque Measurement changes output data Hi Arnaud,here is on of the files I mentioned.I drive a pump with the simelectronics induction motor. when it comes to measuring the torque, the power output totally changes.i did not connect the torque measurement tool yet. so you can run the model first, and then connect the tool and see the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (39): Torque Measurement changes output data Download

Added: August 03, 2013 | Visits: 414

Design and Implementation of FIR Filter In this study, windowing-based Finite Impulse Response (FIR) filter design method is implemented for four regular filters ( Low Pass, Band Pass, Band Stop and High Pass). Detailed steps are described. The related codes are uploaded to the website of mathworks.com for sharing. Complete...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 215.04 KB Download (40): Design and Implementation of FIR Filter Download

Added: April 15, 2013 | Visits: 293

Block Levinson solver BLOCK_LEVINSON(Y, L) solves the matrix equation T * x = y, where T is a symmetric matrix with block Toeplitz structure, and returns the solution vector x. The matrix T is never stored in full (because it is large and mostly redundant), so the input parameter L is actually the leftmost "block...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Block Levinson solver Download

Hypergeometric Probability Density Function (HPDF) - enhanced version myhygepdf2 - this second rendition of HPDF can now return a cumulative hpdf vector.EX4: [a,b]=myhygepdf2(1,40,5,36,'atleast')a = 1b = 0.0001 0.0039 0.0690 0.4271 1.0000 This may enhance the usefulness of the function as you can avoid repeated calls to the function when cumulative probabilities...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Hypergeometric Probability Density Function (HPDF) - enhanced version Download

Added: July 22, 2013 | Visits: 382

International Geomagnetic Reference Field (IGRF) Model The International Geomagnetic Reference Field (IGRF) is an internationally agreed upon mathematical model of the Earth's magnetic field. This program is a conversion of the FORTRAN subroutines that make the calculation into MATLAB. It does not use a compiled FORTRAN mex file, which probably makes...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (45): International Geomagnetic Reference Field (IGRF) Model Download

Added: May 15, 2013 | Visits: 374

Classic Snake Game in MATLAB GUI Unzip the 'Snake.zip' and run the game.m file. The game controls are present on the GUI screen that comes up and are self explanatory, although small annotations have been added for easier grasp.Hope you enjoy.A better version with subtle scoring methods and riskier play will be uploaded in time.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 256 KB Download (42): Classic Snake Game in MATLAB GUI Download

Added: December 10, 2013 | Visits: 636

phpFotolog phpFotolog is a Fotolog.net clone writen in PHP and MySQL.You can upload pictures and it generates thumbnails. Visitors can add comments to your photos. It also supports adding fotolog.net and photoblog.be friends and updating automatically their last uploaded photos.


Platforms: PHP

License: Freeware Size: 61.44 KB Download (66): phpFotolog Download

Added: August 26, 2013 | Visits: 561

noticeboard The uploaded image is checked for a predefined size. With noticeboard, when an entry is posted , an email is sent to the webmaster who can delete it if inappropriate.Features of noticeboard:- Preview function before posting an entry.- Can post a picture but script check that the picture is no...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (48): noticeboard Download

Added: April 28, 2013 | Visits: 283

Inspirado Inspirado is the new blog engine project. Written in PHP, it uses MySQL databases. With Inspirado bloggers can control all the aspects the blog. Inspirado also support Plugins, which can be uploaded and automatically installed from administration panel, like designs and widgets, no ftp needed....


Platforms: PHP

License: Freeware Size: 1.21 MB Download (51): Inspirado Download

Added: April 02, 2013 | Visits: 548

Acc Autos for Scripts It makes it easy to manage the inventory and display the vehicles a dealership has for sale.The script is available in English, Spanish, French, Dutch, German, Greece, Italian, Arabic, Estonian and Serbian (partial translated).InstallationUnzip the archive.Within your hosting account create a...


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 7.5 MB Download (60): Acc Autos for Scripts Download

Added: May 17, 2013 | Visits: 488

Wiki Type FrameWork for Scripts WTF is not a Wiki engine, although it can be used as one. It is actually a generic web content management engine allowing you to create web documents easily from the comfort of your browser. If you must compare it to something, consider it a cross between a Blog, a Wiki, and a forum.WTF is a...


Platforms: PHP

License: Freeware Size: 102.4 KB Download (40): Wiki Type FrameWork for Scripts Download

< 1 2 3 4 5