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

Identical software
Filter: All | Freeware | Demo
 

Identical

< 1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 265

Staticize Reloaded It creates a unique key based on the page variables and user and then if a request is made with identical variables it serves the request from a static file rather than building the page from the database. When a post is updated or a comment is left the cache is cleared.InstallationUnpack and...



Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (52): Staticize Reloaded Download

Added: June 14, 2013 | Visits: 414

Samplify Sampled Data Compression Samplify for Matlab allows sampled data users (those capturing real-world samples from A/D converters, or sending samples to D/A converters) to compress these samples in one of three compression modes:a) SignalZIP (TM) lossless mode,b) Samplify fixed-rate mode (users specify the desired...





Platforms: Matlab

License: Freeware Size: 4.4 MB Download (40): Samplify Sampled Data Compression Download

Added: September 16, 2013 | Visits: 438

INTERPFTW The INTERPFT function does sinc interpolation by taking an FFT, padding its end with zeros, and then taking an IFFT. Essentially, INTERPFT resamples the signal after low-pass filtering it.Instead of putting all zero padding at the FFT *ends*, that padding can be split so that some are at the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): INTERPFTW Download

Added: August 15, 2013 | Visits: 540

Animate a Wind Farm with MATLAB In this demo, we show how you can create the 3D visualization of a wind farm consisting of identical wind turbines in the ocean. Using the extrusion node in VRML, we model the complex 3D geometry of a blade. We use a NACA 0015 Thickness Form as the wing section of the blade, vary its size and...


Platforms: Matlab

License: Freeware Size: 317.44 KB Download (45): Animate a Wind Farm with MATLAB Download

Added: June 01, 2013 | Visits: 396

N-way repeated measures ANOVA The function is an improved version of the previous teg_repeated_measures_ANOVA, that should now provide identical results to SPSS.The usage isO = teg_repeated_measures_ANOVA(M, levels, varnames)where M is an N x k matrix of N observations of k nested combinations of factors, as ordered in SPSS....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 51.2 KB Download (49): N-way repeated measures ANOVA Download

Added: August 12, 2013 | Visits: 391

RLS Algorithm Demo RLS is one of the great adaptive filter algorithms. In this file ,an experiment is made to identify a linear noisy system with the help of RLS algorithm. The weights of the estimated system is nearly identical with the real one.A reference is used to write the algorithm.


Platforms: Matlab

License: Freeware Size: 51.2 KB Download (39): RLS Algorithm Demo Download

Added: May 02, 2013 | Visits: 335

NLMS Algorithm Demo NLMS is one of the adaptive filter algorithms. In this file ,an experiment is made to identify a linear noisy system with the help of NLMS algorithm. The weights of the estimated system is nearly identical with the real one. Also , adaptive learning rate has been applied.A reference is used to...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): NLMS Algorithm Demo Download

Added: June 19, 2013 | Visits: 283

ncquiverref This function is a substitute for the standard versions of quiver and quiverm available using a vanilla release of matlab. This version assumes a 2D vector field is being plotted using a gridded flow field from a numerical model. It is primarily intended for Earth System Model analysis.The...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): ncquiverref Download

Added: July 08, 2013 | Visits: 297

Range Migration Algorithm Example of Range Migration Algorithm to the identical chapter in book: Carrara G."Spotlight Synthetic Aperture Radar: Signal Processing Algortithms" Artech House 1995.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Range Migration Algorithm Download

Fingerprint matching algorithm using shape context and orientation descriptors This is a fingerprint matching code based on the fingerprint matching algorithm found in the upcoming book chapter (published in July 2011):Book title: State of the art in Biometrics (ISBN 978-953-307-489-4)Chapter title: Fingerprint Matching using A Hybrid Shape and Orientation...


Platforms: Matlab


Added: July 22, 2013 | Visits: 236

Unsorted Set Operations There have been lots of cases where I'll want to look, in a specific order, at subjects in a larger set. Setdiff Intersect and Union are the exact operations I want, but unsorted. I coded up Unique just for good measure.These are relatively rough m-files, w/ little or no help functions, but...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Unsorted Set Operations Download

Constitutive Models of Linear Viscoelasticity with Laplace Transform The program computes compliance and relaxation function using symbolic toolbox. The input is a matrix containing material parameters as symbols and describing the design of the model. The program is well described in the paper with identical name as this program.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Constitutive Models of Linear Viscoelasticity with Laplace Transform Download

Added: April 04, 2013 | Visits: 214

cumquad This function is an adaptation of Matlab's "quad" function to return the cumulative integration of an analytical function.e.g. compute integral:I(t) = int(0..t)[1/(tau^3 - 2*tau - 5) d_tau] for t=0..3[I, t] = cumquad(@(tau) 1./(tau.^3-2*tau-5), 0, 3);This function is almost identical to the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): cumquad Download

Added: May 06, 2013 | Visits: 207

conv2fft_reuse Sometimes you have to perform multiple related convolutions, using the same data but different kernels. This function allows you to reuse intermediary results. When computing the convolution via multiplication in the frequency domain, we reuse the FFT of the data, and need to compute only the FFT...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): conv2fft_reuse Download

Added: July 29, 2013 | Visits: 278

wavdither Writes 32-bit or 64-bit floating point audio data (single or double) to a .wav file at 8, 16, or 24 bits resolution, using rectangular (RPDF) dithering during quantization to reduce unpleasant audible quantization error. Calling syntax for this function is identical to MATLAB's wavwrite.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): wavdither Download

Added: August 31, 2013 | Visits: 312

unique with tolerance UNIQUETOL Unique element within a tolerance.[Y,I,J] = UNIQUETOL(X,TOL) is very similar to UNIQUE, but allows an additional tolerance input, TOL. TOL can be taken as the total absolute difference between similar elements. TOL must be a none negative scalar. If not provided, TOL is assumed to be 0,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): unique with tolerance Download

Added: September 03, 2013 | Visits: 394

A basic polar plot tool in dB linear scale Hi everyone,this is a basic polar plot tool in dB , you can change the range which can be very helpful for analyze the nature of your pattern.Here is a test code:%------------------------% Linear Arrays of Isotropic Elementsconst=1; lambda=1; k=2*pi/lambda;theta=linspace(0,2*pi,200);d=1/1*lambda;...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): A basic polar plot tool in dB linear scale Download

Added: May 29, 2013 | Visits: 537

mmROI (multiple images with multiple ROIs) 1) Goal: Interactively process MULTIPLE images with MULTIPLE ROIs (so-called mmROI), which returns ROI mean, std, min, max, median, area and center(X,Y), and plots the mean/std values along the image series.2) Usage: [roi, im] = mmROI; (please don't forget to add a semicolon ";" at the end of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): mmROI (multiple images with multiple ROIs) Download

Added: September 05, 2013 | Visits: 510

FlatForum FlatForum is a fast, clean, and simple threaded forum that uses a flatfile database. It's designed for people who have small to medium-sized websites and don't want a huge, bloated forum like phpBB.Features of FlatForum:- Small and fast. The required files for FlatForum are less than 150k...


Platforms: PHP

License: Freeware Size: 61.44 KB Download (41): FlatForum Download

Added: July 26, 2013 | Visits: 494

Adjust the display resolution of an image TRUEFIT resizes an image axes to display at a particular resolution. Extends the functionality of TRUESIZE, which only works with single-image figures.The syntax is identical to TRUESIZE. However, the first input argument is an axes or image object handle (rather than a figure handle).


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Adjust the display resolution of an image Download

< 1 2 3 4 5 >