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

Inverse Logarithm software
Filter: All | Freeware | Demo
 

Inverse Logarithm

< 1 2 3 4 5 

Inverse Distance Weighted (IDW) or Simple Moving Average (SMA) INTERPOLATION This function computes at (Xi,Yi) unknown locations the IDW (w P=1, Q=1 yields interpolation at one point --> P>1, Q=1 yields interpolation at a vector of points --> P>1, Q>1 yields interpolation at a (ir)regular grid of points======================================== INPUTS Xc: (mandatory) [Nx1]...



Platforms: Matlab


Added: June 11, 2013 | Visits: 342

Faddeev-Leverrier Algorithm The code implements the so called Faddeev-Leverrier algorithm to compute the coefficients of the characteristic polynomial of a given matrix and to get the inverse of the matrix without extra cost.





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Faddeev-Leverrier Algorithm Download

Added: July 22, 2013 | Visits: 596

Conjugate Gradient Method The conjugate gradient method aims to solve a system of linear equations, Ax=b, where A is symmetric, without calculation of the inverse of A. It only requires a very small amount of membory, hence is particularly suitable for large scale systems.It is faster than other approach such as Gaussian...


Platforms: Matlab

License: Freeware Size: 10 KB Download (50): Conjugate Gradient Method Download

Prediction of Conversion with an Isothermal Axially-Dispersed Plug Flow Reactor Numerical solutions for the conversion of an isothermal axially dispersed plug flow reactor accomplishing first and second order reactions are obtained. The Danckwerts boundary conditions for the so-called "closed" configuration are used. We use the shooting method since it is a...


Platforms: Matlab


Added: March 25, 2013 | Visits: 441

4RRR Parallel Planar Manipulator GUI is provided to visualize forward/inverse kinematics, end effector workspace, manipulability, ellipse tracing, and position control of a 4RRR parallel planar manipulator. The files are created as part of the final project for the Math Methods in Robotics course at University at Buffalo


Platforms: Matlab

License: Freeware Size: 399.36 KB Download (44): 4RRR Parallel Planar Manipulator Download

Anderson-Darling Goodness Of Fit Test to Inverse Gaussian Distbtn This program is based on the method published by O'Reilly & Rueda (see program for more details for reference). Confidence level (i.e. alpha value) is chosen,and if the number of AD test stats > critical value exceeds alpha, H0 is rejected.The program requires 3 input files:2 of these files are...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 61.44 KB Download (43): Anderson-Darling Goodness Of Fit Test to Inverse Gaussian Distbtn Download

Added: May 07, 2013 | Visits: 556

Optimizing Motion Control Featuring a FourBar Linkage This submission includes the files used in the webinar delivered March 1st, 2007, and titled "Optimizing Motion Control Systems Featuring a Four-Bar Linkage".It demonstrates the use of Inverse-Dynamics implemented through the tool SimMechanics. The ability to anticipate actuator torque...


Platforms: Matlab

License: Freeware Size: 2.53 MB Download (46): Optimizing Motion Control Featuring a FourBar Linkage Download

Added: May 25, 2013 | Visits: 381

Audio Filter GUI DEMO This demo provides a simple GUI for basic filtering of audio data. Using the GUI you can: * Load audio data stored in a .wav file. * Generate uniform noise in specific audio frequencies, using lowpass, highpass or bandpass digital filters. * Add the filtered noised to the original audio signal. *...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 317.44 KB Download (44): Audio Filter GUI DEMO Download

Added: May 24, 2013 | Visits: 327

Better Block scan Hilbert16.m:function, we can use it to scan [16 16] blockHilbert.m:function, we can use it to scan [8 8] blockHilbertinv16.m:inverse hilbert scan, we use it to reconsruct the blockHilbertinv.m:inverse hilbert scan, we use it to reconsruct the blocklena512.bmp:image of size [512 512]


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 225.28 KB Download (43): Better Block scan Download

Added: July 07, 2013 | Visits: 339

Image compression based on DCT compdct.m:main code to compress an image we only run compdct.mdecompdct.m:to decompress an image we only run compdct.mresize.m:proba.m:zigzag.m:zigzag scan for bloc [8 8]zigzaginv.m:inverse zigzag scan for bloc [8 8]zigzag16.m:zigzag scan for bloc [16 16]zigzinv16.m:inverse zigzag scan for bloc...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (44): Image compression based on DCT Download

Converts between decimal integers to multiple based numbers DEC2MBASE: converts decimal integers to multiple based numbers.MBASE2DEC: the inverse function of DEC2MBASE.Two corresponding html documents are also supplied for detailed documentation.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Converts between decimal integers to multiple based numbers Download

Added: June 04, 2013 | Visits: 378

3-PRR Planar Parallel Manipulator Analysis GUI The developed GUI implements the Forward and Inverse kinematics of a 3-PRR planar parallel manipulator. It provides options to modify the geometry of the manipulator. Yoshikawa and condition number manipulability of the manipulator can be evaluated. Maximal, dexterous and constant orientation...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (46): 3-PRR Planar Parallel Manipulator Analysis GUI Download

Added: April 07, 2013 | Visits: 307

Display symbolic expression in web browser. CUTE works with all modern browsers without the need of additional plugins. Example syms a b c d e f g h i; cute ({inv([a, b, c; d, e, f; g, h, i]); ... sqrt(sinh(a)/acosh(b) - ... 42*log(c)) + ... exp(d) + ... e^(1/f)^g^(1/h)-1/(1+1/(1+1/(1+1/i)))}) is a torture test and displays a column...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Display symbolic expression in web browser. Download

Added: August 31, 2013 | Visits: 234

Multidimensional Discrete Cosine Transform (DCT) The function is much faster than Matlab's native (dct, idct, dct2, idct2). It also allows N-D (multidimensional) input.Example:x=randn(100,200,300);y=mirt_dctn(x); % forward DCTx=mirt_idctn(y); % inverse DCTFind more at my home page:http://www.bme.ogi.edu/~myronEnjoy and comment below if you like...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Multidimensional Discrete Cosine Transform (DCT) Download

Added: April 30, 2013 | Visits: 320

DRAGZOOM - Drag and zoom tool DRAGZOOM allows you to interactively manage the axes in figure. This simple function for usable dragging and zooming of axes, rotate 3D axes, using the mouse and the keyboard shortcuts.Features:- Supports 2D-Plots, 3D-plots, Log plots and Images- Supports multiple mixed (subplots) (2D, 3D) axes...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (44): DRAGZOOM - Drag and zoom tool Download

Added: April 24, 2013 | Visits: 295

INVDISTGRID INVDISTGRID Simple, robust gridding using inverse-distance interpolation. [Xi,Yi,Zi] = invdistgrid[X,Y,Z,dx] Grids values in vector Z with coordinates X and Y into an array with spacing dx using inverse-distance weighting (default power =2). All data between grid points are used in weighting. If...


Platforms: Matlab

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

Added: June 19, 2013 | Visits: 249

Multivalued function interpolation When interpolating a multivalued function (more than one y for each x), interp1 produces, at best, an error (if there are identical x data), and at worst, garbage (see the attached image). This function performs meaningful interpolation of a multivalued function, when the inverse (x = g(y)) is a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Multivalued function interpolation Download

Added: July 16, 2013 | Visits: 314

nhygepdf This m-function returns the negative hypergeometric probability density function with parameters M, N and A at the values in X. Note: The density function is zero unless M, N and A are integers.If a lot consists of M acceptable items and N defective ones. Suppose that items are drawn at random...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): nhygepdf Download

Added: July 24, 2013 | Visits: 306

GINV(X) Matlab's PINV(X) computes the Moore-Penrose generalized inverse of X, which is unique. Instead, GINV(X) computes any g-inverse of X. In fact, GINV returns a different g-inverse in each draw.


Platforms: Matlab

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

Clustering data and searching optimal cutoff employing VIF criterion Performs hierarchical clustering of data using specified method andseraches for optimal cutoff empoying VIF criterion suggested in "Okada Y. et al - Detection of Cluster Boundary in Microarray Data by Reference to MIPS Functional Catalogue Database (2001)".Namely, it searches cutoff where groups...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Clustering data and searching optimal cutoff employing VIF criterion Download

< 1 2 3 4 5