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

X N Xx Ninja Tv software
Filter: All | Freeware | Demo
 

X N Xx Ninja Tv

< 1 2 3 4 5 > 
Added: October 15, 2010 | Visits: 984

PDL::Fit::LM PDL::Fit::LM is a Levenber-Marquardt fitting routine for PDL. Currently, only Levenberg-Marquardt fitting is implemented. Other procedures should be added as required. For a fairly concise overview on fitting see Numerical Recipes, chapter 15 "Modeling of data". SYNOPSIS use PDL::Fit::LM;...



Platforms: *nix

License: Freeware Size: 1.1 MB Download (91): PDL::Fit::LM Download

Added: July 20, 2010 | Visits: 1.688

DNS Flood Detector DNS Flood Detector was developed to detect abusive usage levels on high traffic nameservers and to enable quick response in halting (among other things) the use of ones nameserver to facilitate spam. DNS Flood Detector uses libpcap (in non-promiscuous mode) to monitor incoming dns queries to a...





Platforms: *nix

License: Freeware Size: 15.36 KB Download (227): DNS Flood Detector Download

Added: April 22, 2010 | Visits: 1.004

Math::BigInt::Calc Math::BigInt::Calc is a pure Perl module to support Math::BigInt. SYNOPSIS Provides support for big integer calculations. Not intended to be used by other modules. Other modules which sport the same functions can also be used to support Math::BigInt, like Math::BigInt::GMP or...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (102): Math::BigInt::Calc Download

Added: April 06, 2010 | Visits: 797

Language::XSB Language::XSB is a Perl module that allows you to use XSB from Perl. SYNOPSIS use Language::XSB :query; use Language::Prolog::Types::overload; use Language::Prolog::Sugar vars=>[qw(X Y Z)], functors=>{equal => =}, functors=>[qw(is)], chains=>{plus => +, orn => ;}; xsb_set_query(...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (88): Language::XSB Download

Added: November 04, 2010 | Visits: 947

Algorithm::Munkres Algorithm::Munkres is a Perl extension for Munkres solution to classical Assignment problem for square and rectangular matrices. This module extends the solution of Assignment problem for square matrices to rectangular matrices by padding zeros. Thus a rectangular matrix is converted to square...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): Algorithm::Munkres Download

Added: January 03, 2010 | Visits: 663

Math::Macopt Math::Macopt is a Perl wrapper for macopt++, which is a conjugate gradient library. INSTALLATION The package can be installed by the standard PERL module installation procedure: perl Makefile.PL make make test make install Please noted that the original "macopt++" C++ source code is...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (94): Math::Macopt Download

Added: August 20, 2010 | Visits: 839

PDL::Primitive PDL::Primitive Perl module contains primitive operations for pdl. This module provides some primitive and useful functions defined using PDL::PP and able to use the new indexing tricks. See PDL::Indexing for how to use indices creatively. For explanation of the signature format, see PDL::PP....


Platforms: *nix

License: Freeware Size: 2.1 MB Download (96): PDL::Primitive Download

Released: September 09, 2012  |  Added: September 09, 2012 | Visits: 495

Intermapper DataCenter InterMapper DataCenter is a stand-alone collection of services used alongside InterMapper. Currently, this includes the InterMapper Authentication server (IMAuth). InterMapper DataCenter runs entirely in the background on Mac OS X N a Unix daemon. InterMapper DataCenter starts when your computer...


Platforms: Mac

License: Demo Cost: $0.00 USD Size: 21.3 MB Download (61): Intermapper DataCenter Download

Added: May 30, 2013 | Visits: 592

Fast 2D Walsh-Hadamard Transform The function implement the 2D dyadic(Paley) ordered fast in-place Walsh-Hadamard transform, which can be used in signal processing, pattern recognition and Genetic alogorithms. This algorithm uses a Cooley-Tukey type signal flow graph and is implemented in N log2 Nadditions and subtractions. Data...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Fast 2D Walsh-Hadamard Transform Download

Added: May 06, 2013 | Visits: 554

Savitzky-Golay Smoothing and Differentiation Filter Function: Savitzky-Golay Smoothing and Differentiation Filter The Savitzky-Golay smoothing/differentiation filter (i.e., the polynomial smoothing/differentiation filter, or the least-squares smoothing/differentiation filters) optimally fit a set of data points to polynomials of different degrees....


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Savitzky-Golay Smoothing and Differentiation Filter Download

