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

Normalized freeware
Filter: All | Freeware | Demo
 

Normalized

1 2 3 4 > 
Added: April 24, 2013 | Visits: 530

3D Plots of Normalized Array Factor Examples This code takes an expression for a normalized AF in spherical coordinates and creates a 3D plot in cartesian coordinates. Examples are specific to Antenna Theory and Design (2nd Ed) by Stutzman and Thiele.



Platforms: Matlab

License: Freeware Size: 10 KB Download (43): 3D Plots of Normalized Array Factor Examples Download

Added: May 14, 2013 | Visits: 399

Normalized Mutual Entropy Normalized mutual entropy provides a measure of the diversity of a two dimensional matrix. It takes mutual entropy and normalizes for the marginal entropy of the variable of interest (column variable in the code). See screen shot or embedded references for formula.This code is used for the...





Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Normalized Mutual Entropy Download

Added: September 03, 2013 | Visits: 387

Lomb normalized periodogram Both functions caculate the Lomb normalized periodogram (aka Lomb-Scargle, Gauss-Vanicek or Least-Squares spectrum) of a vector x with coordinates in t, which is essentially a generalization of the DFT for unevenly sampled data.The codes are transcriptions from Fortran of the subroutines found in...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Lomb normalized periodogram Download

Added: May 10, 2013 | Visits: 564

Helpful 5-liner version of os.makedirs This script contains a function that creates missing directories for a given path and returns a normalized absolute version of the path.If the given path already exists in the filesystem the filesystem is not modified.Otherwise makepath creates directories along the given path using the...


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

License: Freeware Download (55): Helpful 5-liner version of os.makedirs Download

Added: July 05, 2013 | Visits: 465

normColumns.m Data stored column-wise in an input matrix are normalized as time series, with options to output just the normalized data, or the norm of each column as well. Fast, uses no loops.


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): normColumns.m Download

Added: April 27, 2013 | Visits: 566

Normalised Partial Energy Sequence alculate the normalized partial energy sequence (NPES) for a given signal vector X.If a particular transform is capable of capturing the key features of a signal in few coefficients, the NPES will approach unity for relatively quickly.Ref: Percival and Walden, Wavelet Methods for Time Series...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Normalised Partial Energy Sequence Download

Added: July 18, 2013 | Visits: 420

GETINUNITS Have you ever created an object for your GUI using Normalized units, but wanted to get its position in Points to line up a text object according to the font size? Instead of SETting the Units property to Points, GETting the Position, and SETting the Units back to Normalized, just use...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): GETINUNITS Download

Added: August 26, 2013 | Visits: 310

cross product visualization http://simulations.narod.ru/Run cross_product.mSee how it looks here:Also plot [bxa], n - normalized [axb] and signs. create_3d_arrow.m and update_3d_arrow.m function s to work with 3d arrow.


Platforms: PHP

License: Freeware Size: 20.48 KB Download (43): cross product visualization Download

Added: October 14, 2013 | Visits: 485

Affymetrix B Allele Frequency Calculation Using Affymetrix CEL files as its source, this script combines quantile normalized SNP A and B probe intensities for each marker into a theta value, then calculates B-Allele Frequencies for each marker. For information on accessing B Allele Frequencies for Illumina data,


Platforms: Mac

License: Freeware Size: 1.02 KB Download (43): Affymetrix B Allele Frequency Calculation Download

Added: August 26, 2013 | Visits: 748

Fast Fourier Transform Algorithm This program is open source code of fast Fourier transform in matlab.Where y is the input argument and p is the normalized size of the input. Lety = [1 2 3 4 ];x= length(y);m= log2(x);p= ceil(m);To call the function useft2(y,p);


Platforms: Matlab

License: Freeware Size: 10 KB Download (56): Fast Fourier Transform Algorithm Download

Added: April 11, 2013 | Visits: 463

