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

Equivalent software
Filter: All | Freeware | Demo
 

Equivalent

< 1 2 3 4 5 
Added: June 12, 2013 | Visits: 315

func_coherence.m This very simple m-function computes cross spectrum, coherence and phase at the same time. The input parameters are equivalent to pwelch.n or csd.m in MATLAB and use csd.m in the singal toolbox.It's very simple but useful for engineers.



Platforms: Matlab

License: Freeware Size: 10 KB Download (50): func_coherence.m Download

Added: April 27, 2013 | Visits: 549

Link Budgets with Communications Blockset The AWGN Channel Block in the Communications Blockset lets you specify SNR in several ways, including Eb/No. Sometimes people want to use a more itemized way of specifying the SNR, like the itemization found in a link budget.These two models show how to create equivalent implementations of a...





Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Link Budgets with Communications Blockset Download

Added: July 01, 2013 | Visits: 439

Screenshot Fast root-mean-square (RMS) power FASTRMS Instantaneous root-mean-square (RMS) power via convolution.FASTRMS(X), when X is a vector, is the time-varying RMS power of X, computed using a 5-point rectangular window centered at each point in the signal. The output is the same size as X and contains, for each point in X, an estimate...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Screenshot Fast root-mean-square (RMS) power Download

Electricity Load and Price Forecasting Webinar Case Study ** Update: The webinar recording is available at:http://www.mathworks.com/company/events/we.../wbnr51423.htmlThis example demonstrates building a short term electricity load (and price) forecasting system with MATLABdlT«. Two non-linear regression models (Neural Networks and Bagged Regression...


Platforms: Matlab

License: Freeware Size: 12.55 MB Download (52): Electricity Load and Price Forecasting Webinar Case Study Download

Added: June 12, 2013 | Visits: 513

Foxboro I/A Series PIDA Blocks This block implements the PID control equations found on page 1680 of the Foxboro I/A Series Integrated Control Block Descriptions Manual Volume 3, dated May 31 2006. Use this block when the target platform for a PID control design is a Foxboro I/A Series DCS.These blocks have been field verified...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (43): Foxboro I/A Series PIDA Blocks Download

Added: May 30, 2013 | Visits: 359

PV Array Simulink Block PV panel is modeled from the equivalent circuit of PV cells in series and parallel. Each panel is designed with Short circuit current 1 Amp and Open circuit voltage (36x0.54 =) 19.44 Volts at 1000w/sqm, Enter Nos. of such panel to configure in series Ns and sets of panels in parallel Np (Pmp=13.7...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): PV Array Simulink Block Download

Matlab program for calculating EUD-based NTCP and TCP in external beam radiotherapy EUDMODEL(DVH), where DVH is a 2 column matrix corresponding to the cumulative, not differential, dose volume histogram. The 1st column corresponds to increasing absolute dose or percentage dose values, and the 2nd column to the corresponding absolute or relative volume value. The matrix must have...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (57): Matlab program for calculating EUD-based NTCP and TCP in external beam radiotherapy Download

Added: April 07, 2013 | Visits: 342

Read netCDF files and display variable information This script was written in order to load netCDF files into MATLAB and to display some basic info about the dimensions and variables.The code should at least work on ERA-40, ERA-interim and NCEP/NCAR reanalysis data.I wrote the script since I can't find a function in the built-in set of netCDF...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Read netCDF files and display variable information Download

Added: August 25, 2013 | Visits: 738

Get Stock Symbols This program gets the stock symbols of a user-defined index (NASDAQ, NYSE, AMEX, OTCBB, LSE) and/or sector. The data is retrieved from http://www.eoddata.com/ and from Yahoo Finance.For example: - get_stock_symbols('NASDAQ') : gets all stock symbols from NASDAQ -...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Get Stock Symbols Download

Added: July 11, 2013 | Visits: 413

Evaluation of the upper incomplete gamma function GAMMA_INCOMPLETE evaluates the upper incomplete gamma function(incomplete gamma function of the second kind) $Gamma(a,x)$at non-negative values of the argument. This function extends theMATLAB function gammainc to negative values of the parameter a. SYNOPSIS: fun=gamma_incomplete(x,a) INPUT x :...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Evaluation of the upper incomplete gamma function Download

