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

Scrapbook Vectors freeware
Filter: All | Freeware | Demo
 

Scrapbook Vectors

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

PCP Application This applicationĀ is an open-source machine learning program for supervised classification of patterns (vectors of measurements). PCP implements the following algorithms and methods: - Fisher's linear discriminant - dimensionality reduction using Singular Value Decomposition - Principal... Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (59): PCP Application Download

Added: May 11, 2013 | Visits: 476

Vector Quantization - K-Means This function is for training a codebook for vector quantization. The data set is split to two clusters, first, and the mean of each cluster is found (centroids). The disttance of each vector from these centroids is found and each vector is associated with a cluster. The mean of vectors of each... Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Vector Quantization - K-Means Download

Added: June 07, 2013 | Visits: 368

SerialIO mex Although MATLAB is supposed to support both writing and reading data from the serial port, reading data seems to either produce no result, generate an error, or crash MATLAB. To remedy the situation SerialIO() has been written. This function will allow you to set/get vectors of data from the... Platforms: Matlab

License: Freeware Size: 10 KB Download (42): SerialIO mex Download

Toolbox for MMSE estimators of DFT coefficients under the generalized Gamma density Toolbox for MMSE estimators of DFT coefficients under the generalized Gamma densityThe toolbox can also be downloaded from: http://ict.ewi.tudelft.nl/~richard/The matlab files enclosed in this toolbox can be used to tabulate gain functionsfor clean speech complex-DFT, magnitude-DFT and magnitude... Platforms: Matlab


Added: June 04, 2013 | Visits: 370

matchPurs.m This function is a more robust and improved version of my previous submission, matchingpursuit.mThis function computes the projection of a given input vector or matrix onto a "dictionary" of other vectors or matrices using a matching pursuit algorithm. Users may input a vector to be synthesized,... Platforms: Matlab

License: Freeware Size: 10 KB Download (39): matchPurs.m Download

Added: September 03, 2013 | Visits: 506

Joint Frequency and Delay Correlation [FDOUT, FREQ_AXIS] = FDCORR(A,B,FRANGE)FDCORR Joint frequency and delay correlation Performs an efficient circular cross correlation between two vectors over all possible frequency offsets (Dopplers) between -pi and pi where 2pi is the sampling rate.A: vector representing received signal sampled... Platforms: Matlab

License: Freeware Size: 30.72 KB Download (40): Joint Frequency and Delay Correlation Download

Added: May 13, 2013 | Visits: 489

Fast Circular (Periodic) Cross Correlation Uses fft to calculate the circular cross correlation of two periodic signal vectors.This is equivalent to xc(k)=sum(u1.*circshift(u2,k)), but much faster (on the order of 500 times faster for a 1024 point signal).The package also includes two examples. One checks the calculation against the... Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Fast Circular (Periodic) Cross Correlation Download

Added: August 31, 2013 | Visits: 452

Converting between text strings and binary vectors This zip file contains two functions: STR2BIN converts an ASCII text string to a vector of binary values, and BIN2STR converts a vector of binary values back to an ASCII text string. Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Converting between text strings and binary vectors Download

Added: September 16, 2013 | Visits: 424

WiMAX 802.16e Physical Layer Matlab source code for the test vectors and Simulink model for physical layer.This model is based on Physical Layer Specification of IEEE 802.16e and ETSI HiperMAN. Run Data.m to copy data to workspace and then run the WiMAX model. Platforms: Matlab

License: Freeware Size: 30.72 KB Download (45): WiMAX 802.16e Physical Layer Download

Added: June 11, 2013 | Visits: 300

Dilates matrix data Dilates a time series input and resizes it to the orignal sample lengthinput. If a matrix is input, dilation is done along columns. % The up/downsampling is done via resample.m, so low-pass filtering of theup/downsampling is automatically implemented. An anti-alaising, lowpassfilter is applied to... Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Dilates matrix data Download

Added: July 29, 2013 | Visits: 412

Coherently aligns data This function treats a matrix as a column-wise set of signals and circularly shifts each column so that it aligns with the first column of data so that the inner product between those columns is maximized with respect to all other shifts. USAGE:[dataout,lagout]=xcorAlign(data);If only 1 output is... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Coherently aligns data Download

