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

Identical Twins Fingerprints software
Filter: All | Freeware | Demo
 

Identical Twins Fingerprints

< 1 2 3 4 5 
Added: August 15, 2013 | Visits: 544

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 (49): Animate a Wind Farm with MATLAB Download

Added: June 01, 2013 | Visits: 399

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: 395

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 (43): RLS Algorithm Demo Download

Added: May 02, 2013 | Visits: 337

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 (44): NLMS Algorithm Demo Download

Added: June 19, 2013 | Visits: 285

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 (43): ncquiverref Download

Added: July 08, 2013 | Visits: 299

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 (44): 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: 239

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: 216

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 (43): cumquad Download

Added: May 06, 2013 | Visits: 210

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: 280

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: 316

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 (45): unique with tolerance Download

Added: September 03, 2013 | Visits: 396

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: 545

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: 516

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: 498

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

Added: August 18, 2013 | Visits: 501

Netlife's Tag Cloud A flash-based tag cloud plugin for your WordPress blog. FatCloud, by Netlife, comes with 2 built in themes: 'Simple Skin' and the popular 'Wordle' theme. Choose text angle, colour, size ratio and much more. Beautiful tag clouds that are accessible & SEO friendly.The wp_fat_cloud() function is an...


Platforms: PHP

License: Freeware Size: 10 KB Download (46): Netlife's Tag Cloud Download

Added: May 11, 2013 | Visits: 452

Loop Post Navigation Links Template tags (for use in single.php) to create post navigation loop (previous to first post is last post; next/after last post is first post).next_or_loop_post_link() is identical to WordPress's `next_post_link()` in every way except when called on the last post in the navigation sequence, in...


Platforms: PHP

License: Freeware Size: 10 KB Download (47): Loop Post Navigation Links Download

Added: April 17, 2013 | Visits: 445

Case Tracker Comment Driven casetracker_comment_driven (CTCD for short) allows for CCK fields to be added to Case Tracker and tracked in the comments in a manner identical to how standard cases are tracked. This is achieved by using the Comment Driven module to track changes made with each comment and merging the Case...


Platforms: PHP

License: Freeware Size: 10 KB Download (46): Case Tracker Comment Driven Download

< 1 2 3 4 5