Eigen Function of the Laplacian The different low dimensional embeddings are an orthonormal coordinate system generated from a1. Diffusion process defined on the data2 . Normalized Laplace Beltrami operator3. Normalized Focker Plank operatorThis is a nonlinear dimension reduction technique using the concepts of manifold...


Platforms: Matlab

License: Freeware Size: 890.88 KB Download (49): Eigen Function of the Laplacian Download

Added: September 09, 2013 | Visits: 364

subtri [Fs,Vs]=subtri(F,V,n)Sub-triangulates the triangles defined by the patch format data F (faces) and V (vertices). Can be used to increase the density of triangulated data or to triangulate the icosahedron to create geodesic sphere triangulations with desired density.Creates n addition points on...


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): subtri Download

Added: August 09, 2013 | Visits: 493

Quaternion Toolbox For purposes of these tools, a quaternion, q, is just a four element vector where q(1:3) is the "imaginary" or "vector" portion of the hypercomplex number, and q(4) is the "real" or "scalar" portion. Consequently, if q represents a rotation, then: q(1) = v1*sin(phi/2) q(2) = v2*sin(phi/2) q(3) =...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (44): Quaternion Toolbox Download

Added: March 22, 2013 | Visits: 491

ind2patch This function generates patch data (faces d-deDUFd-deDt, vertices d-deDUVd-deDt and color data d-deDUCd-deDt) for 3D images. The patches are only generated for the voxels specified by the linear indices in d-deDUINDd-deDt. The variable d-deDUptyped-deDt indicatesthe type of patch:d-de?vd-deOao...


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): ind2patch Download

Added: May 08, 2013 | Visits: 565

Digital filter with poles and zeros placement Run the M-file and place the poles of your system, then press ENTER. After, insert the zeros of your system, then press ENTER. The result is the Bode diagram of the filter's normalized frequency response that has NUM and DEN with the same order


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Digital filter with poles and zeros placement Download

Added: August 27, 2013 | Visits: 669

Euklid (Inverse) Distance Weight Matrix function W = euklid_W(ws,d,n)function W = euklid_invW(ws,d,n) PURPOSE: create an (inverse) euklidean distance spatial weight matrix (n x m 'moving-window' style matrix with distance to center cell weighted.) ------------------------------------------------------------------ USAGE: W =...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Euklid (Inverse) Distance Weight Matrix Download

Added: June 28, 2013 | Visits: 414

Gene Expression Colormap a simple function that returns a colormap, C, for visualizing gene expression. C is just a N x 3 matrix [R G B] describing the range of color values.example usage: C = exp_colormap('blue-yellow',64); colormap(C);called without any arguments, it returns a [3 x 64] green-red colormap.options for...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Gene Expression Colormap Download

Added: April 03, 2013 | Visits: 401

Shepard_Ternary_Plot This function plots sand, silt and clay fraction data on a ternary plot that is marked with the Shepard classification scheme labels from his article:Shepard, F.P., 1954, Nomenclature based on sand-silt-clay ratios: Journal Sedimentary Petrology, v. 24, p. 151-158.This function is merely a...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Shepard_Ternary_Plot Download

Added: August 08, 2013 | Visits: 372

Droste Effect Tool Apply the Droste Effect to an image using a GUI or function call.The Droste Effect is when an image recursively includes itself. The basic method is to insert a scaled copy of the image, but more interesting results can be achieved via conformal mapping.The GUI can load an image, set a...


Platforms: Matlab

License: Freeware Size: 1.59 MB Download (41): Droste Effect Tool Download

Added: October 02, 2013 | Visits: 356

m3u-Copy m3uCopy is a frontend to copy audiotracks from m3u-playlist to any mountable device (mp3-player, hd). Tracks can be converted to other audio format and/or normalized. Optionaly creating a bash script for later use. The interface is developed with gambas.


Platforms: *nix

License: Freeware Size: 71.68 KB Download (44): m3u-Copy Download

1 2 3 4 >