Added: June 01, 2013 | Visits: 525

zpkfit zpkfit uses the nonlinear least-squares fitter (lsqnonlin) to fit an analytic model of any (fixed) number of poles and zeroes to numerical (presumably measured) frequency response data. It takes as arguments a frequency vector, a frequency response vector, and vectors of the initial guesses of... Platforms: Matlab

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

Added: May 19, 2013 | Visits: 344

findFFT findFFT returns fft amplitude and frequency vectors from input data, with options to return normal fft, zeropadded fft, windowed fft, or both windowed and zeropadded to remove spectral leakage.IN data - vector containing information to perform fft on '-sampFreq',## - inputs sampling frequency of... Platforms: Matlab

License: Freeware Size: 317.44 KB Download (40): findFFT Download

Added: July 20, 2013 | Visits: 392

RUNMEAN For vectors, Y = RUNMEAN(X,M) computes a running mean (also known as moving average) on the elements of the vector X. It uses a window of 2*M+1 datapoints. M an positive integer defining (half) the size of the window. In pseudo code: Y(i) = sum(X(j)) / (2*M+1), for j = (i-M):(i+M), and... Platforms: Matlab

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

Added: May 07, 2013 | Visits: 408

convlution matrix in four lines CONV_MTX Convolution matrix. If 'x' is a column vector of length 'nx', then conv_mtx(x,nh) gives a toeplitz matrix 'X' of size (nx+nh-1) times (nh). 'nh' is the length of the column vector 'h' with which 'x' is convolved. Thus finally 'X*h' is same as conv(x,h). If 'x' and 'h' are row vectors,... Platforms: Matlab

License: Freeware Size: 10 KB Download (49): convlution matrix in four lines Download

Added: July 29, 2013 | Visits: 566

Gaussian Mixture Modeling GUI (GMM DEMO) The Expectation-Maximization algorithm (EM) is widely used to find the parameters of a mixture of Gaussian probability density functions (pdfs) or briefly Gaussian components that fits the sample measurement vectors in maximum likelihood sense [1]. In our work, the expectation-maximization (EM)... Platforms: Matlab

License: Freeware Size: 573.44 KB Download (45): Gaussian Mixture Modeling GUI (GMM DEMO) Download

Added: April 23, 2013 | Visits: 740

Inverse Kinematic for 6DOF arm Anthropomorphic arm with 6 DOF and spherical wrist It calculates the Inverse Kinematic of an Anthropomorphic arm with 6 DOF. 'q' is the solutions in radiant and K is the direct Kinematic matrix. K = [ n s a p; 0 0 0 1] where n, s, a are three vectors fo 3 elements that represents the... Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Inverse Kinematic for 6DOF arm Download

Added: May 15, 2013 | Visits: 395

STRUCTURED TETRAEDRAL MESH GENERATION StructTetraMesh is a tool to build structured tetreaedral mesh on cuboid dataset. This is usefull in avoiding delaunay 3D triangulation that for this kind of dataset are particularly slow and numerically unstable.This tool allows a huge speed improvement against delaunayn for 3D points, the... Platforms: Matlab

License: Freeware Size: 10 KB Download (39): STRUCTURED TETRAEDRAL MESH GENERATION Download

Added: April 24, 2013 | Visits: 587

Inverse Kinematic algorithm It calculates the Inverse Kinematic of an Anthropomorphic arm with 3 DOF. 'q' is the solutions in radiant and K is the direct Kinematic matrix. K = [ n s a p; 0 0 0 1] where n, s, a are three vectors fo 3 elements that represents the end-effector's orientation, and p is the desired end-effector... Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Inverse Kinematic algorithm Download

Added: July 08, 2013 | Visits: 527

Least-Squares optimal affine subspace The zip includes:(1) lsqAffineSpace: a 'low level' routine that takes a set of m-dimensional real sample data and returns the optimal-fit k-dimensional affine subspace, with some options for discarding outliers.(2) lsqPlane and lsqLine: lsqAffineSpace wrappers, that compute optimal line and... Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Least-Squares optimal affine subspace Download

< 1 2 3 4 5 >