evaluating SHORT TIME FOURIER TRANSFORM of a stationary signal the stationary signal f(t)=cos(2*pi*5*t)+ cos(2*pi*10*t)+ cos(2*pi*20*t)+ cos(2*pi*50*t)having frequencies of 5,10, 20and 50 Hz at any given time instant.MATLAB program can be implemented to plot the stationary signal mentioned above:Clear...


Platforms: Matlab


Added: April 27, 2013 | Visits: 386

Signal Processing blocks This m-file implements a M-point moving average system.The equation is:y(n)=(x(n)+x(n-1)+.....+x(n-M))/M;M is the order of the M-point moving average system.Syntax:y=mpointaverage(input,order)The argument 'input' is the input sequence.The argument 'order' is T,the order of the M-point moving...


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Signal Processing blocks Download

Added: August 01, 2013 | Visits: 483

circ conv 4 unequal length sequences A function that takes two sequences(vectors) as parameters and computes the circular convolution .x(n),h(n) are the vectors.The vectors need NOT be of equal lengths.If they are of unequal lengths, the shorter vector is appended with trailing zeros and then circular convolution is carried out.


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): circ conv 4 unequal length sequences Download

Added: March 22, 2013 | Visits: 382

decimation matrix This function gives the decimation matrix which after post mulitpling it with the given signal gives the downsampled version of the original signal...D = decimmtx(x,N)decimates the given signal by a factor of N.[D,y] = decimmtx(x,N)gives D as well as the decimated signal y


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): decimation matrix Download

Added: July 21, 2013 | Visits: 332

crandn [cg, psg] = crandn(rgau,m)Generate correlated Gaussian sequences by Fourier synthesis.Input parameters:rgau = correlation function - length n/2m = number of realisationsOutput:cg = m x n matrix containing m sequences of n correlated variates from a zero mean, unit variance normal distributionpsg...


Platforms: Matlab

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

Added: September 11, 2013 | Visits: 516

Convert ECI to ECEF Coordinates Convert ECI (CIS, Epoch J2000.0) Coordinates to WGS 84 (CTS, ECEF) Coordinates. This function has been vectorized for speed.Example Function Call:>> [r_ECEF v_ECEF] = ECItoECEF(JD,r_ECI,v_ECI);Where:JD is the Julian Date vector [1 x N] (units are in days)r_ECI is the position vector [3 x N] (any...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Convert ECI to ECEF Coordinates Download

Added: April 17, 2013 | Visits: 466

linprog This directory contains a suite of files for performing the standard two phase simplex method on linear programming problems. The three files LINPROG.DOC, PHASEI.DOC and PHASEII.DOC are fully documented versions of the m-files LINPROG.M, PHASEI.M and PHASEII.DOC are fully documented versions of...


Platforms: Matlab

License: Freeware Size: 10 KB Download (52): linprog Download

Added: July 15, 2013 | Visits: 440

CON2VERT - constraints to vertices CON2VERT - convert a convex set of constraint inequalities into the set of vertices at the intersections of those inequalities;i.e., solve the "vertex enumeration" problem.V = con2vert(A,b)Converts the polytope (convex polygon, polyhedron, etc.) defined by the system of inequalities A*x = n (m...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): CON2VERT - constraints to vertices Download

Added: June 20, 2013 | Visits: 286

RiskMetrics RiskMetrics.m: Estimates the univariate or multivariate RiskMetrics. USAGE: rm = RiskMetrics(data,alpha) INPUTS: data = ( m x n ) vector lamba = the scale parameter method = Univariate or Multivariate OUTPUTS: rm = ( m x n ) volatility vector for the univariate case or an [( n x n )x m]...


Platforms: Matlab

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

Added: July 06, 2013 | Visits: 373

Multiclass GentleAdaboosting A fast Gentle Adaboost classifier with two different weak-learners: i) decision stump and ii) perceptron. Multiclass is performed with the one-against-all strategy.Usage ------ model = gentleboost_model(X , y , [T] , [options]); Inputs ------- X Features matrix (d x N) y Labels (1 x N). If y...


Platforms: Matlab

License: Freeware Size: 102.4 KB Download (51): Multiclass GentleAdaboosting Download

< 1 2 3 4 5 >