Added: August 15, 2013 | Visits: 752

PDD Melt Simple function to calculate melt rates in meter water equivalent per year for a digital elevation model (DEM) based on positive degree days factor (PDD) using seasonal variation.User can specify factors: mean annual temperature, PDD_ice, seasonal variation in degrees and year length.Approach...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): PDD Melt Download

Added: May 14, 2013 | Visits: 555

Fast String to Double Conversion str2doubleq is equivalent to the Matlab built-in str2double function that converts char or cellstr array to appropriate double arrays. The drawback of built-in str2double is that it becomes very slow when the dataset becomes larger.str2doubleq exploits the mex-gateway to use c++ fast string...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Fast String to Double Conversion Download

Point Pattern Matching Algorithm for Hand Gesture / American Sign Language (ASL) Recognition This program recognizes ASL input(query) images by comparing it with the database images and outputs the equivalent ASCII representation of it.The details are given inside the zip file on separate explanatory algorithm diagrams and every .m file is documented in detail.Open the 'Readme.txt' in...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 532.48 KB Download (39): Point Pattern Matching Algorithm for Hand Gesture / American Sign Language (ASL) Recognition Download

Added: May 08, 2013 | Visits: 439

DC Motor with Thermal Effects The model compares the performance of the DC motor from the SimElectronicsdlT« library (without thermal effects) with an equivalent model written in the Simscape language (with thermal effects). The simulation results will show the performance degrading as heat is generated. The amount of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 81.92 KB Download (39): DC Motor with Thermal Effects Download

Added: September 10, 2013 | Visits: 329

Extract Slice from Volume ExtractSlice extracts an arbitrary slice, both intensities and indices, from the input volume given the center and normal of the slice. If you are familiar with IDL, this is the equivalent function of EXTRACT_SLICE.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Extract Slice from Volume Download

Added: May 20, 2013 | Visits: 519

MATLAB for Kate and Kwrite An xml file specifying a MATLAB syntax highlighting mode for the Linux editors Kate and Kwrite, which are part of the KDE desktop environment. You need KDE 3.2, earlier versions like 3.1.4 don't work.The highlighting is identical to the built-in editor of MATLAB 6.5, with the addition that number...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): MATLAB for Kate and Kwrite Download

Added: May 13, 2013 | Visits: 392

Phasor/Polar Data Type In the study of circuits and others it is useful to portray quantities as phasors which are functionally equivalent to a vector in polar format.This class implements the constructor for that data type as well as the functions to add, subtract, multiply and divide phasors. There is also the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 71.68 KB Download (44): Phasor/Polar Data Type Download

Added: September 08, 2013 | Visits: 211

gc2dec This function converts a gray coded string to its equivalent decimal representation. It accepts rows of gray coded string and returns the equivalent decimal sequence as a column vector.Example:>>g = [1 0 0 1 1;0 0 0 1 1; 0 1 1 0 1];>>gc2dec(g)ans = 29 2 9


Platforms: Matlab

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

Comparison of C++, Java, Python, Ruby and MATLAB Using Object Oriented Example This example adds MATLABdlT« to the list of languages in this C++ vs Java vs Python vs Ruby: a first impression (http://www.dmh2000.com/cjpr/ ) article at www.dmh2000.com, which compares implementations of a Red Black Tree binary search algorithm...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Comparison of C++, Java, Python, Ruby and MATLAB Using Object Oriented Example Download

Added: May 02, 2013 | Visits: 428

ARFIMA(p,d,q) goodness-of-fit test Included in the submitted file:Jan Beran's goodness of fit test for ARFIMA(p,d,q) processes, which is the spectral domain equivalent of the Ljung-Box statistics.Can be used for model validation or model selection (eg.comparing the goodness of fit of an ARFIMA(1,d,0) vs. an ARFIMA(5,0,0)...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): ARFIMA(p,d,q) goodness-of-fit test Download

< 1 2 3 4 5